Read the statement by Michael Teeuw here.
MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn
-
@Klinge There is now also an update available which will prevent this “layer 8 problem“. ;)
-
@raywo In my config i set
maxUnreachableDepartures: 2,
,timeToStation: 15,
andtimeInFuture: 90,
. This morning (8:00 o’clock) there were two trains within maxUnreachableDepartures. 7:54 +0, and 8:05 +2. I think the 7:54 shouldn’t be there. Yes, the train is unreachable (15), but he is gone already :). -
@raywo
Thank you. Now it can be configured by someone like me ;-) -
Thanks, @raywo Works like a charm. Well done also w.r.t documentation, the convenience script for retrieving stationID, and customization! Awesome work.
-
@raywo Thank you for the module! It works great. Since I used the MMM-PublicTransportDB and there I had some issues with delay-calculation and excluding from busses. But here everything is working fine. Thanks a lot!
-
Thanks also from my side… this is exact the module I was looking for. Is there a way to change the “STR” into “Tram”? Thanks for your help.
-
@onkelbobby If your mirror displays
"STR"
your transport provider sends it that way.One way to suppress that would be to set the option
showOnlyLineNumbers
totrue
and providing a custom css file with a rule like so:.str11:before { content: "Tram "; }
-
@raywo said in MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn:
.str11:before {
content: "Tram ";
}works perfectly…
thank you for the prompt support :-) -
Hi there,
while configuring this awsome module another question came up. is there an way to get rid of the city name being displayed behind the final destination of e.g. the bus? In my configuration I want to remove “München”.
Thanks in advance…
-
@onkelbobby I’ve made an update to the module. It is now possible to provide key-value pair which are used to replace strings in the displayed directions. Use the option
replaceInDirections
. For more information see the documentation.