Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Modulo para MagicMirror con información de arribo de transporte público sistema Transantiago en Chile
https://github.com/roramirez/MMM-TransantiagoCL-Paraderos

bus chile iot magicmirror module santiago stop transantiago transportation

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# MMM-TransantiagoCL-Paraderos
This a module for the [MagicMirror](https://github.com/MichMich/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](.github/sample.png)

## 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](http://paraderos.cl/)
| `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](http://paraderos.cl/) and especially [Rodrigo Perez](https://twitter.com/bilsoncl)