MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
SOLVED MMM-Garbage : add different icon per wast type
-
Hi, like this garbage module, but How to change Icons? Now I can only change color of the waste bin Icon, but I would like to have a different icon for each type of waste.
Green Waste
Garbage
Glass
Paper
Plastic
Would that be possible ? -
@johans With MMM-MyGarbage it will probably be difficult. There you can distinguish the icons only by their color assigned in the CSV.
class=“garbage-icon” style=“fill: green”Try MMM-MyWastePickup with
collectionCalendar: 'Custom'.
-
@johans With MMM-MyGarbage it will probably be difficult. There you can distinguish the icons only by their color assigned in the CSV.
class=“garbage-icon” style=“fill: green”Try MMM-MyWastePickup with
collectionCalendar: 'Custom'.
-
Thanks for the tip, this one is perfect for me.