Search found 1 match
- Tuesday 15 September 2015 11:58
- Forum: Design, usability and languages
- Topic: Dashticz - Alternative Dashboard
- Replies: 174
- Views: 95071
Re: WIP - Dashticz - Alternative Dashboard
I've made some changes to dashtics.js in order to re-activate the display of buienradar. I've added the following code on line 134 (I'm not familiar with GitLab, so I'm posting my info here :) ): $.ajax({ url: _HOST_DOMOTICZ+'/json.htm?type=command¶m=getconfig&jsoncallback=?', type: 'GET',async ...