Skip to content

thekampany/MMM-NL-rain-intensity

Repository files navigation

MMM-NL-rain-intensity

Magic Mirror Module for showing Rain Intensity in the next hour in the Netherlands

screenshot rain screenshot norain

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", 
  	}
},

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published