Read the statement by Michael Teeuw here.
Display waste bins in color
-
@kusselin said in Display waste bins in color:
Is this not a css problem, because ashishtank said that the code must be in config.js???
well, not config.js, but in the calendar module, but u posted the production version and
its in the next release(coming tomorrow) and in develop branchSo, u can wait and update tomorrow
or update today to the develop branchsee the pinned topic at the top of the troubleshooting section on 365 calendars (second post) for the instructions to get to the develop branch
-
@sdetweil said in Display waste bins in color:
well, not config.js, but in the calendar module, but u posted the production version and
its in the next release(coming tomorrow) and in develop branch
So, u can wait and update tomorrow
or update today to the develop branch
see the pinned topic at the top of the troubleshooting section on 365 calendars (second post) for the instructions to get to the develop branchOK. then the code does not come into the config.js as it wrote ashistank but into the config of the calendar module correctly!
OK. ie tomorrow on 01.01.21 there will be a new version … and could you please show me in the calendar module where exactly I have to copy the code?
customEvents: [ { "keyword": "Grüne Tonne plus", "color": "green" }, { "keyword": "Biomüll", "color": "brown" }, { "keyword": "Restmüll", "color": "gray" } { "keyword": "Glasbox", "color": "blue" } ]
Many Thanks.
-
@kusselin the code says this.config.customEvents
so it is outside all the calendars
{ module: 'calendar': position: config: { customEvents: [...] calendars : {...} } }
u can put it in today, and it will be ignored, and then update tomorrow and it will be used
-
@sdetweil hi sam, a happy new year.
The update you mean is only for the calender module right?
Also i go in the module folder and then in calender and there i make a git pull…right?
Best regards -
@kusselin no. it has ALL the fixes to mm since oct.
I just used it as a placeholder for the instructions
-
@kusselin : once new version of MM is released today, you will get all the latest code and then it should work.
-
@ashishtank said in Display waste bins in color:
once new version of MM is released today, you will get all the latest code and then it should work.
Ahh ok…since achuell is the latest version 2.13.0. i have this version…and today a new verdion is comming…ok i will wait…where can i find the info for new versuon?
-
@kusselin it will be displayed in the banner above when released (version will be 2.14)
-
@kusselin details will be here https://forum.magicmirror.builders/category/17/magicmirror
-
Thank you