Magic Mirror Module for showing Rain Intensity in the next hour in the Netherlands
Navigate into your MagicMirror's modules folder and execute 'git clone https://github.com/thekampany/MMM-NL-rain-intensity'
This module can show if you need an umbrella in the next hour. It uses your longitude and latitude in a buienradar url.
option | description |
lat | latitude |
lon | longitude |
{
module: "MMM-NL-rain-intensity",
position: "top_right",
config: {
lat: "52.15",
lon: "4.50",
}
},