@Sandy2503 You might have a look at the module again,
it seems to display connections now.
What does not work right now is including delays to the departure time.
Read the statement by Michael Teeuw here.
Posts made by Dom1n1c
-
RE: MMM-EFA (Elektronische Fahrplanauskunft/Mentz)
-
RE: Formatting the MMM-EFA Module
Thanks to @joda92
Now the indentation works as expected.Feel free to pull the Module from GitHub:
https://github.com/Dom1n1c/MMM-EFA-departures -
Formatting the MMM-EFA Module
There are a few who want to use the MMM-EFA Module (a local Transport departure Monitor, including real-time data)
https://github.com/Dom1n1c/MMM-EFA-departuresMaybe there is someone who can help me to avoid the overwritten section:
-
RE: Station monitor KVB Köln
or you could use the mentz api, this should also work in the “forbidden city” / cologne :smile:
I requested support for Düsseldorf and so on:
https://forum.magicmirror.builders/topic/1904/mmm-efa-elektronische-fahrplanauskunft-mentz
-
RE: MMM-EFA (Elektronische Fahrplanauskunft/Mentz)
Thank you @strawberry-3-141
Currently it’s a bit messed up, but it shows some departures:
https://github.com/Dom1n1c/MMM-EFA-departures
(Delays seems not to be displayed) -
MMM-EFA (Elektronische Fahrplanauskunft/Mentz)
Like already discussed in other topics:
https://forum.magicmirror.builders/topic/763
https://forum.magicmirror.builders/topic/1719
https://forum.magicmirror.builders/topic/632/mmm-wienerlinien/9There is an API for several Transportation companies called:
EFA (Elektronische Fahrplanauskunft) which means electric departure monitor in German.This is a list of API endpoints i know so far:
VRR / Verkehrsverbund Rhein-Ruhr
http://efa.vrr.de/standard/XSLT_DM_REQUESTVVS / Verkehrs- und Tarifverbund Stuttgart
http://www2.vvs.de/vvs/XSLT_DM_REQUESTMVV / Münchner Verkehrs- und Tarifverbund
http://efa.mvv-muenchen.de/mobile/XSLT_DM_REQUESTDING - Donau-Iller-Nahverkehrsverbund
http://www.ding.eu/mobile/ding2/XSLT_DM_REQUESTtraveline south east: Journey Planner
http://www.travelinesoutheast.org.uk/se/XSLT_DM_REQUESTThis one is already the right module (but it does not work right now):
https://github.com/gefangenimnetz/MMM-EFA-departures/The Station IDs can be found here:
http://www.eg-blog.de/?p=822 -
RE: Station Monitor VRR (Wuppertal)
Those are other regions, with the EFA, too.
You could use a provider which uses the Mentz System:
Short overview (not complete, there are a few more: http://www.fahrplanauskunftssysteme.de)Verkehrs- und Tarifverbund Stuttgart GmbH
http://www2.vvs.de/vvs/XSLT_TRIP_REQUEST2
Verkehrsverbund Rhein-Ruhr
http://efa.vrr.de/standard/XSLT_TRIP_REQUEST2
Verkehrsverbund neckar-alb-donau
http://efa.naldo.de/naldo/XSLT_TRIP_REQUEST2
traveline south east: Journey Planner
http://www.travelinesoutheast.org.uk/se/XSLT_TRIP_REQUEST2
Salzburg Verkehr
http://efa.svv-info.at/svv/XSLT_TRIP_REQUEST2
MVV
http://efa.mvv-muenchen.de/mobile/XSLT_DM_REQUEST
Ding.EU
http://www.ding.eu/mobile/ding2/XSLT_DM_REQUESTThere are a few implementations of this system, like:
https://github.com/michiwend/goefa
EDIT: Maybe this one is already the right module:
https://github.com/gefangenimnetz/MMM-EFA-departures/The Station IDs can be found here:
http://www.eg-blog.de/?p=822 -
RE: Deutsche Bahn Delay
You could use the API by the local organization unit, which is VRR for instance.
I wrote something about the VRR-Routing, which possibly may work for other Locations (At leat in NRW):
https://forum.magicmirror.builders/topic/1281/deutsche-bahn-list-of-connections-with-delays/3 -
RE: MMM-FHEM shows values from FHEM devices ...
Is it possible to access values from openhab?
The syntax of the rest interface in OH is:
IP:8080/rest/items/specificitem
And to get the ‘Raw’ result/value:IP:8080/rest/items/specificitem/state
I saw that there were a few Addons (for my smartwatch) that could use both FHEM and OpenHAB
Thanks