Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 799 Bytes

MMM-DeLijn

This is a module for the Magic Mirror. It loads live timings for a specific bus stop. (bus nr, estimated time of arrival, minutes from now till ETA)

MMM-DeLijn

Installation

Go to this page and make an account. Then go to this page and subscribe. You will get an API key, replace it in the DL.js file together with the bus stop you want to load.

Also change the $BUS_STOP variable to your closest busstop or the one you want to monitor. You can lookup the busstop nr by using this website

Put the MMM-DeLijn module in your modules folder.

add this to your config file:

{
    module: "MMM-DeLijn",
	header: "Bus"
}