@htHilburgs
Just did the upgrade, did not work until I remembered I had done some tweaking in the MMM-MyGarbage.js so that I could name the bins as per my use. I had named them Fyrfack1, Fyrfack2 and Tradgard.
I just reversed that to the default names in the csv-file and modified my config to set up the colors I use.
My config.js section:
{
module: 'MMM-MyGarbage',
position: 'top_left',
header: 'Sophämtning',
config: {
weeksToDisplay: '3',
binColors: { // Define custom Bin Colors
GreenBin: "#8B4513",
PaperBin: "#0000FF",
GarbageBin: "#008000",
},
}
},```
Now the module is just works like the old one.
Thanks for the update.
)