Search found 5 matches
- Sunday 22 November 2015 21:53
- Forum: Design, usability and languages
- Topic: FlatZ Frontpage
- Replies: 237
- Views: 105062
Re: FlatZ Frontpage
Hi galadril Thx for the great work!!! Maybe someone can help me with my question. I would like resize the buttons on the lights Page. The "On/Off" Buttons. It is possible ?..where can i find the values to change the pix height? Thx @galadril First off all, big thanks to the frontpage. It's looking ...
- Sunday 06 September 2015 22:55
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 427277
Re: NEW frontpage.html - request comments
I disabled the stringreplace at line 49 and 55 in frontpage.js. Not sure why G3rard added this part and why he didt a substring and removed the last 3 characters. Because the sunrise and sunset is a time, like: "Sunrise" : "06:55", "Sunset" : "20:11", If you remove the last 3 characters you only ...
- Sunday 06 September 2015 22:06
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 427277
Re: NEW frontpage.html - request comments
dummy switch is useless... frontpage, know sunset and sunrise time, and actual time... and can calculate if it's the night.. already said here http://www.domoticz.com/forum/viewtopic.php?p=51614#p51614 my work here https://github.com/vil1driver/monitor Seems like its still wrong in the gerard33 ...
- Sunday 06 September 2015 21:10
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 427277
Re: NEW frontpage.html - request comments
dummy switch is useless... frontpage, know sunset and sunrise time, and actual time... and can calculate if it's the night.. already said here http://www.domoticz.com/forum/viewtopic.php?p=51614#p51614 my work here https://github.com/vil1driver/monitor Seems like its still wrong in the gerard33 ...
- Saturday 05 September 2015 23:01
- Forum: Design, usability and languages
- Topic: NEW frontpage.html - request comments
- Replies: 1301
- Views: 427277
Re: NEW frontpage.html - request comments
I have added a IsDark switch and adjusted the correct idx : var idx_SunState = '113'; var idx_IsDonker = '113'; <!-- for day night css --> but still only the night css is showing. What am i missing. Can i easily what this variable var IsNight = 'No'; during execution of the webpage in the console ...