This is a module for MagicMirror².
This module will show a map with the weather data provided by Buienradar.
Note: Since this module uses Buienradar, it'll only work for locations in the Netherlands & Belgium
- Navigate to your MagicMirror's modules folder, and run the following command:
git clone https://github.com/StefanNienhuis/MMM-Buienradar.git
- Add the module and a valid configuration to your
config/config.js
file
This is an example configuration for your config/config.js
file:
var config = {
modules: [
{
module: 'MMM-Buienradar',
position: 'top_left',
config: {
lat: 52.1015474,
lon: 5.1758052,
forecast: true,
zoom: 1,
interval: 10,
monochrome: false
}
}
]
}
Option | Description |
---|---|
lat |
Required The latitude of the location |
lon |
Required The longitude of the location |
forecast |
Optional Three hour forecast (true) or last hour overview (false) Default: true |
zoom |
Optional The zoom level of the map (1 - 4) Default: 1 |
interval |
Optional The update interval of the map in minutes Default: 10 |
monochrome |
Optional Whether the map image is displayed as monochrome Default: false |
This is a screenshot with zoom level 3