Skip to content

Monitor a given station in the RNV traffic network

Notifications You must be signed in to change notification settings

yawnsde/MMM-RNV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-RNV

This an extension for the MagicMirror.

It monitors a given station in the RNV traffic network and shows the 10 upcoming departures with destination, type and delay. It also shows additional information if provided by the vendor. A valid API key is required, the key can be requested for free here: https://opendata.rnv-online.de/startinfo-api

Installation

Open a terminal session, navigate to your MagicMirror's modules folder and execute git clone https://github.com/yawnsde/MMM-RNV.git, a new folder called MMM-RNV will be created.

Activate the module by adding it to the config.js file as shown below. Of course the position is up to you and the header is optional/customizable. To find the id of your station take a look here: https://opendata.rnv-online.de/sites/default/files/Haltestellen_16.xml

Using the module

modules: [
		{
			module:	'MMM-RNV',
			header: 'RNV Haltestellenmonitor',
			position:	'top_left',
			config: {
				apiKey: 'ENTER YOUR KEY HERE',
				stationID: 'ENTER YOUR STATION ID HERE',
			}
		},

About

Monitor a given station in the RNV traffic network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published