Read the statement by Michael Teeuw here.
MMM-CalendarExt3 full color for timed events
-
Hi. I have my MagicMirror pretty much set up the way I want except for one little thing…
I would like the timed events to have the same block coloring as the full day events. Right now, it’s just the text that’s colored. Is there a way to do this?
I eventually will also change the color based on the keyword in the title which I already know how to do for the text. I’m assuming it’ll be the same for the full entry coloring?

-
-
@sdetweil Yeah, I saw that before but it only colors the text. I want to have it color the whole line like the full-day event.

-
@Jk1 try
.CX3 .headline { color: var(--calendarColor); }from here
https://github.com/MMRIZE/MMM-CalendarExt3#styling-with-css
-
@sdetweil That didn’t work either. Here’s my custom.css file… maybe something sticks out to you?
I appreciate the help.
custom.css
.normal, .dimmed, header, body { color: #fff; } .CX3 .headline { color: var(--calendarColor); } /* set text color to match color for the calendar list */ .CX3 .event:not(.fullday) .headline .title { color: var(--calendarColor); } /* Remove the colored dot marker completely in CalendarExt3 */ .CX3 .event.singleday .headline:not(.useSymbol)::before, .CX3 .event.singleday .headline.useSymbol .symbol.noSymbol::before { display: none !important; } /* Optional: Clean up spacing if the headline text looks cut off */ .CX3 .event .headline { padding-left: 0px !important; margin-left: 0px !important; } -
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