Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 59 forks source link

Adding also public transport for DeLijn bussen Belgium #313

Closed ericvb closed 6 years ago

ericvb commented 6 years ago

Did the same as for the NMBS. CONFIG.js publictransport.delijnMol = {station: '109991+406796+406795+406792+107606+107604+107605', title: 'Bus station Mol', show_lastupdate:true, provider: 'delijnbe', icon: 'bus', interval: 15, width: 4, results: 10 }; Via the website delijn.be (https://www.delijn.be/nl/zakelijk-aanbod/reisinfo-op-maat/gebruikershandleiding-realtime-haltescherm.html) you can get the numbers of the stops you want to see. Encode them like above with a + sign.

publictransport.zip This file has the complete code for the NMBS and DeLijn.

Example screen: 2018-05-02 21_37_34-dashticz

robgeerts commented 6 years ago

Added to BETA! Thanks for you additions!