MagicMirror/modules/default/weather
2020-11-06 11:47:29 +01:00
..
providers Cleanup some log levels 2020-11-06 11:47:29 +01:00
current.njk integrated onecall usage into existing types 2020-08-01 02:59:08 -04:00
forecast.njk Update forecast.njk 2020-10-12 09:10:51 +02:00
hourly.njk integrated onecall usage into existing types 2020-08-01 02:59:08 -04:00
README.md Fix typos 2020-08-13 21:51:18 +02:00
weather.css Remove some other prefixed styles since we are at it 2020-04-20 12:13:13 +02:00
weather.js Merge branch 'develop' into bryanzzhu-weather 2020-09-18 12:15:44 +02:00
weatherobject.js Run prettier over ALL files once 2020-05-11 22:22:32 +02:00
weatherprovider.js Merge branch 'develop' into bryanzzhu-weather 2020-09-18 12:15:44 +02:00

Weather Module

This module aims to be the replacement for the current currentweather and weatherforcast modules. The module will be configurable to be used as a current weather view, or to show the forecast. This way the module can be used twice to fulfill both purposes.

For configuration options, please check the MagicMirror² documentation.