Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roramirez/MMM-TransantiagoCL-Paraderos
- Owner: roramirez
- License: mit
- Created: 2017-02-09T19:23:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T02:27:53.000Z (over 7 years ago)
- Last Synced: 2024-08-01T00:52:02.969Z (3 months ago)
- Topics: bus, chile, iot, magicmirror, module, santiago, stop, transantiago, transportation
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)