Page 116 of 184

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 14:37
by mvveelen
Since the latest beta (I missed a few beta's so I don't know which one is the guilty one :) ) I don't see the 'buttons' to switch from screen 1 to screen 2 (and back). They are still there, but probably very tiny, because when I click on the place where they used to be I can switch between te screens. Didn't change anything in the .css myself.

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 15:34
by robgeerts
I removed the buttons.
This was already removed 10 to 20 versions ago but due to changes they were back.

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 16:40
by Blueone
Is there a possibilty somewhere in the code to set the refresh time for the weather and trash seperate of the dasticz refresh? I scheduled the full refresh each 12 hours (otherwise it is distractive with a tablet on the wall next to the tv :oops: ). But I would to refresh the weather and trash (otherwise i have the old date of the trash in the morning) a bit more often without a full load.

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 17:01
by poudenes
In latest beta the buttons to change screens are gone. Update before the buttons become small and are blue in color ...

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 17:57
by tontze
Quick guestion, blocks in wiki :

Code: Select all

var blocks = {}
 
blocks[1] = {}
blocks[1]['width'] = 4; //1 to 12, remove this line if you want to use the default (4)
blocks[1]['title'] = 'Living room' //if you want change the name of switch different then domoticz
blocks[1]['icon'] = 'fa-eye'; //if you want an other icon instead of the default, choose from: http://fontawesome.io/cheatsheet/
blocks[1]['image'] = 'bulb_off.png'; //if you want to show an image instead if icon, place image in img/ folder
blocks[1]['switch'] = true; //if you want to switch the title and data
blocks[1]['hide_data'] = true; //if you want to hide the data of this block
blocks[1]['show_lastupdate'] = true; //if you want to show the last update specific for this block
Should "blocks[1]['title'] = 'Living room' //if you want change the name of switch different then domoticz" have ; after the 'Living room' like icon row has ?

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 19:19
by robgeerts
It's not required..

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 20:11
by repoman
robgeerts wrote:I removed the buttons.
This was already removed 10 to 20 versions ago but due to changes they were back.
Is it possible to make something like "var _swipe buttons = true/false" ?

(i'm using Dashtic on a laptop and a pc/server with a monitor)

Pascal

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 20:34
by josimd
My dashboard is up and running, can be openend via http://192.168.0.15:8084 but how can I access the domoticz configuration screens which I had before my dashboard was running?

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 20:41
by robgeerts
You had to install it in a subfolder... now yoi have overwritten some domoticz files..

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 20:43
by josimd
aha...so I have to wait for the next domoticz update..

Re: Dashticz - General Discussions

Posted: Thursday 11 May 2017 21:25
by HansieNL
josimd wrote:aha...so I have to wait for the next domoticz update..
Maybe you can download Domoticz .tgz file and overwrite www folder. Don't forget to backup your Dashticz cusom folder first.
Then reinstall Dashticz in other folder.

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 10:48
by robgeerts
The bullets to swipe to other pages are back again.
You can hide them in custom.css if you dont want them:

Code: Select all

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
}
Or make them bigger:

Code: Select all

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
}

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 10:55
by booster
I'm also starting to play around with Dashticz, and I'm trying to get the most important switches on the dashboard now.
Just one issue I'm running into:

My curtains look like this in the standard domoticz page:
dash2.png
dash2.png (39.59 KiB) Viewed 2112 times
However, when adding them (standard way) in Dashticz, the curtains are not listed as dimmer/with a slider, so I can't set a percentage.
dash3.png
dash3.png (15.93 KiB) Viewed 2112 times
In domoticz, I configured them as "blinds percentage inverted"
dash1.PNG
dash1.PNG (28.66 KiB) Viewed 2112 times
Is there something I can do to make them listed with the slider from within Dashticz, without changing the switch type?

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 10:59
by Swifty
Anyone know of a good source for animated weather radar covering UK ?

I checked out Weather underground which works, but their images look very bad (very rough and blocky).
I also looked at OpenWeatherMap API, as their maps look really nice, but I can't work out how to get more than a single tiny tile...

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 11:10
by robgeerts
booster wrote:I'm also starting to play around with Dashticz, and I'm trying to get the most important switches on the dashboard now.
Just one issue I'm running into:

My curtains look like this in the standard domoticz page:
dash2.png

However, when adding them (standard way) in Dashticz, the curtains are not listed as dimmer/with a slider, so I can't set a percentage.
dash3.png

In domoticz, I configured them as "blinds percentage inverted"
dash1.PNG

Is there something I can do to make them listed with the slider from within Dashticz, without changing the switch type?
I've added this type of device (dummy) to my domoticz so I can fix this.
Will be fixed asap!

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 11:13
by repoman
robgeerts wrote:The bullets to swipe to other pages are back again.
You can hide them in custom.css if you dont want them:

Code: Select all

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
}
Or make them bigger:

Code: Select all

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
}
Thnx!

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 11:14
by booster
robgeerts wrote: I've added this type of device (dummy) to my domoticz so I can fix this.
Will be fixed asap!
Great!!!! Thanks Rob!!

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 20:14
by Trigun
repoman wrote:
robgeerts wrote:The bullets to swipe to other pages are back again.
You can hide them in custom.css if you dont want them:

Code: Select all

.swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
}
Or make them bigger:

Code: Select all

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
}
Thnx!
Hi Guys,

I was also looking for this option but when I open custom.css the file seems empty. is this right or am I forgetting something:)
thanks i advance guys!

Grtz

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 20:17
by EdwinK
Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.

Re: Dashticz - General Discussions

Posted: Friday 12 May 2017 20:22
by Trigun
EdKo66 wrote:Nope. It's correct. In this file you can add stuf you want. Such as rounded corners or in this case no bullets.
Hi Edko, thnx for your reply!
can you help me a bit out here?
the code states:
/*
CUSTOM CSS FILE
*/


this is going to sound dumb but where do I need to put the code?
after the /* ....*/ ?