PublicTransport not loading
Posted: Saturday 05 January 2019 16:48
I have recently reinstalled Domoticz and so also Dashticz.
I pull git about 3 weeks ago and I am rebuilding the GUI. Everything seems to work fine except publictransport.
Can someone point me in the right direction?
I followed the installation instructions and also installed PHP etc. (A test.php shows that PHP7 is running)
i use some default entries as a test, but noting comes up/is even loading.
I pull git about 3 weeks ago and I am rebuilding the GUI. Everything seems to work fine except publictransport.
Code: Select all
git clone https://github.com/robgeerts/dashticz_v2 --branch beta
I followed the installation instructions and also installed PHP etc. (A test.php shows that PHP7 is running)
i use some default entries as a test, but noting comes up/is even loading.
Code: Select all
//example station id: station-eindhoven
var publictransport = {}
publictransport.ovinfobus = { show_via: false, station: 'son-en-breugel/bushalte-penseelkever', provider: '9292-bus', icon: 'bus', width:5, results: 6 }
Code: Select all
columns[3]['blocks'] = ['sunrise','streamplayer',publictransport.ovinfobus]