Re: New Dashboard Design v2, custom positioning and multiple screens
Posted: Wednesday 12 April 2017 17:36
Sorry, previous was not a reply to you, kowee. But, kowee, coukd you send me the complete graph output? (Pm)
Open source Home Automation System
https://forum.domoticz.com/
Just to check, did you remove comments from custom positioning part?JoshDinsdale wrote:Hey Guys
Im very new to this, discovered this project just yesterday. Im having some issues getting devices to show. If i have var _USE_AUTO_POSITIONING and var _USE_FAVORITES set as true, i get some favorites show, however if i try and do it manually i cant get anything to show. Weather and clock stuff is fine.
Any suggestions?
Code: Select all
/*
CUSTOM POSITIONING:
...
//screens[2]['columns'] = [4,5,6]
*/
I did a git pull after I saw your message about the fix earlier today. It updated at least two files. But it did not change the situation for my dasboard unfortunately. Could it be about the device types I have as favorites? Some RGB dimmers, selector switches etc. (also normal temp/hum sensors)?robgeerts wrote: When did you download it?
I fixed one issue regarding this, this afternoon..
Well, now I have to say I have no idea what happened. I did several "empty cache and hard reloads" after the last git pull, but the issue remained. I checked the console for errors yesterday and there was something but at the time it seemed like it was not the source of the problems and forgot already what it was. Now as I wanted to check again if there is anything I did one normal reload and vĂ³ila - all the favorite devices are thererobgeerts wrote:Well, you should at least see something...
Does console (F12) give you an error?
Can you share your config.js, especially the part which contain the 'IsItGonnaRain' script?. I want to know how to achieve this within my dashboard.SwordFish wrote:(..)
I added the white one with Photoshop and rename the white one.
As for the buienradar, it is a script that I found on the forum that reports if its gone rain within 15 min.
It's just a IDX I filled in?axelbaas wrote:Can you share your config.js, especially the part which contain the 'IsItGonnaRain' script?. I want to know how to achieve this within my dashboard.SwordFish wrote:(..)
I added the white one with Photoshop and rename the white one.
As for the buienradar, it is a script that I found on the forum that reports if its gone rain within 15 min.
robgeerts wrote:Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
I suspect you've overwritten your normal Domoticz index.html and did not place it in a subfolder?shadowland wrote:robgeerts wrote:Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
Is there a possibility that i go back to the normall domoticz?
It worked but i don't have any sensor/switches programmed.
Yes hahahah but it was a clean install, i think i know the problem now!robgeerts wrote:I suspect you've overwritten your normal Domoticz index.html and did not place it in a subfolder?shadowland wrote:robgeerts wrote:Download the files and place them in a subfolder of the www of Domoticz (or, if you want in a folder on your desktop.
Copy CONFIG-DEFAULT.JS to CONFIG.js and edit this file to fit your needs.
After that, call index.html (including the complete path to that file) in your browser.
For example: http://path.to.domoticz:8080/dashboard/index.html
Is there a possibility that i go back to the normall domoticz?
It worked but i don't have any sensor/switches programmed.
If yes, re-download Domoticz (or is there an easier way?)
If no, remove the path to subfolder in the URL as Edko66 said
Hmm.. Mine is shown as a normal switch..SwordFish wrote:It's just a IDX I filled in?axelbaas wrote:Can you share your config.js, especially the part which contain the 'IsItGonnaRain' script?. I want to know how to achieve this within my dashboard.SwordFish wrote:
Code: Select all
IsItGonnaRain General Text Geen regen verwacht binnen komende 15 minuten
Regen verwacht Light/Switch Switch Off
axelbaas wrote: Hmm.. Mine is shown as a normal switch..
Tried both Text and Light/switch;Code: Select all
IsItGonnaRain General Text Geen regen verwacht binnen komende 15 minuten Regen verwacht Light/Switch Switch Off
Code: Select all
buttons.webcam = {width:12, isimage:true, image: 'http://192.168.1.128:9595/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=user&pwd=password&'}