Rain Intensity Magic Mirror Module
Posted

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