Skip to content

Commit

Permalink
- update example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrVragec committed Jan 3, 2018
1 parent e40fbbd commit ff3e18d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MMM-mvgmunich [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mrVragec/MMM-mvgmunich/raw/master/LICENSE) [![Build Status](https://api.travis-ci.org/mrVragec/MMM-mvgmunich.svg?branch=master)](https://travis-ci.org/mrVragec/MMM-mvgmunich) [![Known Vulnerabiliries](https://snyk.io/test/github/mrvragec/mmm-mvgmunich/badge.svg)](https://snyk.io/test/github/mrvragec/mmm-mvgmunich) [![Code Climate](https://codeclimate.com/github/mrVragec/MMM-mvgmunich/badges/gpa.svg)](https://codeclimate.com/github/mrVragec/MMM-mvgmunich)

MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich - Germany.
MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich - Germany.

## Example
![](.github/Example_1.png) ![](.github/Example_2.png)
Expand All @@ -12,7 +12,7 @@ MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in
## Installation
1. Clone this repository in your MagicMirror installation under modules.
2. Rename plugin foler from 'MMM-mvgmunich' to 'mvgmunich'
3. Install dependencies in main MagicMirror folder
3. Install dependencies in main MagicMirror folder
4. Add configuration block to your config.js:
```
{
Expand All @@ -21,15 +21,15 @@ MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in
header: "MVG",
config: {
haltestelle: "Hauptbahnhof",
maxEntries: 25, // 10 items on screen
updateInterval: 60000, // 60 s
showUbahn: true, //show ubahn route
showBus: true, // show bus route
showTram: true, // show tram route
showSbahn: true // show sbahn route
ignoreStations: [] // destination not to be shown
timeToWalk: 10 // 10 min walking time to station. Default is 0
includeWalkingTime: false // if the walking time should be included and the starting time is displayed
maxEntries: 25, // 10 items on screen
updateInterval: 60000, // 60 s
showUbahn: true, // show ubahn route
showBus: true, // show bus route
showTram: true, // show tram route
showSbahn: true, // show sbahn route
ignoreStations: [], // destination not to be shown
timeToWalk: 10, // 10 min walking time to station. Default is 0
includeWalkingTime: false // if the walking time should be included and the starting time is displayed
}
},
```
Expand All @@ -46,4 +46,4 @@ MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in
| `showSbahn` |Show data for S-Bahn. <br> **Possible values:** `true` or `false` <br> **Default:** `true` |
| `ignoreStations` |Ignore destinations based on a array list. <br> **Possible values e.g.:** `["Feldmoching", "Hauptbahnhof"]` <br> **Default** `[]` |
| `timeToWalk` | Time to walk to the station from your current location <br> **Default:** `0` minutes |
| `includeWalkingTime` | If the time to leave should be displayed which includes the walking time. <br> **Default:** `false` |
| `includeWalkingTime` | If the time to leave should be displayed which includes the walking time. <br> **Default:** `false` |

0 comments on commit ff3e18d

Please sign in to comment.