Page 2 of 2

Re: Dashticz V3

Posted: Sunday 08 March 2020 20:32
by TankySpanky
Lol found it myself, i think i have seen that posting and all over 20 times and it seems i overread it every time.

But now i got the icons bigger but the width is "fixed" somewhere because text is NOT moving and the picture is "squeezed" :)

I hope anyone can help there :)

O btw File info for belgium (antwerpen) i cant find a "good" working RSS Feed


ty in advance

Re: Dashticz V3

Posted: Sunday 08 March 2020 22:46
by Lokonli
TankySpanky wrote: Sunday 08 March 2020 20:32 Lol found it myself, i think i have seen that posting and all over 20 times and it seems i overread it every time.

But now i got the icons bigger but the width is "fixed" somewhere because text is NOT moving and the picture is "squeezed" :)

I hope anyone can help there :)

O btw File info for belgium (antwerpen) i cant find a "good" working RSS Feed


ty in advance
What did you change?

Re: Dashticz V3

Posted: Monday 09 March 2020 21:13
by TankySpanky
Hello

In the folder /dashticz/css
the file creative.css the " img.icon {max-width:40px;} "
Because its a image i made it 40 width,
But somewhere is also the width for the text i guess and i need to find that to make that part smaller.
Maybe even allign to right for the Text and data part to keep the most space
But when i tried that also the garbage part moved to the right :) hehe
So need a extra css in the custom for the trash then

All a work in progress going (very)slow , learning the language while working on it ( how it works and what it does )

but in the traffic.js i need a good rss feed for belgium

the icons look a bit odd now hehe

Width 30px
dashticz screen 2.png
dashticz screen 2.png (317.82 KiB) Viewed 2047 times
width 40px now the text is getting in the way i want them like 60 or even 80 width so the switches look like switches and not like a toaster :)
dashticz screen 3.png
dashticz screen 3.png (328.62 KiB) Viewed 2047 times

Re: Dashticz V3

Posted: Tuesday 10 March 2020 23:39
by Lokonli
If you want to change all image and icon sizes, add the following to custom.css:

Code: Select all

div.mh {
    height: 100px !important
}

.col-icon {
    width: 80px !important;
    max-width: 80px !important;
}

.col-data {
    width: calc(100% - 90px) !important
}

.col-icon em {
    font-size: 40px !important;
}

img.icon {
    max-width: 80px !important
}
If you only want to change a single block (example: device id 238), add the following:

Code: Select all

.block_238 {
    height: 100px !important
}

.block_238 .col-icon {
    width: 80px !important;
    max-width: 80px !important
}

.block_238 .col-data {
    width: calc(100% - 90px) !important
}

.block_238 .icon {
    max-width: 80px !important
}
It's better to add this to custom.css, and not to creative.css, because updating Dashticz then will be easier.

Re: Dashticz V3

Posted: Wednesday 11 March 2020 18:01
by TankySpanky
Oooo GReat,
Im working now on it, but i need to resize some of the icons to the best size.
Really its working great just what i needed.

now im trying to do the same for the .titleblock's
So i can only put a picture there and (almost) no text :)



/Hug :)


thank you very much

Re: Dashticz V3

Posted: Saturday 14 March 2020 19:51
by TankySpanky
Hello,
Solved it in 2 parts: custom.css
Never could do it without your help

first part give text a color and move to right side
.titlegroups[data-id='blocktitle_hue'] {color: #663399; !important; text-align:right;}
2nd part for only that title change img size
.titlegroups[data-id='blocktitle_hue'] .icon { max-width: 250px !important}

ive just changed your 2nd code part to titleblock

Re: Dashticz V3

Posted: Sunday 15 March 2020 10:42
by TankySpanky
Hello,

Today i encounterd something strange,
I was looking at the garbage settings and i noted when i change "config['garbage_use_colors'] = 0;" that the colors of everything are less bright
garbage.png
garbage.png (31.28 KiB) Viewed 1935 times
And when i use the "config['garbage_use_names'] = 0;" then it makes of the blue PMD the name "papier" while it is PMD
garbage 2.png
garbage 2.png (33.08 KiB) Viewed 1935 times
I use ophaalkalender.be as provider.


Latest beta from Dashticz & Domoticz
Pics are a bit bigger so you can see the "brightness" of the other items

Re: Dashticz V3

Posted: Tuesday 31 March 2020 17:55
by Minglarn
AS I'm trying out the latest beta i've got a few issues..
One of them is the FLASH option in blocks.

This wont work, it's a pir sensor and when it's activated only the last seen info is changed but no flash of the button.
Am I missing some settings?

Code: Select all

blocks[69] 	= {flash: 5000};

Re: Dashticz V3

Posted: Tuesday 31 March 2020 18:58
by Lokonli
It should be fixed in the latest beta of yesterday.
You have to update via git pull (I did not update the github release package yet)

Re: Dashticz V3

Posted: Tuesday 31 March 2020 19:08
by Minglarn
Lokonli wrote: Tuesday 31 March 2020 18:58 It should be fixed in the latest beta of yesterday.
You have to update via git pull (I did not update the github release package yet)
Great! Im running Dashticz on my own webserver.. Thanks!

Re: Dashticz V3

Posted: Tuesday 31 March 2020 21:22
by Minglarn
Another question..
If I would FLASH to be default to all my blocks, where can I append this config?

Re: Dashticz V3

Posted: Saturday 02 May 2020 9:26
by krizzz
Hi! I see that the link to the documentation on readthedocs.io os not working anymore. Can it be fixed? Thanks!

Re: Dashticz V3

Posted: Saturday 02 May 2020 16:45
by HansieNL
krizzz wrote: Saturday 02 May 2020 9:26 Hi! I see that the link to the documentation on readthedocs.io os not working anymore. Can it be fixed? Thanks!
@krizzz : Because of a name change the links are changed to:
https://dashticz.readthedocs.io/en/master/
https://dashticz.readthedocs.io/en/beta/
@Lokonli : Can you update the links in the 1st post please?

Re: Dashticz V3

Posted: Thursday 15 July 2021 11:42
by Basssment
Hi i just updated dashticz i think
I am running on linux and just downloaded the zip file and extracted it in a new folder.
Replaced the custom files with the old one (3.7)
Removed the old folder an renamed the new folder to dashticz, but still my dashticz (with opens correctly) give a update notification.

what could be wrong?

Re: Dashticz V3

Posted: Thursday 15 July 2021 19:53
by madpatrick
Did you clear your browser cache ?

Re: Dashticz V3

Posted: Tuesday 27 July 2021 23:08
by Basssment
yes did clear cache.
Also tried different browser (with cleared cache) same result :S

Re: Dashticz V3

Posted: Friday 13 August 2021 16:10
by Lokonli
Basssment wrote: Tuesday 27 July 2021 23:08 yes did clear cache.
Also tried different browser (with cleared cache) same result :S
Was this solved already?

If not, I will try to help:
How did you install Dashticz? Manual install or did you use the auto install script?

In the Dashticz home folder there should be a file version.txt. Can you post the content of that file here?

Re: Dashticz V3

Posted: Monday 16 August 2021 21:33
by Derik
Thanks for the great work guys!!!

Some one has a extrenal webcam working in dashticz?
Live feed and/or a cam of earthcam or something..

Thanks!!