I'm having an issue with the public transport module.
For example, if I choose a station with a lot of trains, station-amsterdam-centraal and I set a destination where not so many trains go to, for example: Beverwijk and I set results to 6, I only get 1 result. It seems like it's only showing results that are available in a period of time, maybe one hour ahead?
Is it possible to get more results?
This is the code I use:
Code: Select all
publictransport.ovinfotrain = {
show_via: false,
title: 'Treinen',
station: 'station-amsterdam-centraal',
destination: 'Beverwijk',
provider: '9292-train',
interval: '120',
show_lastupdate: true,
icon: 'fas fa-train',
width: 12,
results: 6
}