Kristjan SCHMIDT
|
a5668b1b99
|
Magic Mirror -> MagicMirror²
Consistent spelling
|
2022-01-26 23:09:26 +01:00 |
|
Karsten Hassel
|
3a761f2082
|
change link color to white
|
2022-01-14 22:54:42 +01:00 |
|
Karsten Hassel
|
ed0ad7b988
|
use fake modules instead
|
2022-01-14 22:16:07 +01:00 |
|
Karsten Hassel
|
eb32ec89b4
|
remove old weather modules
|
2022-01-08 23:08:41 +01:00 |
|
veeck
|
a1e3fed312
|
Disable eslint checks in deprecated weather modules
|
2021-07-14 10:41:29 +02:00 |
|
Karsten Hassel
|
a71e61cd30
|
use short if in weatherforecast.js, add comment to logger.js
|
2021-06-15 23:29:07 +02:00 |
|
karsten13
|
1a244726aa
|
run prettier
|
2021-06-11 22:24:21 +02:00 |
|
Karsten Hassel
|
66759a33fa
|
unit tests
|
2021-06-07 00:16:53 +02:00 |
|
buxxi
|
948b6c8de8
|
deprecate module currentweather and weatherforecast
|
2021-01-23 13:12:56 +01:00 |
|
Ashish Tank
|
4966d6c920
|
Fixed Unit test case error for #2221
|
2021-01-14 19:10:04 +01:00 |
|
Ashish Tank
|
2c3e8533c7
|
Issue #2221 - Weather forecast always shows night icons in day time
|
2021-01-10 16:24:46 +01:00 |
|
Michael Teeuw
|
6f0f75cf27
|
Merge pull request #2388 from drewski3420/no_negative_zero
No negative zero
|
2021-01-07 12:41:30 +01:00 |
|
Michael Teeuw
|
7b36bb025a
|
Improve readabiliy.
|
2021-01-07 11:51:10 +01:00 |
|
drewski3420@gmail.com
|
e80a65a3cd
|
This change prevents returning '-0' (negative zero) when roundTemp is true
|
2020-12-30 08:51:07 -05:00 |
|
Ashish Tank
|
85b6df3738
|
Issue #2221
|
2020-12-09 15:27:36 +01:00 |
|
Ashish Tank
|
e984893853
|
Issue #2221 - Night icons are always shown for locale other then english
|
2020-12-09 11:58:47 +01: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 |
|