Dashticz - Module - Public Transport
Posted: Monday 06 January 2020 22:08
I have added the publictransport module in Dashticz and added the following lines in CONFIG.js to get the information for train station Dordrecht
Unfortunately no information was shown at all. Changing the station to 'station-dordrecht-zuid' the proper information is presented. The station 'station-dordrecht' is correct: an unknown station results is the message 'Laden...' ('Loading..'), but in case of 'station-dordrecht' it's just empty. I expected that this was a temporary data problem, but after some weeks I have still the same problem.
Code: Select all
var publictransport = {}
publictransport.ovinfotrain = { show_via: true, station: 'station-dordrecht', provider: '9292-train', icon: 'train', width:4, results: 6 };