Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
/ MMM-MVGWiesty Public archive

MagicMirror² Module to display public transport from Munich in Germany.

License

Notifications You must be signed in to change notification settings

wiesty/MMM-MVGWiesty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-mvgmunich GitHub license

MagicMirror² Module to display public transport from Munich in Germany.

NEW VERSION: MMM-MVVWiesty

Important Note:

The previous API used in this project has been deprecated and is no longer available. As a result, we have migrated to the new "mvv-muenchen" API to ensure continued support and improved performance.

(OLD) Project info:

example view

Wiesty MVG Api Helper

Dependencies

  • instance of MagicMirror²
  • Node Fetch (linux: npm install node-fetch)

Installation

  1. Clone this repository in your MagicMirror installation into the folder modules. git clone https://github.com/wiesty/MMM-MVGWiesty.git
  2. Install dependencies in main MagicMirror folder
  3. Head over to Wiesty's MVG Api Helper (Its a basic html tool to get the station id for the config.)
  4. Add configuration to your config.js

Config

		{
			module: "MMM-MVGWiesty",
			position: "bottom_left",
			config: {
			  updateInterval: 60 * 5000,          // evey 5 min
			  maxEntries: 7,                     // 7 items on screen
			  station: "de:09162:6",          // the ID from your station you want to display
			  footway: 0,                       // add minutes for footway
			  productfilters: "ALL",            // Filters [ALL (for all), UBAHN, BUS, SBAHN, TRAM, BAHN, REGIONAL_BUS, RUFTAXI]
			  lines: "ALL",                     //Filter for lines (ALL (for all) S7, 13, 180, U7, U3)
			  destinations: "ALL"               //Filter for destinations (ALL (for all) Flughafen München, Freising)
			}
 		},

Note: ❌ If the line is canceled, the emoji will be displayed. (See the example picture)

Filters: Filters are comma-seperated.

About

MagicMirror² Module to display public transport from Munich in Germany.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published