Page 168 of 184
Re: Dashticz - General Discussions
Posted: Tuesday 20 March 2018 16:49
by tontze
Derik wrote: ↑Saturday 06 January 2018 20:35
rathmannm wrote: ↑Saturday 06 January 2018 20:32
Hi,
I've looked through the Wiki and searched the forum but couldn't find an answer on a seemingly simple question:
Is it possible to change the font size for the calendar and if so how?
Thanks,
Manuel
There is no wiki for this i did found lucky this:
Code: Select all
/*//////////////////////////////// Agenda font modifications with NO icon active \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.col-xs-9 { font-size: 26px; font-weight: bold; font-variant: small-caps;} /* stijl van agenda items */
where would this be in ? I need bigger font for calendar
Re: Dashticz - General Discussions
Posted: Tuesday 20 March 2018 17:24
by JuanUil
Whatever I try, I don't get my favourites to this dashboard.
I don't understand what I am doing wrong
Re: Dashticz - General Discussions
Posted: Tuesday 20 March 2018 18:03
by parrotface
me to
don't get my favourites to this dashboard
Re: Dashticz - General Discussions
Posted: Tuesday 20 March 2018 20:24
by ropske
seems a general problem, i also got the same with the My Frontpage.html from G3rard.
Only browser that is 'working' for me is Firefox.
But it is not loading anymore on my iPad (safari) also,not on Edge/Chrome

Re: Dashticz - General Discussions
Posted: Tuesday 20 March 2018 20:47
by joostnl
Thanks for your effort, works like a charm!
aiolos wrote: ↑Wednesday 14 March 2018 21:19
hsvt wrote: ↑Sunday 25 February 2018 20:07
joostnl wrote: ↑Monday 19 February 2018 22:07
+1 would really safe space
This should be really nice.
In Domoticz it is one block.
In the latest beta it is possible to combine Temp/Humidity/Barometer in one block. There is a configuration option per block, for example:
Code: Select all
blocks[3441] = {single_block: true};
will combine the values in one block for idx 3441.
There is no general setting to change this for all blocks.
Let me know if there are any issues with it.
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 11:42
by poudenes
how can i disable the sliders for my bulbs? Only what have them to turn on and off
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 13:29
by SwordFish
ropske wrote: ↑Tuesday 20 March 2018 20:24
seems a general problem, i also got the same with the My Frontpage.html from G3rard.
Only browser that is 'working' for me is Firefox.
But it is not loading anymore on my iPad (safari) also,not on Edge/Chrome
I have the same problem. Yesterday I updated domoticz to the latest beta and since then Dashticz won’t show the information from domoticz. Its only working on my laptop using Firefox. On my iPad and Samsung tablet i deleted every data but still nothing.
Update,
I installed the latest Dashticz beta and its working now but the energy graphic and the moon image won't show on my ipad and samsung tablet only on my laptop?
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 16:23
by ropske
but only on firefox browser?
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 16:31
by pollefinario
I'm running V3.9052, should be the latest, but still the same errors...
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 17:42
by pollefinario
Just tested Firefox, and indeed it is working (on Android tablet). But no other browsers...
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 17:48
by ropske
Indeed, same problem like me and others.
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 18:15
by DewGew
I dont have any issues.. I run domoticz v3.8805 beta. Is it something changed with Domoticz ??
Re: Dashticz - General Discussions
Posted: Wednesday 21 March 2018 18:17
by ropske
I think it has something to do with the latest beta version V3.9052
Maybe something with a json request
Re: Dashticz - General Discussions
Posted: Thursday 22 March 2018 9:35
by ropske
any update on this?
Re: Dashticz - General Discussions
Posted: Thursday 22 March 2018 20:24
by JuanUil
Still not working on my firefox or edge browser.
I am running domoticz 3.9052
Re: Dashticz - General Discussions
Posted: Friday 23 March 2018 5:24
by ropske
Someone of the ‘creators’ of Domoticz is Reading this?
Thank you
Re: Dashticz - General Discussions
Posted: Friday 23 March 2018 8:33
by poudenes
how can i disable the sliders for my bulbs? Only what have them to turn on and off
Re: Dashticz - General Discussions
Posted: Saturday 24 March 2018 17:47
by JuanUil
any news on the "not recognizing" problem?
Re: Dashticz - General Discussions
Posted: Sunday 25 March 2018 8:26
by jsiegmund
Hi all,
I'm looking to customize a few things things:
1) Can I remove the state for scenes? It now lists ON and OFF but for scenes that isn't really useful info as it should be used as "activate only"
2) Is is possible to put an additional table in one of the columns? I've seen examples of peoples dashboards who have this, but not how they've managed to do so. So for instance within one of the main columns of my dash, have a specific section with two or three columns where other sections are full width within the parent column.
3) Is it possible to reduce the width of a lamp block with dimmer/slider? It now takes up the entire width of the column but I want it to take half an have another one alongside. Question 2) would solve the same thing
Thanks!
Re: Dashticz - General Discussions
Posted: Tuesday 27 March 2018 17:40
by JesusArmy
Hello, I have installed last stable version (running on Windows 7), have added "auto_positioning" and "use_favorites" but I still not get any switch on Dashticz dashboard.
The rest is "ok", I get sunset and sunrise time from Domoticz on the default right column, and can modify buttons, etc...
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://192.168.11.40:9080';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['auto_positioning'] = 1;
config['use_favorites'] = 1;
config['user_name'] = 'Login';
config['pass_word'] = 'Password';
config['loginEnabled'] = 0;
I am forgeting something on Dashticz or Domoticz side in order to get my favorites showing up here? Do I have to add a "favorite switch" area in a column?
Have last stable of domotic and last stable of Dashticz.
Thanks!