Page 14 of 49
Re: Dashticz - Module - Garbage collector
Posted: Monday 14 August 2017 21:10
by Luxtux
Yeah i tried that no luck.

Try it for yourself:
https://wedevise.nl/dashticz/ical/demo/ ... om/bin.ics still just returns []
Re: Dashticz - Module - Garbage collector
Posted: Monday 14 August 2017 21:14
by robgeerts
Should work now, could you try again?
Edit, I see you're from Luxembourg and speaks French, would you like to check the French translations?
(You should create an account on lokalise.co so I can give you access to the project.. )
Re: Dashticz - Module - Garbage collector
Posted: Tuesday 15 August 2017 11:58
by Luxtux
Ah well look at that

I hope you didn't have to change to much to get it to work

Yeah I speak French but my written isnt great but ill give it a go

Re: Dashticz - Module - Garbage collector
Posted: Wednesday 16 August 2017 9:56
by webrazor
Hi is it possible to add a *.ics file? because at Hellendoorn i can download a *.ics file.
Re: Dashticz - Module - Garbage collector
Posted: Wednesday 16 August 2017 10:25
by robgeerts
Yes it is, you can enter this url in the settings-popup... or use:
Code: Select all
config['garbage_company'] = 'ical';
config['garbage_icalurl'] = 'ENTER THE URL';
config['garbage_zipcode'] = '';
config['garbage_street'] = '';
config['garbage_housenumber'] = '';
Re: Dashticz - Module - Garbage collector
Posted: Wednesday 16 August 2017 13:26
by webrazor
robgeerts wrote: Wednesday 16 August 2017 10:25
Yes it is, you can enter this url in the settings-popup... or use:
Code: Select all
config['garbage_company'] = 'ical';
config['garbage_icalurl'] = 'ENTER THE URL';
config['garbage_zipcode'] = '';
config['garbage_street'] = '';
config['garbage_housenumber'] = '';
Great, but the problem is that the link is hidden and it popups a download screen.
Re: Dashticz - Module - Garbage collector
Posted: Wednesday 16 August 2017 13:49
by robgeerts
maybe you could host the downloaded-file on a webserver?
Re: Dashticz - Module - Garbage collector
Posted: Wednesday 16 August 2017 20:36
by Luxtux
Me again, its like you will never get rid of me again

I think your server app
https://wedevise.nl/dashticz/ical/demo/?url= is not set to deal with unicode characters, which with French words is unbelievably annoying but needed.

as you can see below my webserver is able to encode in utf-8 but the input coming back is not utf-8.
here is what happens when i look at the output of the webdevise.nl outptut. as you can see its having trouble displaying any unicode characters.

Re: Dashticz - Module - Garbage collector
Posted: Thursday 17 August 2017 10:58
by robgeerts
Refresh
Should work now..
Re: Dashticz - Module - Garbage collector
Posted: Friday 18 August 2017 12:00
by DewGew
Is there a problem with google ical urls for garbage function?
I dont get any output on
https://wedevise.nl/dashticz/ical/demo/?url=.
Re: Dashticz - Module - Garbage collector
Posted: Friday 18 August 2017 14:11
by robgeerts
Could you send me a complete url?
Re: Dashticz - Module - Garbage collector
Posted: Friday 18 August 2017 16:48
by CronoS
I am lost; I am trying to setup the garbage collector. I have red the whole threat and I got the error "Loading". Copied the latest master files from gifthub, but I am not able to get it working. I think I need to do the following:
Code: Select all
config['garbage_company'] = 'afvalwijzer';
config['garbage_icalurl'] = '';
config['garbage_zipcode'] = 'xxxx';
config['garbage_street'] = '';
config['garbage_housenumber'] = 'xxx';
config['garbage_maxitems'] = '5';
config['garbage_width'] = '12';
where xxxx in filled in with my home address.
Then I use 'garbage' in blocks, as a result the icon appears in my dashboard, but only "loading" appears
What am I doing wrong??
Re: Dashticz - Module - Garbage collector
Posted: Friday 18 August 2017 22:25
by robgeerts
Could you PM me your zipcode and housenumber so I can test with it?
Re: Dashticz - Module - Garbage collector
Posted: Monday 21 August 2017 11:13
by DewGew
robgeerts wrote: Friday 18 August 2017 14:11
Could you send me a complete url?
https://wedevise.nl/dashticz/ical/demo/ ... /basic.ics
Re: Dashticz - Module - Garbage collector
Posted: Tuesday 22 August 2017 21:46
by robgeerts
Thanks, should be fixed now, please refresh!
Re: Dashticz - Module - Garbage collector
Posted: Friday 25 August 2017 7:47
by DewGew
robgeerts wrote: Tuesday 22 August 2017 21:46
Thanks, should be fixed now, please refresh!
Works now

Re: Dashticz - Module - Garbage collector
Posted: Saturday 02 September 2017 21:28
by arnoldg
when display the data for twente milieu, i get some strange text readings.
"Al al01 do papier d-week: Donderdag"
can't make any sense, could this text be altert.
Re: Dashticz - Module - Garbage collector
Posted: Sunday 03 September 2017 21:29
by robgeerts
Add this to config:
Code: Select all
var trashnames = {}
trashnames['Al al01 do papier d-week'] = 'Papier';
Re: Dashticz - Module - Garbage collector
Posted: Sunday 03 September 2017 22:07
by steef84
It seems garbage collecting in het Westland is not yet supported. May you add
https://www.gemeentewestland.nl/afval/a ... eling.html in the future?
Re: Dashticz - Module - Garbage collector
Posted: Sunday 03 September 2017 22:12
by EdwinK
I don't think that is possible, because the site doesn't generate a JSON or XML file to be used.