<?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[Change the color of the calendar line for the TODAY event.]]></title><description><![CDATA[<p dir="auto">Good afternoon. Standard CALENDAR module.<br />
I made a color setting by keywords (Birthday, Memorial Day…). But I would like when the event comes (written TODAY in the calendar), so that it is this event that changes the color to another (specify the color in the settings).</p>
<p dir="auto"><img src="/assets/uploads/files/1679310832843-c0a3a3d7-fae7-4d14-abd7-b441e0588aab-image.png" alt="c0a3a3d7-fae7-4d14-abd7-b441e0588aab-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1679310930743-e0b495d5-5b64-4c8e-9eb7-72b2574853b9-image.png" alt="e0b495d5-5b64-4c8e-9eb7-72b2574853b9-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/17680/change-the-color-of-the-calendar-line-for-the-today-event</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 15:18:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17680.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Mar 2023 11:15:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change the color of the calendar line for the TODAY event. on Wed, 22 Mar 2023 18:19:37 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> The other option is to use an alternative calendar display module, like MMM-CalendarExt3Agenda which is designed for a literal billion CSS options.</p>
]]></description><link>https://forum.magicmirror.builders/post/108341</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108341</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Wed, 22 Mar 2023 18:19:37 GMT</pubDate></item><item><title><![CDATA[Reply to Change the color of the calendar line for the TODAY event. on Wed, 22 Mar 2023 12:35:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/laz" aria-label="Profile: Laz">@<bdi>Laz</bdi></a> I understood exactly what you want.</p>
<p dir="auto">mm calendar provides a way (customEvents) to stylize based on the words on the event subject.</p>
<p dir="auto">TODAY is a word provided by the code to document the TIME of the event.</p>
<p dir="auto">unfortunately the customEvents function does not see that value.</p>
<p dir="auto">given that you can’t do it directly with mm config, the only other choice would be to use some style sheet operation (css).</p>
<p dir="auto">while you can (css) select a first element, or last, or nth, you cannot select an element based on it’s text content.   so you cannot find the entry that says TODAY</p>
]]></description><link>https://forum.magicmirror.builders/post/108338</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108338</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Mar 2023 12:35:59 GMT</pubDate></item><item><title><![CDATA[Reply to Change the color of the calendar line for the TODAY event. on Wed, 22 Mar 2023 07:13:48 GMT]]></title><description><![CDATA[<p dir="auto">Perhaps you did not understand me…)<br />
I want the event that today (the top line of the list of events) to be yellow, the rest pink (as in the screenshot). Only the event TODAY turned yellow.</p>
<p dir="auto"><img src="/assets/uploads/files/1679469211604-2ba492fd-c316-491e-af2a-2050c08325fa-image.png" alt="2ba492fd-c316-491e-af2a-2050c08325fa-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/108337</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108337</guid><dc:creator><![CDATA[Laz]]></dc:creator><pubDate>Wed, 22 Mar 2023 07:13:48 GMT</pubDate></item><item><title><![CDATA[Reply to Change the color of the calendar line for the TODAY event. on Mon, 20 Mar 2023 13:27:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/laz" aria-label="Profile: Laz">@<bdi>Laz</bdi></a> we only have custom event style by text in the event.</p>
<p dir="auto">css does not provide a selector for text contents of an element,(:has only works on elements relative to an element),  so there is no reliable way to override the standard styling</p>
]]></description><link>https://forum.magicmirror.builders/post/108295</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108295</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 20 Mar 2023 13:27:10 GMT</pubDate></item></channel></rss>