<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-CalendarExt3 full color for timed events]]></title><description><![CDATA[<p dir="auto">Hi.  I have my MagicMirror pretty much set up the way I want except for one little thing…</p>
<p dir="auto">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?</p>
<p dir="auto">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?</p>
<p dir="auto"><img src="/assets/uploads/files/1782491533313-cd5493e9-8b78-4d20-bccf-62fbf5427f1a-image.jpeg" alt="cd5493e9-8b78-4d20-bccf-62fbf5427f1a-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/20285/mmm-calendarext3-full-color-for-timed-events</link><generator>RSS for Node</generator><lastBuildDate>Fri, 26 Jun 2026 20:50:54 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20285.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Jun 2026 16:32:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 full color for timed events on Fri, 26 Jun 2026 18:53:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jk1" aria-label="Profile: Jk1">@<bdi>Jk1</bdi></a> css works top of the file down</p>
<p dir="auto">So you set it, then changed it</p>
<p dir="auto">It works on my Ext3</p>
]]></description><link>https://forum.magicmirror.builders/post/131475</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131475</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 26 Jun 2026 18:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 full color for timed events on Fri, 26 Jun 2026 18:43:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  That didn’t work either.  Here’s my custom.css file… maybe something sticks out to you?</p>
<p dir="auto">I appreciate the help.</p>
<p dir="auto">custom.css</p>
<pre><code>.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;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/131474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131474</guid><dc:creator><![CDATA[Jk1]]></dc:creator><pubDate>Fri, 26 Jun 2026 18:43:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 full color for timed events on Fri, 26 Jun 2026 18:12:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jk1" aria-label="Profile: Jk1">@<bdi>Jk1</bdi></a> try</p>
<pre><code>.CX3 .headline {
  color: var(--calendarColor);
}
</code></pre>
<p dir="auto">from here<br />
<a href="https://github.com/MMRIZE/MMM-CalendarExt3#styling-with-css" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MMRIZE/MMM-CalendarExt3#styling-with-css</a></p>
<p dir="auto"><img src="/assets/uploads/files/1782497572672-screenshot-at-2026-06-26-13-12-07.png" alt="Screenshot at 2026-06-26 13-12-07.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/131473</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131473</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 26 Jun 2026 18:12:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 full color for timed events on Fri, 26 Jun 2026 18:00:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  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.</p>
<p dir="auto"><img src="/assets/uploads/files/1782496833850-e720c4bb-5a12-496c-b5de-11b6ccc69234-image.jpeg" alt="e720c4bb-5a12-496c-b5de-11b6ccc69234-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/131472</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131472</guid><dc:creator><![CDATA[Jk1]]></dc:creator><pubDate>Fri, 26 Jun 2026 18:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 full color for timed events on Fri, 26 Jun 2026 17:23:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jk1" aria-label="Profile: Jk1">@<bdi>Jk1</bdi></a> see <a href="https://forum.magicmirror.builders/post/131110">https://forum.magicmirror.builders/post/131110</a></p>
]]></description><link>https://forum.magicmirror.builders/post/131471</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131471</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 26 Jun 2026 17:23:02 GMT</pubDate></item></channel></rss>