A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
CalendarEXT3 questions
-
Good morning
So Ive noticed the color is applying, the CW is not solved, probably cause I put the snipped in the wront place?
{ module: "MMM-CalendarExt3", position: "bottom_bar", title: "", config: { mode: "month", instanceId: "basicCalendar", locale: 'de-DE', maxEventLines: 5, firstDayOfWeek: 1, calendarSet: ['Testkalender', '', ''], refreshInterval: 900000, startDayIndex: 1 }, },
-
@_V_ i needed the config of the default calendar where the colors are defined
-
Like said above, the colors work now…
The CW counting not, thats why I showed you that part man…
-
@_V_ said in CalendarEXT3 questions:
The CW counting not
try this
minimalDaysOfNewYear: "1",
I posted somewhere before (a month ago I think) , but can’t find it…
-
That solved the problem. Thank you sir
If anyone cares: “CW” is shown even after correct/different local settings because it´s written as element in the stylesheet from calendarEXT3, so you have to change the term there. -