Skip to content

Modulo para MagicMirror con información de arribo de transporte público sistema Transantiago en Chile

License

Notifications You must be signed in to change notification settings

roramirez/MMM-TransantiagoCL-Paraderos

Repository files navigation

MMM-TransantiagoCL-Paraderos

This a module for the MagicMirror.

This module show public transport information bus stop Transantiago Chile

Installation

  1. Clone this repository inside your MagicMirror's modules folder

    cd ~/MagicMirror/modules

    git clone https://github.com/roramirez/MMM-TransantiagoCL-Paraderos.git.

How show it

Demo

Config

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

About

Modulo para MagicMirror con información de arribo de transporte público sistema Transantiago en Chile

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published