Michael Teeuw
|
be0c8f4f16
|
Prettier fix.
|
2020-12-08 16:01:19 +01:00 |
|
Michael Teeuw
|
46fd2de315
|
Merge branch 'develop' into develop
|
2020-12-08 15:53:21 +01:00 |
|
Aurélien Veillard
|
1460f002ab
|
Add new parameter "useKmh" to weather module
Add new parameter "useKmh" to weather module for displaying wind speed as km/h instead of m/s when windUnits is set to metric.
|
2020-11-08 14:01:02 +01:00 |
|
Aurélien Veillard
|
198525f2ce
|
Weather config enhancement
Add new parameter 'useKmh' to display wind speed in km/h instead of m/s.
|
2020-11-07 09:54:13 +01:00 |
|
Michael Teeuw
|
207a9ba723
|
Merge branch 'develop' into bryanzzhu-weather
|
2020-09-18 12:15:44 +02:00 |
|
rejas
|
86fb1b938b
|
Check for undefined header data in weather modules
|
2020-08-13 21:51:18 +02:00 |
|
Bryan Zhu
|
a4d73e2a67
|
amended code according to pull request reviews
|
2020-08-01 17:39:58 -04:00 |
|
Bryan Zhu
|
b1a67d1fc5
|
integrated onecall usage into existing types
|
2020-08-01 02:59:08 -04:00 |
|
Bryan Zhu
|
9d22420027
|
Merge branch 'develop' of https://github.com/MichMich/MagicMirror into bryanzzhu-weather
|
2020-07-08 23:06:29 -04:00 |
|
Michael Teeuw
|
3282ed4fea
|
Add TODO
|
2020-07-04 21:49:14 +02:00 |
|
Michael Teeuw
|
bd0f707aed
|
Add changelog.
|
2020-07-04 21:40:31 +02:00 |
|
Bryan Zhu
|
85ed1b85ae
|
added functional current, hourly, and daily forecasts via OpenWeatherMap One Call API
|
2020-07-01 05:08:04 -04:00 |
|
Bryan Zhu
|
ffbf0804d9
|
added default values for lat and lon
|
2020-06-30 12:41:14 -04:00 |
|
Bryan Zhu
|
ca0b89ecd3
|
backtracked apiKey change to appid
|
2020-06-30 12:36:23 -04:00 |
|
Bryan Zhu
|
dc9d6f6b79
|
fixed minor typo (apiKey vs. appid)
|
2020-06-30 12:29:00 -04:00 |
|
Bryan Zhu
|
a4df38d963
|
fixed config parameter typo
|
2020-06-30 04:18:03 -04:00 |
|
Bryan Zhu
|
4a162543f6
|
added OpenWeatherMap One Call API function to default Weather module, added wDataHourly type
|
2020-06-30 02:40:41 -04:00 |
|
CreepinJesus
|
4339cdd8a4
|
Included check for Met Office DataHub provider.
The new Met Office provider also returns precipitation as a probability percentage.
|
2020-06-28 11:00:10 +01:00 |
|
Kristof Rado
|
6f3b87cfd1
|
Merge branch 'develop' into weather-module
|
2020-05-29 23:56:09 +02:00 |
|
Kristof Rado
|
766140f483
|
Ability to hide sun details
|
2020-05-28 10:57:01 +02: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 |
|
rejas
|
941d5d7cd9
|
Fix mixed tabs and whitespace errors
|
2020-04-21 12:23:50 +02:00 |
|
fewieden
|
ec6d9e3521
|
Merge branch 'develop' into feature/automated-weather-tests
# Conflicts:
# modules/default/weather/weather.js
# package-lock.json
# package.json
|
2019-09-11 13:07:31 +02:00 |
|
fewieden
|
a24a4a747e
|
current weather tests
|
2019-09-11 12:27:06 +02:00 |
|
Veeck
|
36400c0a83
|
Fix some eslint errors from previous merges
|
2019-06-14 14:03:07 +02:00 |
|
Michael Teeuw
|
7a272ef0ab
|
Merge conflict.
|
2019-06-14 13:19:29 +02:00 |
|
Malcolm Oakes
|
a619fc4fef
|
Allow temp and wind units to be specified separately if required.
|
2019-06-07 15:27:08 +01:00 |
|
rejas
|
835668d96d
|
Add eslint semi rule
|
2019-06-05 10:23:58 +02:00 |
|
Malcolm Oakes
|
c80e04fe8d
|
Add new weather data provider UK Met Office (Datapoint)
|
2019-04-03 15:19:32 +01:00 |
|
vincep5
|
cbe4d2cd7f
|
weather module adjustments for rain and snow
|
2019-02-14 13:00:40 -06:00 |
|
vincep5
|
2e03868021
|
current.njk JS error and Loading string
|
2019-01-17 08:54:16 -06:00 |
|
fwitte
|
766f21b525
|
adjusted default values
|
2019-01-06 12:34:44 +01:00 |
|
fwitte
|
8b2d544576
|
added fade and maxnumberofdays options for forecast
|
2019-01-06 12:24:26 +01:00 |
|
fewieden
|
5759ed3728
|
implemented config option decimal symbol, align indoor elements vertical, add humidity support to nunjuck unit filter, do not display degree symbol for kelvin
|
2019-01-04 20:14:28 +01:00 |
|
fewieden
|
de04c12d3c
|
fix rain amount information for different units and providers, documentation
|
2018-12-30 20:46:25 +01:00 |
|
fewieden
|
8dd7621f29
|
add original feels like temperature and fixed it for imperial units
|
2018-12-30 14:17:13 +01:00 |
|
fewieden
|
10bc326490
|
cleanup
|
2018-12-27 19:37:02 +01:00 |
|
fewieden
|
1920f8158e
|
config options and documentation
|
2018-12-27 18:52:35 +01:00 |
|
fewieden
|
ebee80d10e
|
small improvements
|
2018-12-27 17:13:49 +01:00 |
|
fewieden
|
0fe79b5288
|
indoor data, new filter, small cleanup
|
2018-07-02 15:43:24 +02:00 |
|
fewieden
|
91ddc00f7e
|
fix moment, add unit filter
|
2018-05-21 10:56:46 +02:00 |
|
Michael Teeuw
|
a79e1b6ca1
|
Rename templates to .njk files to allow syntax highlighting.
|
2017-10-18 13:52:11 +02:00 |
|
Michael Teeuw
|
ab732b5435
|
Make all visiable values dynamic.
|
2017-10-18 13:38:56 +02:00 |
|
Michael Teeuw
|
241ff5cb6e
|
Set temperature rounding.
|
2017-10-18 12:19:02 +02:00 |
|
Michael Teeuw
|
0776dfc80e
|
Minor changes.
|
2017-10-18 11:58:45 +02:00 |
|
Michael Teeuw
|
ad240cf52f
|
Fix lint errors.
|
2017-10-01 16:19:14 +02:00 |
|