Search found 32 matches

by Beschuitje
Saturday 01 February 2025 17:02
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1005
Views: 335518

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

SCAR_Screenshot_606690998611.jpg SCAR_Screenshot_573681625071.jpg Work in progress SCAR_Screenshot_548830287877.jpg Config.js var config = {} config['language'] = 'nl_NL'; //or: en_US, de_DE, fr_FR, hu_HU, it_IT, pt_PT, sv_SV config['domoticz_ip'] = 'http://[IP-adres]:[poort]'; config['domoticz ...
by Beschuitje
Thursday 02 January 2025 11:41
Forum: Dashticz
Topic: Colored volume bar
Replies: 7
Views: 2359

Re: Colored volume bar

Been looking into this but not my cup of tea so i used AI and it came up with this HTML code. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Live Power Meter</title> <link href="https://cdnjs.cloudflare.com ...
by Beschuitje
Tuesday 24 December 2024 22:03
Forum: Dashticz
Topic: Dashticz Dial - Features, Fixes & Updates
Replies: 199
Views: 33442

Re: Dashticz Dial - Features, Fixes & Updates

Yup of course missing the obvious, that did it.

Thanks!
by Beschuitje
Tuesday 24 December 2024 16:23
Forum: Dashticz
Topic: Dashticz Dial - Features, Fixes & Updates
Replies: 199
Views: 33442

Re: Dashticz Dial - Features, Fixes & Updates

Using the latest master version, 3.13 To be on the safe side i downloaded this version again and copied dial.js with WinSCP to replace excisting one, no difference. I even replaced the entire JS folder, no difference Browsers also make no difference, Chrome incognito gives the same as does Edge ...
by Beschuitje
Monday 23 December 2024 21:04
Forum: Dashticz
Topic: Dashticz Dial - Features, Fixes & Updates
Replies: 199
Views: 33442

Re: Dashticz Dial - Features, Fixes & Updates

I'm having a strange issue with my dials. Just started using them but the have a smaller grey box in the background dial.png Understand that since v3.7.3 beta this is removed Update 26-1 Some styling updates: removed the square background of a dial Improved dial sizing Improved height of popup block ...
by Beschuitje
Tuesday 17 December 2024 23:03
Forum: Dashticz
Topic: Colored volume bar
Replies: 7
Views: 2359

Re: Colored volume bar

Nice! It's a challenging search which got me; https://stackoverflow.com/questions/62159875/searching-for-js-based-highcharts-anychart-etc-thermometer-or-vertical-linea https://www.anychart.com/blog/2021/10/20/linear-gauge-chart-javascript/ Some on LED gauge meters; https://www.fusioncharts.com/dev ...
by Beschuitje
Tuesday 17 December 2024 19:44
Forum: Dashticz
Topic: Colored volume bar
Replies: 7
Views: 2359

Colored volume bar

Searched the forum and readthedocs but doesn't seem to be there. Tried some stuf but getting nowhere. Is it possible to make a 'colored volume bar' in Dashticz from lets say the solar panels or P1 like the one on Eneco Toon? The volume bar showing the actual usage but when you click on it, it opens ...
by Beschuitje
Saturday 20 July 2024 11:02
Forum: Dashticz
Topic: dashticz block for the new Energy Dashboard
Replies: 6
Views: 3061

Re: dashticz block for the new Energy Dashboard

Or you can make an iframe container with the URL of the energydash. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="EnergyDash" content="width=device-width, initial-scale=1.0"> <title>EnergyDash</title> <style> .iframeContainer{ position: relative; width: 500px; height ...
by Beschuitje
Tuesday 18 June 2024 7:06
Forum: Dashticz
Topic: KNMI API error
Replies: 2
Views: 2411

KNMI API error

Does anyone know of KNMI API problems?

Image

It has nothing to do with the config or browser because later it starts working without having done anything.
by Beschuitje
Saturday 15 June 2024 22:12
Forum: Feature requests
Topic: Donation calendar
Replies: 0
Views: 2270

Donation calendar

Hopefully it's possible to add a 'collecting agenda' in Dashticz? It can be found on https://wervingsrooster.cbf.nl/DonationInfo/Index Like the garbage calendar, you can fill in your postalcode to get the result. Not sure however what's the difference with https://www.collecteren.nl/collecterooster ...
by Beschuitje
Tuesday 23 January 2024 20:24
Forum: Feature requests
Topic: Liander API
Replies: 0
Views: 2238

Liander API

Considering the last major electric failure with the electric company Liander, maybe a nice feature would to integrate the Liander API in Dashticz https://developers.arcgis.com/rest/ https://services1.arcgis.com/v6W5HAVrpgSg3vts/ArcGIS/rest/services/IStoringen_Productie_V7/FeatureServer There is ...
by Beschuitje
Sunday 19 February 2023 14:43
Forum: Dashticz
Topic: Scaletofit not working
Replies: 1
Views: 267

Re: Scaletofit not working

Decided a 'news' block with RSS feed was not the way. Used var frames instead with the website url "www.foksuk.nl" I first searched different fora and watched YT videos to understand how to make an iframe of a website since my coding skills are not that good. I came up with; <!DOCTYPE html> <html ...
by Beschuitje
Saturday 18 February 2023 20:29
Forum: Dashticz
Topic: Scaletofit not working
Replies: 1
Views: 267

Scaletofit not working

I am trying to add a RSS feed in Dashticz. The RSS is a catoon and therefore needs to be in a small block. The feed itself works. blocks['FokSuk'] = { feed: "http://rss.xiffy.nl/cache/foksuk.xml" This gives; Fok1.png When i set a width of 6 i get; fok2.png I can also set a height but everything ...
by Beschuitje
Tuesday 14 February 2023 7:02
Forum: Dashticz
Topic: Dashticz - Module - Public Transport
Replies: 86
Views: 28800

Re: Dashticz - Module - Public Transport

Thanks! It's working now. :D

Also checked the other tpc codes for tram and bus and indeed they are all different than the codes on 'ovzoeker'.
All have the number 3000 in front.
by Beschuitje
Sunday 12 February 2023 13:26
Forum: Dashticz
Topic: Dashticz - Module - Public Transport
Replies: 86
Views: 28800

Re: Dashticz - Module - Public Transport

If not posted in the right topic, a request to the moderator to show me in the right direction? Rediscovering Dashticz and setting up a new dashboard for the last couple of days. Using 3.10.1 beta. Having problems however with the public tranport block. I am wrestling with it for a few days now but ...
by Beschuitje
Thursday 26 April 2018 9:43
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 138700

Re: Dashticz - Bug report

Not sure if this is a Dashticz bug, but I hope someone can help with this. I use the buienradar image with a buienalarm url, to show a graph of the coming rain. Lately however this is not working anymore. When the url is opened independently of dashticz (not within a frame) it works. For instance ...
by Beschuitje
Wednesday 18 April 2018 21:22
Forum: Dashticz
Topic: Howto setup iframe button ?
Replies: 2
Views: 1715

Re: Howto setup iframe button ?

You need to get rid of the '. I put your weather frame in my dashticz and it worked change columns[12] = {} columns[12]['blocks'] = [2,250,144,1,162,36,'frames.weather'] columns[12]['width'] = 6 to columns[12] = {} columns[12]['blocks'] = [2,250,144,1,162,36,frames.weather] columns[12]['width'] = 6
by Beschuitje
Wednesday 04 April 2018 17:28
Forum: Dashticz
Topic: Dashticz - Module Moonphases
Replies: 50
Views: 10038

Re: Dashticz - Module Moonphases

When looking to the script, you can guess that it supposed to use only half of moon pictures (0->50 then 50->0). If you change to : CODE: SELECT ALL picnumber=math.floor(percentIlluminated) n=tostring(picnumber) if n.length==1 then n='0'+n end It will run with all moon pictures (in 'DashBoard2/img ...
by Beschuitje
Wednesday 04 April 2018 8:56
Forum: Dashticz
Topic: Dashticz - Module Moonphases
Replies: 50
Views: 10038

Re: Dashticz - Module Moonphases

And the problems are changing... I now get errors in the log about the script A0E4808A-38DC-4D5B-A1A1-C9728EE4A083.jpeg It loads a moon picture but its the wrong one. Moon percentage is ok (85%) but the picture does not match this. It gives almost a full moon (picture 6) Will see if deleting the ...