CFenner / MMM-LocalTransport

A module for the MagicMirror to display informations about local tranportation.
MIT License
43 stars 15 forks source link

The stops between the final destination are not shown... #20

Open JoesseWollatz opened 7 years ago

JoesseWollatz commented 7 years ago

My problem with the module is that it shows which bus/train line I have to take but not on which station I have to get off. Especially with new routes it is a problem if you don know where to get off. It would be great if someone of you could fix my problem:)

GHLasse commented 6 years ago

Here some thoughts in case anyone wants to take this on:

I guess the problem only occurs if there is a public transport step followed by a walking step. So we would need to add the details.departure_stop.name to any walking step. If there isn't any departure_stop.name provided for walking steps or if it's just a GPS coordinate, it should be sufficient to save the final destination (details.arrival_stop.name ?) of any step in a global variable and display that if a walking step is encountered it should be initiated with the departure address or maybe just empty...