<?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 Formatting questions follow-up]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/17770/mmm-calendarext3-formatting-questions">MMM-CalendarExt3 Formatting questions</a></p>
<p dir="auto">I added this code:</p>
<pre><code>.CX3 .event .headline.useSymbol .symbol {
  display: none;
}
</code></pre>
<p dir="auto">(from the above discussion) to custom.css in ~/MagicMirror/css and it had no effect – I still see the colored dot.  I’m hoping to remove it and just apply the color to the text instead since I have limited horizontal width and don’t want to waste it on a dot.  Is there something I’m missing?</p>
<p dir="auto">And, as a follow-up, I think I saw something about coloring the text so I will do more research there but it would be nifty to have an option of something like “textColor: true” which would apply the color to the text.  Not sure if I’m making sense though.</p>
<p dir="auto">Lastly, I’m trying to figure out how to get the time to be just “08:30” (for 8:30 am) or “22:15” (for 10:15pm) and am not having much luck.</p>
]]></description><link>https://forum.magicmirror.builders/topic/18242/mmm-calendarext3-formatting-questions-follow-up</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 09:49:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18242.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Dec 2023 00:55:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sun, 10 Dec 2023 19:44:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
You can use this;</p>
<pre><code class="language-css">.CX3 .event.fullday.multiday .headline .time {
  display:none;
}
</code></pre>
<p dir="auto">(I’ll add this to the next update to be the default.)</p>
]]></description><link>https://forum.magicmirror.builders/post/113162</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113162</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Sun, 10 Dec 2023 19:44:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sun, 10 Dec 2023 17:15:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a> said in <a href="/post/113139">MMM-CalendarExt3 Formatting questions follow-up</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
There would be a simpler solution, but your approach is not bad.</p>
<pre><code class="language-css">.CX3 .singleday.event {
  color: var(--calendarColor);
}
</code></pre>
<p dir="auto">To use this approach; you should assign <code>color</code> to the calendars of the default calendar module.</p>
</blockquote>
<p dir="auto">Ooh, that’s perfect!  Thanks!  Much better, I think, to do as much setup in the config.js file as possible and, for this, to define everything about a calendar together (name, key, color, etc.).</p>
<p dir="auto">One more question – I’ve noticed that multi-day events show a starting and ending time which is okay, but it’s also doing that for all-day events.  That is, if it marked as “all-day”, it shows a start time of 00:00 and an end time of 23:59.</p>
<p dir="auto"><img src="/assets/uploads/files/1702228507951-fff3eb9d-2e24-44ad-8594-fa917855237e-image.png" alt="fff3eb9d-2e24-44ad-8594-fa917855237e-image.png" class=" img-fluid img-markdown" /><br />
Is there any way to turn off the times for all-day multi-day events (or all multi-day events)?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/113152</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113152</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Sun, 10 Dec 2023 17:15:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sun, 10 Dec 2023 10:03:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a><br />
There would be a simpler solution, but your approach is not bad.</p>
<pre><code class="language-css">.CX3 .singleday.event {
  color: var(--calendarColor);
}
</code></pre>
<p dir="auto">To use this approach; you should assign <code>color</code> to the calendars of the default calendar module.<br />
<img src="/assets/uploads/files/1702202628115-aa1f00f2-22d8-41d0-a621-e0b4d9572510-image-resized.png" alt="aa1f00f2-22d8-41d0-a621-e0b4d9572510-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/113139</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113139</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Sun, 10 Dec 2023 10:03:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sun, 10 Dec 2023 09:36:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a></p>
<p dir="auto">Thanks!  Now I just have to find 6 different colors that are readable, plus 3 more related to 3 of those that are also readable.  8^)</p>
<p dir="auto">(Family calendar, me, the wife, 3 kids, and their 3 schools.  <em>sigh</em>  Sometimes I wish I was a mantis shrimp.)</p>
]]></description><link>https://forum.magicmirror.builders/post/113138</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113138</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Sun, 10 Dec 2023 09:36:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sun, 10 Dec 2023 09:18:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> All your solutions are perfect. Good job.</p>
]]></description><link>https://forum.magicmirror.builders/post/113137</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113137</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Sun, 10 Dec 2023 09:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sun, 10 Dec 2023 09:09:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/uncleroger" aria-label="Profile: UncleRoger">@<bdi>UncleRoger</bdi></a> said in <a href="/post/113117">MMM-CalendarExt3 Formatting questions follow-up</a>:</p>
<blockquote>
<p dir="auto">Re: <a href="/topic/17770/mmm-calendarext3-formatting-questions">MMM-CalendarExt3 Formatting questions</a><br />
I added this code:</p>
<pre><code>.CX3 .event .headline.useSymbol .symbol {
  display: none;
}
</code></pre>
<p dir="auto">(from the above discussion) to custom.css in ~/MagicMirror/css and it had no effect – I still see the colored dot.</p>
</blockquote>
<p dir="auto">I had set useSymbol to false in config.js and that was preventing this css from being applied.  When I removed that from the module config, the dot disappeared as it should.</p>
<blockquote>
<p dir="auto">And, as a follow-up, I think I saw something about coloring the text so I will do more research there but it would be nifty to have an option of something like “textColor: true” which would apply the color to the text.  Not sure if I’m making sense though.</p>
</blockquote>
<p dir="auto">I found what I had seen previously and this is what worked:</p>
<pre><code>.CX3 .calendar_&lt;calendar&gt;      {
  color: &lt;color&gt;;
}
</code></pre>
<p dir="auto">where  is the value assigned to the “name:” option of the calendar in the default calendar module.  So, if you have this entry in config.js in :</p>
<pre><code>{ // Family Calendar
        name:                   "Family",
        url:                    "https://calendar.google.com/calendar/ical/blahblahblah",
        broadcastPastEvents:    true,
        color:                  "#05C3DD",
},
</code></pre>
<p dir="auto">in the calendars array of the default calendar module definition, then the CSS to change the text color in CX3 for that calendar would be:</p>
<pre><code>.CX3 .calendar_Family      {
  color: #05C3DD;
}
</code></pre>
<blockquote>
<p dir="auto">Lastly, I’m trying to figure out how to get the time to be just “08:30” (for 8:30 am) or “22:15” (for 10:15pm) and am not having much luck.</p>
</blockquote>
<p dir="auto">I figured this one out with a little help from ChatGPT:</p>
<pre><code>eventTimeOptions: {  hour: '2-digit', minute: '2-digit', hour12: false  },
</code></pre>
<p dir="auto">Not sure if that’s the best way to do it, but it seems to work.</p>
<p dir="auto">The final result looks like this:<br />
<img src="/assets/uploads/files/1702199141625-cc76b040-21fd-46ce-973e-8894b015c3c6-image.png" alt="cc76b040-21fd-46ce-973e-8894b015c3c6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">That’s viewing it on a landscape monitor but it will eventually end up on one in portrait mode, hence the need to eliminate the dot and shorten the time.</p>
<p dir="auto">(Just trying to document this in case someone else is looking for the same answers.)</p>
]]></description><link>https://forum.magicmirror.builders/post/113135</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113135</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Sun, 10 Dec 2023 09:09:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 Formatting questions follow-up on Sat, 09 Dec 2023 01:05:32 GMT]]></title><description><![CDATA[<p dir="auto">So I don’t know what I was smoking, but I couldn’t find anything about changing event text colors.  What I’d like to do is, instead of having a blue dot with white text saying “Piano Lesson”, I’d like no dot and “Piano Lesson” in blue text.</p>
]]></description><link>https://forum.magicmirror.builders/post/113118</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113118</guid><dc:creator><![CDATA[UncleRoger]]></dc:creator><pubDate>Sat, 09 Dec 2023 01:05:32 GMT</pubDate></item></channel></rss>