Michael Teeuw
43b6c71205
Revert "Fixes the un-hide problem with currentwether and weatherforcast modules."
2020-10-13 16:14:52 +02:00
Erik Pettersson
7462d61e16
Makes the module stay hidden without a lock.
...
When this module is hidden from another module, it un-hides itself when it updates itself. With this change it stays hidden, as it should. :)
2020-10-11 21:35:42 +02:00
rejas
86fb1b938b
Check for undefined header data in weather modules
2020-08-13 21:51:18 +02:00
Bryan Zhu
7a3ea37798
added config option to hide sunrise/sunset in Current Weather module
2020-06-29 12:44:24 -04:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
Veeck
7fc7d626bc
Add Module to globals, cleanup comments
2020-05-05 14:55:15 +02:00
rejas
e7fc4ef1e7
Replace unsecure links with https ones
2020-04-28 23:05:28 +02:00
Veeck
ec187fe109
Update changelog and commen tags
2020-04-21 12:23:50 +02:00
rejas
d08bd4e866
Fix lots of warnings
2020-04-21 12:23:50 +02:00
Veeck
a1285b120b
Remove some other prefixed styles since we are at it
2020-04-20 12:13:13 +02:00
Michael Teeuw
daa13b4b30
Merge pull request #1941 from bibaldo/bibaldo-currentweather
...
Add new default config to 'current weather' module
2020-02-27 16:34:26 +01:00
Jose Forte
c877b5fc70
Add new default config to 'current weather' module
2020-02-21 10:17:05 -03:00
sergge1
271f1cd71b
to make logic of name to actual behaviour
...
hideTemp = false -> temp shold appear at the MM
hideTemp === true -> should not appear.
This is the logic. Worked vise versa, just corrected in the code
2020-02-06 00:04:48 +02:00
Jon Kolb
6ba5056c96
Fix regression causing 'undefined' to show up when config.hideTemp is false
2020-01-24 10:42:45 -05:00
Michael Teeuw
a85ed709af
Remove newlines.
2020-01-18 21:09:18 +01:00
Michael Teeuw
e24d1a1261
Fix newlines?
2020-01-18 21:02:49 +01:00
Adi Miller
63950f572a
Adding trailing enter to avoid build warning.
2020-01-16 16:47:49 +02:00
Adi Miller
81aab7e86f
Added the ability to hide the temp label and weather icon in the currentweather
module to allow showing only information such as wind and sunset/rise.
2020-01-16 16:26:20 +02:00
Michael Teeuw
1152689f34
Remove docs and link to docs.magicmirror.builders.
2020-01-12 13:01:56 +01:00
Rodrigo Ramírez Norambuena
82ee051c1a
linter fixes
2019-07-26 01:25:26 -04:00
Jesse Alltop
f76a7fb331
allow location property in config,js to be used as header
2019-06-26 19:31:16 -05:00
Michael Teeuw
b645007884
Updated the fetchedLocationName (See PR: #1702 )
2019-06-14 13:42:59 +02:00
rejas
835668d96d
Add eslint semi rule
2019-06-05 10:23:58 +02:00
vincep5
7240fb32d2
update city list url
2019-05-14 15:00:30 -05:00
Chris van Marle
416ace4c86
Update current weather header only if not undefined
2019-03-29 13:15:58 +01:00
Chris van Marle
979041ee91
Fix typo in variable name fetchedLocationName
2019-03-29 13:13:56 +01:00
Michael Teeuw
68a7c857c0
Merge pull request #1610 from dgburr/documentation-fix
...
Fix documentation of `useKMPHwind` option in currentweather
2019-03-18 17:09:04 +01:00
Daniel Burr
80eef2ab8c
Fix documentation of useKMPHwind
option in currentweather
2019-03-18 16:23:03 +01:00
Michael Teeuw
e4891e699f
Revert "Added autoLocation and autoTimezone option for weather modules and clock respectively."
2019-02-27 13:33:14 +01:00
Jacob Ebey
1a97107b2d
- Converted indentation to tabs.
2019-02-09 12:49:47 -08:00
Jacob Ebey
5ca3fbeaea
Added autoLocation option for weather modules.
2019-02-09 12:42:42 -08:00
fwitte
ba8685a122
readded degreesign
2019-01-05 13:13:53 +01:00
fwitte
3541d5adde
removed degree symbol display for Kelvin scale, match source code in currentweather and weatherforecast
2019-01-03 12:06:52 +01:00
Michael Teeuw
03b1389ee5
Merge pull request #1426 from gberg927/develop
...
Changed OpenWeatherMap URL in ReadME
2018-10-26 15:12:34 +02:00
Shade Alabsa
649b78e3f2
Added in screenshot for current weather module.
2018-10-07 15:01:51 -04:00
Dennis Glasberg
d311dbd9d5
Update README.md
2018-10-03 21:28:30 -04:00
Shameer Ashraf
34e5f29419
Fixed Wind Chill in Kelvin
2018-06-29 01:00:20 -04:00
Shameer Ashraf
f4910f0a8e
Fixed Heat Index for Kelvin
2018-06-29 00:23:04 -04:00
Parnic
d6fe5ab417
Fixed heat index
...
Celsius and Fahrenheit were flipped. The index was computed in Fahrenheit but used as if it were Celsius.
2018-04-17 19:43:09 -05:00
wonjerry
b73c549131
Error in MagicMirror/modules/default/currentWeather/currentWeather.js line 296, 300
...
Notice that self.config.animationSpeed can not be found because the notificationReceived function does not have "self" variable.
2018-04-06 21:25:10 +09:00
Michael Teeuw
3359c3cd45
Update currentweather.js
2018-04-06 13:03:06 +02:00
Michael Teeuw
1e6201093b
restore windChillInF variable.
2018-04-06 13:01:23 +02:00
BerndKohl
959ea69427
enabling translation for "feelsLike" in current weather
...
enabled translation
fixed typos in comments
added German translation
2018-04-06 12:28:47 +02:00
Michael Teeuw
10eb41d319
FIx wind chill in Fahrenheit.
2018-04-02 12:58:19 +02:00
Pranav Sethi
275956caba
Fixed typos in README.md for currentweather.
2018-03-12 22:22:45 -04:00
Pranav Sethi
7285ada9dd
Added feels like and kmph wind for currentweather module
2018-03-12 05:06:16 -04:00
Pranav Sethi
b9b9773df9
Merge branch 'develop' into currentweather-module-updates
2018-03-12 03:56:44 -04:00
Pranav Sethi
62eb4f20da
Fixed Trailling Spaces to Pass checks
2018-03-03 05:08:12 -05:00
Pranav Sethi
43d5311e5e
Fixed Trailling Spaces
2018-03-03 05:00:26 -05:00
Pranav Sethi
a6f08a09d5
Added Feels Like and Windspeed in KMPH
2018-03-03 04:52:22 -05:00