Michael Teeuw
43b6c71205
Revert "Fixes the un-hide problem with currentwether and weatherforcast modules."
2020-10-13 16:14:52 +02:00
Erik Pettersson
ecd9828afc
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:37:00 +02:00
rejas
86fb1b938b
Check for undefined header data in weather modules
2020-08-13 21:51:18 +02:00
rejas
49ff92892f
Warn user if he uses the sample value in the config for the apiid
2020-08-13 21:51:18 +02:00
Michael Teeuw
1b199c1682
Merge pull request #2077 from oemel09/fix-maxNumberOfDays-2018
...
Fixes getting only full day forecasts
2020-07-17 16:18:57 +02:00
Chris Brunner
93c0787efd
Add support for OpenWeather onecall API
2020-07-08 09:48:03 -07:00
oemel09
a1708a1469
Fixes getting only full day forecasts
2020-07-08 10:19:49 +02:00
oemel09
246dc663c4
Applies suggestions from prettier, floor instead of ceil
2020-07-02 22:22:04 +02:00
oemel09
0939e405b4
Adjusts maxNumberOfDays depending on the endpoint
2020-07-02 20:54:20 +02:00
Chris
cc01c1f0db
Update weatherforecast.js
2020-05-31 11:57:53 +09:00
Chris
4a7076e01c
Prettier correction
2020-05-31 11:46:50 +09:00
Chris
457c80fe76
Correct #2018
...
Weather forecast need the maxNumberOfDays as argument &cnt=**
The minimum is 1 and the maximum is 17.
2020-05-31 00:15:54 +09: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
rejas
14aa4036e0
Some spelling and doc fixes
2020-04-22 22:09:31 +02:00
Veeck
0c60d54c3f
Add eqeqeq rule to not confuse == with ===
2020-04-21 15:13:06 +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
rejas
ef8d85773c
Run automatic fix
2020-04-21 12:23:50 +02:00
Fritz Jay
1dfec119bb
Fixed bug that was causing predicted amount of rain value to use DOT as a decimal separator regardless of the decimalSymbol config value.
2019-11-12 18:16:55 -08:00
buxxi
a314ea1aa3
Fixing weatherforecast module not displaying rain amount if using fallback endpoint
2019-08-18 12:44:28 +02:00
rejas
835668d96d
Add eslint semi rule
2019-06-05 10:23:58 +02:00
rejas
8f1a212b52
More typo fixes
2019-06-05 09:46:59 +02:00
rejas
5c08bde0fa
More == -> === and != -> !== fixes
2019-06-05 09:32:10 +02: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
3d5ad29eac
- Removed trailing space
2019-02-09 13:51:23 -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
György Balássy
f0c516e82d
CHANGED: The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.
2018-12-14 11:32:58 +01:00
vincep5
6598ae080f
weatherforecast rainfall rounding
2018-08-07 11:48:10 -05:00
Janne Kalliola
dc3e960e79
Fixed parsing date, as dt_txt is missing from certain weather API results
2018-07-02 23:22:09 +03:00
Teddy Payet
afd829307d
Tabs and spaces from the original files
...
With a diff, here the orginal tabulations.
2018-06-11 23:09:00 +02:00
Teddy Payet
09abdc0f12
ESLint format
...
Resolve format ith eslint
2018-06-11 19:59:21 +02:00
Teddy Payet
cbc2eaf908
Customize classes for table
...
MagicMirror offers helper classes in the main.css. Therefore, we give
the possibility to indicate the class that we want.
2018-06-11 12:54:27 +02:00
Janne Kalliola
0e2e8d2e2a
Changed weatherforecast to use dt_txt field
2018-05-08 18:45:38 +03:00
Reagan Elm
3d1741c904
Respect maxNumberOfDays regardless of endpoint
2018-02-10 20:53:38 -05:00
Michael Teeuw
538a2acbf5
Fix linting errors.
2018-01-01 13:38:07 +01:00
Michael Teeuw
ba909c696d
Merge branch 'develop' into weather_decimal_marks
2017-12-31 12:24:25 +01:00
Torben Tigges
df0515cebf
currentweather, weatherforecast, changed option of decimal comma to any decimal symbol
2017-12-31 01:15:59 +01:00
Torben Tigges
46c0e14d67
currentweather, weatherforecast, added option of decimal comma for temperature values to config
2017-12-30 22:03:26 +01:00
Jannick Fahlbusch
07e28bfee6
Use HTTPS instead of HTTP
...
Chrome blocks insecure requests (HTTP) when MagicMirror is loaded
via HTTPS. This commit changes the protocol used for OpenWeatherMap.
2017-10-06 21:31:06 +02:00
Michael Teeuw
29f3a81666
Fix weather forecast.
2017-09-29 10:04:42 +02:00
Rodrigo Ramírez Norambuena
58b763e935
Hack fix issue #1017
2017-09-12 10:31:49 -03:00
Chris van Marle
335ae0105f
Fix grunt errors
2017-09-01 11:17:01 +02:00
Chris van Marle
62ce7a0e37
Weather forecast settings match current weather
...
This change makes the config of weather forecast more in line with
current weather. It uses the configured units (metric, imperial,
default) to determine the sign.
2017-09-01 10:58:21 +02:00
Chris van Marle
afa0fb8da1
Fix JavaScript error in weatherforecast
...
Change 5568e0c2adc73aa20bebb5bfc47df65fea273b05 introduces JavaScript
errors, because it's calling toUpperCase() on a boolean value.
2017-09-01 10:38:25 +02:00
Michael Teeuw
daf76a311c
Merge pull request #991 from DanielWeeber/temperature-scale-show
...
Temperature scale show
2017-08-29 14:13:43 +02:00
DanielWeeber
2d2f159e04
Small change for re-running Travis CI
2017-08-16 12:11:57 +02:00