Search found 4 matches
- Tuesday 01 December 2020 13:15
- Forum: Dashticz
- Topic: Garbage Block - Not working with google iCal
- Replies: 13
- Views: 1341
Re: Garbage Block - Not working with google iCal
Ok, I've updated to the beta and now I think my code is wrong. How to do the mapping with the new Syntax? config['garbage_mapping'] = { rest: ['Restabfall 2-Rad-Behaelter 02-woechentl.'], gft: ['Bioabfall 2-Rad-Behaelter 02-woechentl.'], pmd: ['Gelbe Saecke'], papier: ['Papierabfuhr'] }; config ...
- Tuesday 01 December 2020 11:47
- Forum: Dashticz
- Topic: Garbage Block - Not working with google iCal
- Replies: 13
- Views: 1341
Re: Garbage Block - Not working with google iCal
Ahh, mapping seems still not working: Config: config['garbage_mapping'] = { rest: ['Restabfall 2-Rad-Behaelter 02-woechentl.'], gft: ['Bioabfall 2-Rad-Behaelter 02-woechentl.'], pmd: ['Gelbe Saecke'], papier: ['Papierabfuhr'] }; config['garbage'] = { pmd: {kliko: 'orange', code: '#db5518', name ...
- Tuesday 01 December 2020 11:40
- Forum: Dashticz
- Topic: Garbage Block - Not working with google iCal
- Replies: 13
- Views: 1341
Re: Garbage Block - Not working with google iCal
Thanks - That did the trick.Lokonli wrote: ↑Tuesday 01 December 2020 10:48 Use the following as company setting:
Code: Select all
config['garbage_company'] = 'ical';
Then https://dashticz.readthedocs.io/en/mast ... rbage.html should be updated

- Tuesday 01 December 2020 8:04
- Forum: Dashticz
- Topic: Garbage Block - Not working with google iCal
- Replies: 13
- Views: 1341
Garbage Block - Not working with google iCal
Hey guys, I'm trying to implement the garbage block do my dashboard and I'm using the google iCal for this. Unfortunately it's not working and I don't know why. Any help appreciated. Config config['garbage_company'] = 'googlecalendar ical'; config['garbage_icalurl'] = 'https://calendar.google.com ...