New to dashticz, I have an issue adding IDX. I created blocks and everything and added IDXs. IDX 7,8,9 and 10 are Philips Hue switch. They are all the same bulbs (only 7 is HueGo).
Everything works with IDX, 7,8,9 but when adding IDX 10, there is no switch at all as shown on the picture (bottom right is empty instead of IDX10).
Code: Select all
var blocks = {}
blocks['blocktitle_1'] = {}
blocks['blocktitle_1']['key'] = 'blocktitle_1';
blocks['blocktitle_1']['type'] = 'blocktitle';
blocks['blocktitle_1']['title'] = 'Lumières';
blocks[7] = {width: 6}
blocks[8] = {width: 6}
blocks[9] = {width: 6}
blocks[10] = {width: 6}
columns[2] = {}
columns[2]['blocks'] = ['blocktitle_1',7,8,9,10]
columns[2]['width'] = 5;

Is there anything I missed ?
Thank you