MagicMirror/modules/default/weather
2022-09-21 23:40:15 +02:00
..
providers refactor: fix linting & code style issues 2022-08-30 10:06:34 +02:00
current.njk Drop executable bit where not needed 2022-07-02 14:38:10 -07:00
forecast.njk Update forecast.njk 2022-01-02 11:35:29 -07:00
hourly.njk Corrected formating 2021-06-02 16:25:53 -04:00
README.md fix weather README 2022-09-21 23:40:15 +02:00
weather.css Remove some other prefixed styles since we are at it 2020-04-20 12:13:13 +02:00
weather.js Add JSDoc description 2022-04-26 17:37:23 +02:00
weatherobject.js Drop executable bit where not needed 2022-07-02 14:38:10 -07:00
weatherprovider.js Merge pull request #2798 from khassel/cors 2022-01-28 11:22:43 +01:00

Weather Module

This 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.