Skip to content

Public Transport Module of Vienna/Austria for MagicMirror²

License

Notifications You must be signed in to change notification settings

bblaha/MMM-WienerLinien

 
 

Repository files navigation

MMM-WienerLinien GitHub license Build Status Code Climate Known Vulnerabilities

Public Transport of Vienna/Austria Module for MagicMirror2

Example

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: "MMM-WienerLinien",
        position: "top_right",
        config: {
            api_key: "xxxxxxxxxxx",
            stations: ["2545", "1668"],
            ...
        }
    }
    
  3. Run command npm install --productive in ~/MagicMirror/modules/MMM-WienerLinien directory.

Config Options

Option Default Description
api_key REQUIRED Get an API key for free access to the data of www.wienerlinien.at here.
stations REQUIRED Insert here the station ids you want to display data from How to find an ID?.
max 5 How many departures should be displayed.
shortenStation false After how many characters the station name should be cut. Default: show full name.
shortenDestination false After how many characters the destination name should be cut. Default: show full name.
rotateInterval 20000 (20 sec) How fast should be switched between the stations.
updateInterval 300000 (5 mins) How often should the data be fetched.
elevatorStations EMPTY Insert the station ids where you would like to know elevator disruptions
incidentLines EMPTY Insert the line names for which you would like to know disruptions
incidentShort false If true, also the changes to lines are displayed (AZBLinienspezialtext see documentation), otherwise only current disruptions

About

Public Transport Module of Vienna/Austria for MagicMirror²

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 2.0%