Read the statement by Michael Teeuw here.
Not all events have a background color
-
Not all my events have a background color. I am using the below code and MMM-CalendarExt3. Any help would be appreciated.

{ module: "calendar", header: "Calendar", position: "top_left", config: { calendars: [ { fetchInterval: 7 * 24 * 60 * 60 * 1000, url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics", color: "green", name: "US Holidays", symbol: "plane" }, { fetchInterval: 7 * 24 * 60 * 60 * 1000, url: "https://calendar.google.com/calendar/icalxxx.ics", color: "pink", name: "J's calendar", symbol: "face-smile" }, { fetchInterval: 7 * 24 * 60 * 60 * 1000, url: "https://calendar.google.com/calendar/ical/xxx.ics", color: "blue", name: "K's calendar", symbol: "person-digging" }, -
@ken.saut said in Not all events have a background color:
config: {
calendars: [there are parameters that turn on color between those two

-
@sdetweil, that didn’t quite help. If I make coloredBackground true in .js, the events are whited out.
-
@ken.saut yes, the value in the calendar entry is bgColor , if not specified, you get white
color is text and symbol
bgColor is backgroundlook at the doc (linked in the menu above)

doc in menu

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