Skip to content

StefanNienhuis/MMM-Buienradar

Repository files navigation

MMM-Buienradar

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

Installation

  1. Navigate to your MagicMirror's modules folder, and run the following command: git clone https://github.com/StefanNienhuis/MMM-Buienradar.git
  2. Add the module and a valid configuration to your config/config.js file

Using the module

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
            }
        }
    ]
}

Configuration options

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

Screenshot

This is a screenshot with zoom level 3

Screenshot on zoom level 3

About

Magic Mirror module for Buienradar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published