I am stuck on getting the right values in cell21.
What should be displayed : An icon representing night or day and the values for sunrise and sunset.
What I get : one value for sunrise where the icon should be
what I did :
1. I made new hardware ->dummy hardware name isDonker
2. I added a new switch named isDonker : Type Lighting subype X10 (idx = 88)
added two timers as shown in
http://www.domoticz.com/forum/viewtopic ... ker#p83390
3. Changed idx to 88 in frontpage-settings where the original idx was 66
var idx_SunState = '88';
var idx_IsDonker = '88'; <!-- for day night css -->
['88','Status', 'cell21', 'Zon','2','0']
I could not find what to change in frontpage.js
As i am not a javascript developer it is hard for me to find what I do have to change.
Could you give me a hint ?
Thanks in advance
Solved

: changed the cellnumber in line
['0','SunBoth', 'cell25', 'Dummy cel voor bepaling zon op en zon onder','0','0'],
to a non-displayed/non-existing cellnumber