thekampany / MMM-NL-rain-intensity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%