Read the statement by Michael Teeuw here.
Apply color to future events in CalendarExt3
-
@sdetweil with both disabled it did draw both instances with color

Then turning EXT3 back on I’ve got no color on any events again

-
@kkmirr04 that’s ext3 not showing color
In the off chance of some module install fluke
Delete the Mmm-CalendarExt3 folder
Then git clone
And npm install in the folder created by cloneThen restart MagicMirror
-
@sdetweil No change unfortunately. Both event streams load fine and with color, but the calendar still is displaying everything just white, except for one event that did come with color

-
@kkmirr04 just for testing, if you have a mouse on that system
Mouse over the event without color and click. This will show a new view of that event with the rest in blur behind,Does the text appear in the proper color?
Escape key to exit that viewCould you also add
coloredSymbol:true,To the base calendar module config.
Next tocoloredText:true -
@sdetweil clicking on the event did bring the color in on that new view

It didn’t seem like the coloredSymbol and coloredText had an effect, but not sure if I put them in the right spot? Should I remove the old colored:true, value?
{ module: "calendar", disabled:false, coloredSymbol:true, coloredText:true, classes: "page0", header: "XX Calendar'", position: "top_right", config: { colored: true, calendars: [ { name: "xx_cal", color: 'yellow', fetchInterval: 7 * 24 * 60 * 60 * 1000, symbol: "calendar-check-o", url: "https:basic.ics" module: "calendar", classes: "page0", coloredSymbol:true, coloredText:true, header: "YY Calendar'", position: "top_right", config: { colored: true, calendars: [ { name: "yy_cal", color: 'green', fetchInterval: 7 * 24 * 60 * 60 * 1000, symbol: "calendar-check-o", url: "webcal: -
@kkmirr04 they replace the colored:true which did everything,
Now you can control each separatelyInside the config: { section
Before the calendars: [ list
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
