It's possible that caching is the problem

You've got at least 2 columns more right now

Moderators: leecollings, htilburgs, robgeerts
I send you a pm with a screenshot but i think the screenshot isn't send with it so here the screenshot.robgeerts wrote:It's working here.
It's possible that caching is the problemCould you clean the cache of the browser?
You've got at least 2 columns more right nowI'll check for the rest of the layout like correct positioning of texts etc.
I did so too, and it didn't work. So, setting it to 9090 made it work. Somehow that is the port that Kodi and Domoticz talk to each other.robgeerts wrote:No, I set my port to 8080 in Kodi, so used that port in Domoticz too.
Thanks, will give it a try!EdKo66 wrote:I did so too, and it didn't work. So, setting it to 9090 made it work. Somehow that is the port that Kodi and Domoticz talk to each other.robgeerts wrote:No, I set my port to 8080 in Kodi, so used that port in Domoticz too.
Code: Select all
columns[2]['blocks'] = ['train','traffic']
Too bad... didn't work.robgeerts wrote:Thanks, will give it a try!EdKo66 wrote:I did so too, and it didn't work. So, setting it to 9090 made it work. Somehow that is the port that Kodi and Domoticz talk to each other.robgeerts wrote:No, I set my port to 8080 in Kodi, so used that port in Domoticz too.
Rob ,what Kodi do you use? Application, LibreELEC or OpenELEC?robgeerts wrote:Too bad... didn't work.robgeerts wrote:Thanks, will give it a try!EdKo66 wrote:
I did so too, and it didn't work. So, setting it to 9090 made it work. Somehow that is the port that Kodi and Domoticz talk to each other.
I'm using port 9090 now.. (set in kodi and domoticz).
IP + Port is correct:
2017-04-06 20:27:54.424 Kodi: (Kodi) Connected to '192.168.1.11:9090'.
2017-04-06 20:27:54.425 Kodi: (Kodi) Event: 'On'.
The remote is sending a signal but Kodi doesn't do anything...
App on the phone is working correctly (having the same ip/port)
Done!HansieNL wrote:Maybe an icon in front of the text?
fa-train / fa-car
LibreElec, should work out of the box..HansieNL wrote: Rob ,what Kodi do you use? Application, LibreELEC or OpenELEC?
If you downloaded it to a subfolder, you have to call it like this:Dropshot wrote:This dashboard looks amazing!
I've downloaded and extracted the zip to a subfolder in domoticz and changed CONFIG. Question: should it run instantly, or am I missing something, since I don't see a new dashboard?
Maartenkr wrote:This is really great!
2 quesions
how do I put a name above it like switch?
and how can i get buienradar back the map?
Code: Select all
var blocks{}
Code: Select all
blocks['blocktitle_1'] = {}
blocks['blocktitle_1']['type'] = 'blocktitle';
blocks['blocktitle_1']['title'] = 'Schakelaars';
Code: Select all
columns[1]['blocks'] = ['blocktitle_1',106,204,248,295]
I tried this, for my scene with idx 3, and it works:SwordFish wrote:I'm filling in my dashboard and i noticed that a block with a scene in my case never gets bigger than 4 even if i fill in 12.
Is this correct and that works only with dimmers?
It also don't work if i do idx_3.
Edit: Also the calendar button isn't displaying correct.
Code: Select all
var blocks = {}
blocks['s3'] = {}
blocks['s3']['width'] = 12;
var columns = {}
columns[1] = {}
columns[1]['blocks'] = ['blocktitle_1','s1','s3',233,62]
columns[1]['width'] = 5;
Damm those quotes, i only fill them in by columnsrobgeerts wrote:I tried this, for my scene with idx 3, and it works:SwordFish wrote:I'm filling in my dashboard and i noticed that a block with a scene in my case never gets bigger than 4 even if i fill in 12.
Is this correct and that works only with dimmers?
It also don't work if i do idx_3.
Edit: Also the calendar button isn't displaying correct.
Whats wrong with the calendar button?Code: Select all
var blocks = {} blocks['s3'] = {} blocks['s3']['width'] = 12; var columns = {} columns[1] = {} columns[1]['blocks'] = ['blocktitle_1','s1','s3',233,62] columns[1]['width'] = 5;
Edit: Sorry, i see your screenshot now
Users browsing this forum: No registered users and 1 guest