Rain Intensity Magic Mirror Module

screenshot

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

optiondescription
latlatitude
lonlongitude

Example configuration to put in config.js

{
            module: "MMM-NL-rain-intensity",
            position: "top_right",
            config: {
                    lat: "52.15",
                    lon: "4.50",
            }
    },

screenshot rain screenshot norain

see: https://github.com/thekampany/MMM-NL-rain-intensity

comments powered by Disqus