Read the statement by Michael Teeuw here.
MMM-RecyclingCalendar
-
Hi all,
Created a module to show the recycling calendar information from Stadt Zürich, Switzerland. Shows details as date, what kind of recycling material gets collected and where.Module: MMM-RecyclingCalendar
Go easy on me, first developed module ;-)
Any ideas, improvement suggestions, feedback welcome!Cheers! :call_me_hand_medium-dark_skin_tone:
-
Nice Work! :)
where can i change the language? (waste = Abfall etc…)
-
@martene that’s not yet covered, but good idea ;-) I’ll add it as feature once I got the time to continue working on it…
-
Lovely module! That might be a silly question, but how exactly can I select multiple types but not all of them…?
-
@oli28 this is currently not possible, as the API does not allow it. There should be of course workarounds possible…
-
@oli28 Updated the functionality and fixed the issue. You can now select multiple waste types by using the following in your config file:
showTypes: ['cardboard', 'waste', 'organic'],
Let me know if you would run in any other issues,
cheers
-
@fattony123 said in MMM-RecyclingCalendar:
showTypes: [‘cardboard’, ‘waste’, ‘organic’],
Oh, thats amazing! So I was not too stupid after all :))
Thanks! -
-
@kusselin if they have something like a REST API interface or JSON interface then propably yes… but I could not find one… do you have any?