Nice!
Dashticz - General Discussions
Moderators: leecollings, htilburgs, robgeerts
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - General Discussions - WIKI update
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
-
- Posts: 127
- Joined: Sunday 13 September 2015 18:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: stable
- Location: Nieuwegein, NL
- Contact:
Re: Dashticz - General Discussions
Good work in updating the wiki! Thanks! (I might change a lot of functionality, but I'm not the best in updating documentation...)
Small remark: Not all configuration for the garbage is necessary. This is the case on more places, it might be worth to notice that somehow.
Small remark: Not all configuration for the garbage is necessary. This is the case on more places, it might be worth to notice that somehow.
-
- Posts: 7
- Joined: Monday 22 January 2018 1:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
After editing a lot of hours my first Dashticz dashboard is nearly ready. Is it possible to change the background of the standby screen? I think I can do this in the custom CSS, but i'm a noob in CSS editing..... Can someone tell me how i can get a black background on the standby screen? (the standard screen is greyed ?) Because of using my iPad on the wall i need a black screen as background. My blocks were also black as background with white text.
Thanx a lot for your help!
When my project is finished i will share my dashboard here for comments and ideas.
Thanx a lot for your help!
When my project is finished i will share my dashboard here for comments and ideas.
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - General Discussions
Just put this in your custom.css or yourtheme.css:10us wrote: ↑Monday 22 January 2018 1:24 After editing a lot of hours my first Dashticz dashboard is nearly ready. Is it possible to change the background of the standby screen? I think I can do this in the custom CSS, but i'm a noob in CSS editing..... Can someone tell me how i can get a black background on the standby screen? (the standard screen is greyed ?) Because of using my iPad on the wall i need a black screen as background. My blocks were also black as background with white text.
Thanx a lot for your help!
When my project is finished i will share my dashboard here for comments and ideas.
Code: Select all
.standby .swiper-slide {
background-color:#000000;
}
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- Posts: 7
- Joined: Monday 22 January 2018 1:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Thanx! That does the trick!DewGew wrote: ↑Monday 22 January 2018 8:13Just put this in your custom.css or yourtheme.css:10us wrote: ↑Monday 22 January 2018 1:24 After editing a lot of hours my first Dashticz dashboard is nearly ready. Is it possible to change the background of the standby screen? I think I can do this in the custom CSS, but i'm a noob in CSS editing..... Can someone tell me how i can get a black background on the standby screen? (the standard screen is greyed ?) Because of using my iPad on the wall i need a black screen as background. My blocks were also black as background with white text.
Thanx a lot for your help!
When my project is finished i will share my dashboard here for comments and ideas.Code: Select all
.standby .swiper-slide { background-color:#000000; }
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz - General Discussions
Id like to change the way my selector switch is displayed, now it looks like this.
Id like to change the color of the selected tile in the selector switch so it becomes more clear which one is selected, how can i do that?
Id like to change the color of the selected tile in the selector switch so it becomes more clear which one is selected, how can i do that?
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz - General Discussions
You could add this to custom.css
Code: Select all
label.btn.btn-default.active {
background-color: #aaa !important;
border-color: #aaa !important;
}
-
- Posts: 113
- Joined: Sunday 14 July 2013 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: NL
- Contact:
Re: Dashticz - General Discussions
thanks! Needed it as wellrobgeerts wrote: ↑Monday 22 January 2018 21:26 You could add this to custom.css
Code: Select all
label.btn.btn-default.active { background-color: #aaa !important; border-color: #aaa !important; }
-
- Posts: 7
- Joined: Monday 22 January 2018 1:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Hi, when I use a frame on the standby screen, it becomes partly transparent (greyed out). I read in previous posts that it is a part of the design? Is it already possible (via custom css?) to overrule this? It would be nice if you can also place frames that are visible on a standby screen.
Re: Dashticz - General Discussions
Offtopic: what is the use of standby screen?
Avoid burn-in? Power saving?
Avoid burn-in? Power saving?
-
- Posts: 40
- Joined: Thursday 18 January 2018 20:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
hi. have some problems with my dashticz.
the first problem is:
If i use diffrent browser etc. my phone, safari (mac), chrome (mac), chrome (pc) none of the settings is saved. Every i connect with a new browser, it ask for settings. using the same ip in the browser, not index2.html
i have config the CONFIG.js
the second problem (for now )
is that i cant get the moonphases to work. nothing happend, when i load dashticz.
the first problem is:
If i use diffrent browser etc. my phone, safari (mac), chrome (mac), chrome (pc) none of the settings is saved. Every i connect with a new browser, it ask for settings. using the same ip in the browser, not index2.html
i have config the CONFIG.js
the second problem (for now )
is that i cant get the moonphases to work. nothing happend, when i load dashticz.
- Attachments
-
- Skærmbillede 2018-01-25 kl. 16.19.45.png (21.61 KiB) Viewed 2041 times
-
- Skærmbillede 2018-01-25 kl. 16.20.26.png (39.87 KiB) Viewed 2041 times
-
- Skærmbillede 2018-01-25 kl. 16.26.27.png (322.33 KiB) Viewed 2041 times
-
- Posts: 40
- Joined: Thursday 18 January 2018 20:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
part 2
- Attachments
-
- Skærmbillede 2018-01-25 kl. 16.26.27.png (322.33 KiB) Viewed 2039 times
-
- Skærmbillede 2018-01-25 kl. 16.37.48.png (38.67 KiB) Viewed 2039 times
-
- Posts: 153
- Joined: Tuesday 28 June 2016 16:38
- Target OS: Windows
- Domoticz version: Beta
- Location: Amersfoort NL
- Contact:
Re: Dashticz - General Discussions
I think you need to remove the "/*" at the beginning and end of the file.
-
- Posts: 40
- Joined: Thursday 18 January 2018 20:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
when i do that, the page wont load :/ have tried
Third problem.
Can´t make blocktitles :/ is there just somthing big wrong with my settings, nothing is happening :S
Third problem.
Can´t make blocktitles :/ is there just somthing big wrong with my settings, nothing is happening :S
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Dashticz - General Discussions
Can you post your complete CONFIG.js (filter your keys, etc..)?
With the screenshots it's not possible to see what is going on.
Place it between (replace <> by [] )
With the screenshots it's not possible to see what is going on.
Place it between (replace <> by [] )
Example:<spoiler><code>--</code></spoiler>
- Spoiler: show
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
-
- Posts: 40
- Joined: Thursday 18 January 2018 20:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
yes offcouse
Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:4
- Spoiler: show
Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.min.js:4
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - General Discussions
is this ' butt$' maybe a the problem?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 40
- Joined: Thursday 18 January 2018 20:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - General Discussions
Did find the problem.. (maybe)
removed the last */ at the end at the script now the moonpashse is there. and the block i made.. But now my switces is gone..
Gonna make then in the config files?
removed the last */ at the end at the script now the moonpashse is there. and the block i made.. But now my switces is gone..
Gonna make then in the config files?
Who is online
Users browsing this forum: No registered users and 1 guest