Page 1 of 1

Dashticz - Module - Public Transport

Posted: Monday 06 January 2020 22:08
by JanvdW
I have added the publictransport module in Dashticz and added the following lines in CONFIG.js to get the information for train station Dordrecht

Code: Select all

var publictransport = {}
publictransport.ovinfotrain = { show_via: true, station: 'station-dordrecht', provider: '9292-train', icon: 'train', width:4, results: 6 };
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.

Re: Dashticz - Module - Public Transport

Posted: Tuesday 07 January 2020 1:51
by HansieNL
Have you tried without: show_via: true?

Re: Dashticz - Module - Public Transport

Posted: Tuesday 07 January 2020 18:49
by JanvdW
Yes, I did. Just changed that back, but that doesn't solve the problem

Re: Dashticz - Module - Public Transport

Posted: Tuesday 07 January 2020 19:54
by JanvdW
An hour later the proper information is displayed. I suppose the show_via was the problem. Thanks a lot!