Closed bdvrieze closed 6 years ago
Hi @bdvrieze,
Because of the "humanize" function in moment.js duration times are rounded.
So, 46 minutes are rounded to the next full hour (1 hour) I could make this optional, so you can see the exact minutes as well.
I'll have a look to put the name of the station beneath departure and arrival.
@bdvrieze Both issues should be fixed now.
You can add it in config:
config: {
humanizeDuration: false,
showStationNames: true,
}
I'll try it out ASAP :)
Thanks!
Works like a charm thanks!
As you ca see the duration of the ride is always one hour and not the correct time. This could be by design (these trains always run late 😉) but I don't think that it's meant this way.
Feature request (alas I can't code): it would be nice to have the name of the station under departure and arrival.
Again many thx for this module!