Search found 18 matches
- Wednesday 03 March 2021 11:37
- Forum: Dashticz
- Topic: Dashticz v3.7.5 beta
- Replies: 24
- Views: 1499
Re: Dashticz v3.7.5 beta
@Lokonli, any solution for a fix?
- Monday 01 March 2021 18:43
- Forum: Dashticz
- Topic: Dashticz v3.7.5 beta
- Replies: 24
- Views: 1499
Re: Dashticz v3.7.5 beta
'currentweather_big_owm' is working you wrote, so your OWM config settings must be ok ... Can you open DevTools (F12), and post the errors that are reported on the console tab? (I guess there will be something ...) XML-parsefout: ongedefinieerde entiteit Locatie: http://192.168.1.2:8082/tpl/news ...
- Monday 01 March 2021 16:20
- Forum: Dashticz
- Topic: Dashticz v3.7.5 beta
- Replies: 24
- Views: 1499
Re: Dashticz v3.7.5 beta
'currentweather_big_owm' is working you wrote, so your OWM config settings must be ok ... Can you open DevTools (F12), and post the errors that are reported on the console tab? (I guess there will be something ...) XML-parsefout: ongedefinieerde entiteit Locatie: http://192.168.1.2:8082/tpl/news ...
- Monday 01 March 2021 9:18
- Forum: Dashticz
- Topic: Dashticz v3.7.5 beta
- Replies: 24
- Views: 1499
Re: Dashticz v3.7.5 beta
This looked nice to mee so I did git pull to update. All good. Added to my config.js //owm config widget blocks['mywidget'] = { type: 'owmwidget', //to select a owm widget layout: 11, //1 .. 24 width: 12, } And after that I added it to my 2nd column. But nothing shows up :-( Currentweather shows up ...
- Monday 15 February 2021 11:26
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
Almost done!
Only question left is my graph and how to center the Buienradar screen in my 2nd column?
Only question left is my graph and how to center the Buienradar screen in my 2nd column?
- Friday 12 February 2021 21:51
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137664
Re: Dashticz - Module - Garbage collector
What is the error you get and what is your code?
- Thursday 11 February 2021 15:39
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137664
Re: Dashticz - Module - Garbage collector
@RuudP1981 and @stephanvdplas I guess you are encountering the same issue. It can be PHP8 related, but I can't reproduce the problem at the moment. Try the following: First switch to latest beta: (there are some recent changes on top of 3.7.3 beta) git checkout beta git pull Check that git doesn't ...
- Thursday 11 February 2021 8:50
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137664
Re: Dashticz - Module - Garbage collector
Ah my mistake but with my new postcode it doesn't work to
Code: Select all
//afvalophaalkalender
blocks['avalex'] = {
title: 'Avalex',
company:'avalex',
zipcode: '2635EE',
housenumber: '27'
}
- Wednesday 10 February 2021 21:53
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137664
Re: Dashticz - Module - Garbage collector
Mine keeps saying: Laden...
Even after your suggestion, find it attached.
PHP Version 8.0.1
3.7.3. beta
Even after your suggestion, find it attached.
Code: Select all
//afvalophaalkalender
blocks['avalex'] = {
title: 'Avalex',
company:'avalex',
zipcode: '2622KM',
housenumber: '30'
}
3.7.3. beta
- Wednesday 10 February 2021 16:58
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137664
- Wednesday 10 February 2021 16:55
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
Making a lot of progress these days! Almost happy with the result! Although I want a graph with bars. But when I have set up this code nothing shows up anymore. What am I missing that it only displays the title and the usage and the custom buttons but not the graph? //energieverbruik grafiek blocks ...
- Wednesday 10 February 2021 9:37
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 137664
Re: Dashticz - Module - Garbage collector
I added the calendar for Avalex, but it keeps saying loading.. Did I miss something?
Code: Select all
//afvalophaalkalender
blocks['mygarbage'] = {
company: 'avalex',
zipcode: '2622 km',
street: 'straat van malakka',
housenumber: xx,
maxitems: 6,
width: 12
}
- Tuesday 09 February 2021 13:29
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
How does your screens setup look ? for example: //Definition of screens screens = {} screens[1] = { columns: [1, 2] } I don't use screens as I just only want 1 screen at the moment. Does it make any difference? If you don't define screens[1] in CONFIG.js, then by default a screens[1] will be ...
- Tuesday 09 February 2021 10:35
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
I don't use screens as I just only want 1 screen at the moment. Does it make any difference?madpatrick wrote: ↑Tuesday 09 February 2021 9:57 How does your screens setup look ?
for example:
Code: Select all
//Definition of screens screens = {} screens[1] = { columns: [1, 2] }
- Tuesday 09 February 2021 9:44
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
Hello all, I have been busy working with columns and blocks.. My first block I got set up properly but when I add my second row it all goes wrong again.. What am I doing wrong? I calculated the width of the blocks and as Lokonli said a block is 12 and a column can be divided in 12 again. But I want ...
- Monday 08 February 2021 17:42
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
I am getting there but the layout is getting messier and messier haha. Buienradar works now!
Is there somewhere a guide on setting up blocks and more?
Is there somewhere a guide on setting up blocks and more?
- Monday 08 February 2021 16:38
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
Thanks for the quick answer. But with the blocks I got this syntax error now: SyntaxError: Unexpected token ':'. Parse error. at line 34, which is this line: blocks : ['graph_2'], Also I added the blocks title to my switches but this Block title won't show up blocks = {} //only once blocks[40 ...
- Monday 08 February 2021 15:50
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 998
- Views: 306605
Re: Dashticz - Show your dashboard and how-to's!
Hello all, New to dashticz but already came far with my skills. See attached screenshot after a few hours of testing and editing. I looked through this topic but couldn't find it so that is why I am asking. I am looking for a few options to add: - Sonos possibility to add my 3 speakers - How can I ...