Search found 417 matches

by clinkadink
Friday 07 August 2020 12:39
Forum: Dashticz
Topic: Dashticz Calendar - Features, Fixes & Updates
Replies: 77
Views: 10161

Re: Dashticz Calendar - Features, Fixes & Updates

evildonkey wrote: Friday 07 August 2020 11:31 Is there any way of adding a google family calender?
Unless Google have changed things in the past year, I don't believe Google will allow you to share your Google family calendar, only your private personal calendar. I could be wrong - worth checking.
by clinkadink
Wednesday 05 August 2020 20:24
Forum: Dashticz
Topic: Dashticz 3.5.2 Beta
Replies: 29
Views: 3346

Re: Dashticz 3.5.2 Beta

According to Font Awesome, 5.14 is supported on IE11. Where did you see this? https://fontawesome.com/how-to-use/on-the-web/other-topics/browser-support For Dashticz with FA 5.14 on IE11 half the icons disappear. It was the same issue as with FA 5.13 which we tried in the past. See: https://github ...
by clinkadink
Wednesday 05 August 2020 18:50
Forum: Dashticz
Topic: Dashticz 3.5.2 Beta
Replies: 29
Views: 3346

Re: Dashticz 3.5.2 Beta

Brinkie wrote: Tuesday 28 July 2020 10:25 I have an issue with the dials. Since the latest update the font is a lot bigger.
Any suggestions to solve that?
Is this still an issue? If so, please post you block from CONFIG.js. Also, please let me know which beta you are on, and check if there is any custom.css that may be interferring.
by clinkadink
Wednesday 05 August 2020 18:48
Forum: Dashticz
Topic: Dashticz 3.5.2 Beta
Replies: 29
Views: 3346

Re: Dashticz 3.5.2 Beta

According to Font Awesome, 5.14 is supported on IE11. Where did you see this?
https://fontawesome.com/how-to-use/on-t ... er-support
by clinkadink
Tuesday 04 August 2020 17:37
Forum: Dashticz
Topic: Dashticz Coronavirus - Features, Fixes & Updates
Replies: 52
Views: 6566

Re: Dashticz Coronavirus - Features, Fixes & Updates

It's now available in the latest beta.

Sent from my HD1913 using Tapatalk

by clinkadink
Tuesday 04 August 2020 7:58
Forum: Dashticz
Topic: Dashticz - Module - Garbage collector
Replies: 959
Views: 162403

Re: Dashticz - Module - Garbage collector

The SSL certificate for circules-berkel.nl is issued by Sectigo. On Synology the Sectigo root certificate expired. I don't know how to update the root certificates on a Synology. If anyone knows how to do this please leave a message here. Does this help? https://superuser.com/questions/1103219 ...
by clinkadink
Monday 03 August 2020 23:38
Forum: Dashticz
Topic: Dashticz Coronavirus - Features, Fixes & Updates
Replies: 52
Views: 6566

Re: Dashticz Coronavirus - Features, Fixes & Updates

Okay i test it and it works :D Thank you for that. Great to hear it's working ;) Can i reduce the information? I would like only to see the last infections (latest data) like the view in the image ? I have included new capability this evening to allow users to choose what information they want to ...
by clinkadink
Sunday 02 August 2020 15:09
Forum: Dashticz
Topic: Dashticz Coronavirus - Features, Fixes & Updates
Replies: 52
Views: 6566

Re: Dashticz Coronavirus - Features, Fixes & Updates

The fix has now been made available in the latest beta today.

Sent from my HD1913 using Tapatalk

by clinkadink
Saturday 01 August 2020 20:27
Forum: Dashticz
Topic: Dashticz Coronavirus - Features, Fixes & Updates
Replies: 52
Views: 6566

Re: Dashticz Coronavirus - Features, Fixes & Updates

The data via the api isn't updated until the end of each day by John Hopkins University, USA. We can't do anything about this unfortunately.
by clinkadink
Saturday 01 August 2020 18:15
Forum: Dashticz
Topic: Dashticz Coronavirus - Features, Fixes & Updates
Replies: 52
Views: 6566

Re: Dashticz Coronavirus - Features, Fixes & Updates

When i set start date i get the following. The first day shows a lot of numbers (i think because of the calulation) https://i.imgur.com/oj30TzW.png Hmmm. So do I :shock: I found out why. Basically, when you use a start date, like 01/07/2020, with Mode 2 (daily growth), it has no previous data to ...
by clinkadink
Saturday 01 August 2020 10:40
Forum: Dashticz
Topic: Dashticz Coronavirus - Features, Fixes & Updates
Replies: 52
Views: 6566

Re: Dashticz Coronavirus - Features, Fixes & Updates

Hi! :) I'm only interested in the daily new cases, is there an option to show it like a report ? Yes, use "mode" ... shown 8 posts above this one: https://www.domoticz.com/forum/viewtopic.php?f=67&t=31928&start=20#p244233 mode: 0 // show all datasets (default) mode: 1 // show totals datasets mode ...
by clinkadink
Wednesday 29 July 2020 9:20
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1005
Views: 336482

Re: Dashticz - Show your dashboard and how-to's!

I want the color over activated button of the selector changed. Now it is grey and not very good visible Here you go ;) .btn-default.active { color: #fff!important; background-color: #f54141!important; border-color: #500101!important; } If you want to target a specific selector, the add key: 'my ...
by clinkadink
Sunday 26 July 2020 23:08
Forum: Dashticz
Topic: Dashticz Dial - Features, Fixes & Updates
Replies: 199
Views: 33810

Re: Dashticz Dial - Features, Fixes & Updates

madpatrick wrote: Sunday 26 July 2020 22:53 Yes. That s the one
Not sure if this helps, but this class styles the "on" state for the dial button.

Code: Select all

.dial-center.on {
    background: red!important;
}
by clinkadink
Sunday 26 July 2020 22:41
Forum: Dashticz
Topic: Dashticz Dial - Features, Fixes & Updates
Replies: 199
Views: 33810

Re: Dashticz Dial - Features, Fixes & Updates

madpatrick wrote: Sunday 26 July 2020 18:37 Is it possible to change the color of the dial when it is turned on better visable ?
The color is now gradient and not very clear on a smaller device like a tablet.
Do you mean the glow around the dial center with dial button when switched on?
by clinkadink
Sunday 26 July 2020 22:40
Forum: Dashticz
Topic: Dashticz Dial - Features, Fixes & Updates
Replies: 199
Views: 33810

Re: Dashticz Dial - Features, Fixes & Updates

Scotty wrote: Saturday 25 July 2020 17:47 Thanks for working on this Clinkadink. I've just updated to the latest beta but your work is surely appreciated.
You are more than welcome ;)
by clinkadink
Thursday 23 July 2020 11:59
Forum: Suggestions
Topic: [Feature] Improve on Camera support
Replies: 2
Views: 1075

Re: [Feature] Improve on Camera support

100% agree. This is not Domoticz' strongest area, for sure. At the very least, we need RTSP support. Yes, PTZ would be great - but that is a 'nice to have', whereas RTSP is a 'must have'. I had a play with Home Assistant's solution regarding cameras, and must say, I was impressed. They cater for ...
by clinkadink
Monday 20 July 2020 23:54
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 34363

Re: Dashticz IP Cameras - Features, Fixes & Updates

heggink wrote: Monday 20 July 2020 22:29 Yes, brilliant! Cheers!!
Great, glad its working now :D
by clinkadink
Monday 20 July 2020 22:10
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 34363

Re: Dashticz IP Cameras - Features, Fixes & Updates

I tried to replace the camera button but I struggle to control the height of my cameras. The width control works fine but not the height. I tried all sorts of settings ranging from 150 - 350 with no difference. Any thoughts? blocks['backcam'] = { type: 'camera', imageUrl: 'http://192.168.1.5:8765 ...
by clinkadink
Monday 20 July 2020 11:09
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 34363

Re: Dashticz IP Cameras - Features, Fixes & Updates

Do you mean Dashticz or Domoticz?
Please follow guidance here: https://www.domoticz.com/forum/viewtopi ... 29#p252524
by clinkadink
Monday 20 July 2020 10:39
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 21689

Re: Dashticz Graphs - Features, Fixes & Updates

webrazor wrote: Monday 20 July 2020 10:35 i missed the device idx for the custom data, did not need that before.
thanks for your help
Great to hear that fixed it :D