This a module for the MagicMirror.
This module show public transport information bus stop Transantiago Chile
-
Clone this repository inside your MagicMirror's
modules
foldercd ~/MagicMirror/modules
git clone https://github.com/roramirez/MMM-TransantiagoCL-Paraderos.git
.
The entry in config.js
can include the following options:
Option | Description |
---|---|
busStop |
Required The bus stop you want display the information. Find information about this values |
updateInterval |
Optional How often should update the data. Type: int (milliseconds) Default 60000 milliseconds (1 minute) |
Here is an example of an entry in config.js
{
module: 'MMM-TransantiagoCL-Paraderos',
position: "top_left",
config: {
busStop: ["PG203", "PJ43"],
updateInterval: 30000
}
},
Thanks to Paraderos.cl and especially Rodrigo Perez