Read the statement by Michael Teeuw here.
CalendarEXT3 questions
-
@sdetweil Yes Sam, I know that theyre not there… I just asked, if theres a possibility to get something done
Ill share the code tomorrow, thank you -
@_V_ one needs a different api… not calendar
I don’t know what that is across all the calendar sources…
and ext3 isn’t looking for tasks, so that would be a different thing, cause if u made it a fake cal entry you wouldn’t be able to tell -
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. -