Read the statement by Michael Teeuw here.
Can't get mmm-calendarext3 - customEvents to display the changed events, or more than 9 days.
-
@cheminge said in Can't get mmm-calendarext3 - customEvents to display the changed events, or more than 9 days.:
customEvents: [{keyword: “1 - Unit”, symbol: “fire-extinguisher”, color: “red”}, {keyword: “2 - Unit”, symbol: “fire-extinguisher”, color: “green”}, {keyword: “3 - Unit”, symbol: “fire-extinguisher”, color: “blue”}],
those would only change the events in the calendar UI. not in Ext3…
and you are not showing the default calendar (no position setting) -
Yes, I am running the latest mmm-calendarext3, but I also ran the script as suggested. “Already up to date” comes up when I run the update for mmm-calendarext3.
The EXT3 does show the color and symbol, but not the CustomEvents. Is this because EXT3 doesn’t support that function?
I just did the broadcast clipping fix and I am still having the two problems.
I have other pages that show other calendarEXT3, and they seem to be working, I just left them out as they are not having these issues, so I made a simple config file with just this calendar, and it is still the same result.
-
@cheminge customevents in the default calendar is done at the UI , long after the events are broadcast
in Ext3 there it the eventtransformer () function to allow you to
manipulate the events before they appearif you look at this person’s Ext3 config here
https://forum.magicmirror.builders/post/122721
you will see an example of that function in the Ext3 config -
Thank you!!!
I now have the color and symbol working!!!
now, onto issue number 2. how do I get it to show more of the events?
-
@cheminge did you put on the fix as I asked before… this is not an EXT3 fix, its a base MM fix