You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For arrival time, is it possible to maybe turn it off? In other words, the screen would just show just the minutes till arrival, and nothing else? ie. shows this; [] Home 24 min instead of [] Home 24 min 18:24
When I added this feature I also thought about this, but I think with the current design it is really hard to do this. It would be better to refactor the whole module and process each route individually (so they would update individually) which would enable us to just call a refresh every minute so that the displayed arrival time could be updated.
The arrival time is currently only refreshed on interval updates.
An interesting idea mentioned in issue #17 is to calculate an up to date arrival time more often.
Thinks to take into account:
(suggestions welcome in comments)
The text was updated successfully, but these errors were encountered: