<?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 show color]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I want to develop a Magic Mirror for my kitchen. The main purpose is to show my google calendar. Therefore I tried the module  MMM-CalendarExt3 and MMM-CalendarExt3Agenda. Both work fine for me, but I miss the colors for each entry from the google calendar. For example, when I create an entry for my son I give the color blue, when I create an event for my daughter I give the color green. Is there a possibility to show this colors from google calendar in the  MMM-CalendarExt3 module? Maybe there is a color parameter transferred from google calendar to get the color?</p>
<p dir="auto">Thanks a lot for help and all the best for the year 2024 :thumbs_up:</p>
]]></description><link>https://forum.magicmirror.builders/topic/18324/mmm-calendarext3-show-color</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 20:24:08 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18324.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Dec 2023 15:17:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Tue, 27 Feb 2024 08:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greedyvegan" aria-label="Profile: greedyvegan">@<bdi>greedyvegan</bdi></a></p>
<pre><code class="language-css">.CX3 .week:nth-child(2) .cell:first-child .cellDate .dateParts.month {
  display: none; 
  /* Intentionally, I showed the month in the first cell of the calendar */
}

.CX3 .cellDate .dateParts.day {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: 22px; /* Fixed width */
  height: 22px; /* W/H ratio should be 1 for circle not oval */
  line-height: 22px; /* vertical centering */
  border-radius: 50%;
  border: 1px solid #fff;
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1709022123424-34fad96d-1eed-4ea7-aa42-283a5b64a70f-image.png" alt="34fad96d-1eed-4ea7-aa42-283a5b64a70f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/115951</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115951</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Tue, 27 Feb 2024 08:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Tue, 27 Feb 2024 22:55:22 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><br />
ahhhh, the children</p>
<p dir="auto">thank you very much.</p>
]]></description><link>https://forum.magicmirror.builders/post/115967</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115967</guid><dc:creator><![CDATA[greedyvegan]]></dc:creator><pubDate>Tue, 27 Feb 2024 22:55:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Tue, 27 Feb 2024 08:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greedyvegan" aria-label="Profile: greedyvegan">@<bdi>greedyvegan</bdi></a></p>
<pre><code class="language-css">.CX3 .week:nth-child(2) .cell:first-child .cellDate .dateParts.month {
  display: none; 
  /* Intentionally, I showed the month in the first cell of the calendar */
}

.CX3 .cellDate .dateParts.day {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: 22px; /* Fixed width */
  height: 22px; /* W/H ratio should be 1 for circle not oval */
  line-height: 22px; /* vertical centering */
  border-radius: 50%;
  border: 1px solid #fff;
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1709022123424-34fad96d-1eed-4ea7-aa42-283a5b64a70f-image.png" alt="34fad96d-1eed-4ea7-aa42-283a5b64a70f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/115951</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115951</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Tue, 27 Feb 2024 08:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Tue, 27 Feb 2024 03:17:43 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">got it!</p>
<p dir="auto">thanks again.</p>
<p dir="auto">lol, last two requests<br />
I got rid of the current and next months"Feb" &amp; “Mar”<br />
using dateParts.month.seq_0<br />
but Jan wont leave, what do I do?</p>
<p dir="auto"><img src="/assets/uploads/files/1709003423307-screenshot-2024-02-26-at-10.10.10-pm.png" alt="Screenshot 2024-02-26 at 10.10.10 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">with the border radius and box shadow, I was able to give the calendar day numbers a circle behind them, the double digit numbers are circles, but the single digits are ovals; do you know how to keep it a circle?</p>
]]></description><link>https://forum.magicmirror.builders/post/115948</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115948</guid><dc:creator><![CDATA[greedyvegan]]></dc:creator><pubDate>Tue, 27 Feb 2024 03:17:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Mon, 26 Feb 2024 10:54:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greedyvegan" aria-label="Profile: greedyvegan">@<bdi>greedyvegan</bdi></a></p>
<p dir="auto"><img src="/assets/uploads/files/1708944831281-3e3ed5d8-5ef3-47ab-9e49-451d3ac9fc2c-image-resized.png" alt="3e3ed5d8-5ef3-47ab-9e49-451d3ac9fc2c-image.png" class=" img-fluid img-markdown" /></p>
<pre><code class="language-css">/* In your css/custom.css */

.CX3 .headerContainer .weekday_0 {
  color: red;
}

.CX3 .headerContainer .weekday_1 {
  color: orange;
}

.CX3 .headerContainer .weekday_2 {
  color: yellow;
}

.CX3 .headerContainer .weekday_3 {
  color: green;
}

.CX3 .headerContainer .weekday_4 {
  color: blue;
}

.CX3 .headerContainer .weekday_5 {
  color: indigo;
}

.CX3 .headerContainer .weekday_6 {
  color: violet;
}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/115919</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115919</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Mon, 26 Feb 2024 10:54:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Sun, 25 Feb 2024 04:43:13 GMT]]></title><description><![CDATA[<p dir="auto">I’ve been looking to no avail…<br />
is it possible to change the colors of JUST the days of the week and not the dates?<br />
I want to separate the colors of the sunday - saturday and the numbers, individually.</p>
<p dir="auto">every time I change the css it changes the color of the whole column.</p>
]]></description><link>https://forum.magicmirror.builders/post/115884</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115884</guid><dc:creator><![CDATA[greedyvegan]]></dc:creator><pubDate>Sun, 25 Feb 2024 04:43:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Tue, 09 Jan 2024 19:03:12 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> Thanks for your quick answer. Before I installed MagicMirror I tried DAKBord and in this calander I can see the colors of the google calendar.</p>
<p dir="auto"><img src="/assets/uploads/files/1704826652289-bildschirmfoto-vom-2024-01-09-19-52-17.png" alt="Bildschirmfoto vom 2024-01-09 19-52-17.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Therefore I thought it is also possible in your module. But this is not a problem. Thanks a lot for your effort to design it how it is  :thumbs_up:</p>
]]></description><link>https://forum.magicmirror.builders/post/114277</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114277</guid><dc:creator><![CDATA[Fuzzy]]></dc:creator><pubDate>Tue, 09 Jan 2024 19:03:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Mon, 08 Jan 2024 23:48:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fuzzy" aria-label="Profile: Fuzzy">@<bdi>Fuzzy</bdi></a><br />
I missed this question, sorry.</p>
<p dir="auto">Importing color of the specific events from Google calendar directly is not possible. That’s not this module’s job. Rather, the event provider(e.g. default calendar module, or mmm-googlecalendar) doesn’t support it. Usually that kind of data is not sharable outside of Google Calendar. And standard ics format doesn’t have “color” property of an event.</p>
<p dir="auto">Instead, you can assign color manually to the calendar itself or the specific events. But it should be done by yourself.</p>
]]></description><link>https://forum.magicmirror.builders/post/114208</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114208</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Mon, 08 Jan 2024 23:48:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Mon, 08 Jan 2024 18:44:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fuzzy" aria-label="Profile: Fuzzy">@<bdi>Fuzzy</bdi></a> no idea. the author is here every day.</p>
<p dir="auto">the ICS data that is used to transfer from one cal system to another does not expose the colors used on the Google app side.</p>
<p dir="auto">best you can do is two part</p>
<p dir="auto">everything for A Calendar to a color<br />
add<br />
color:…<br />
to the default module csl config, in the same place as url</p>
<p dir="auto">second, you could write a filter in Ext3 to add color by title</p>
]]></description><link>https://forum.magicmirror.builders/post/114182</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114182</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 08 Jan 2024 18:44:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Mon, 08 Jan 2024 18:37:14 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> Because nobody is answering. Is this the correct folder?</p>
]]></description><link>https://forum.magicmirror.builders/post/114181</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114181</guid><dc:creator><![CDATA[Fuzzy]]></dc:creator><pubDate>Mon, 08 Jan 2024 18:37:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Sun, 31 Dec 2023 21:17:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fuzzy" aria-label="Profile: Fuzzy">@<bdi>Fuzzy</bdi></a> development is actually about developing a module.  you are just asking about configuration</p>
]]></description><link>https://forum.magicmirror.builders/post/113734</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113734</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 31 Dec 2023 21:17:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3 show color on Sun, 31 Dec 2023 18:45:42 GMT]]></title><description><![CDATA[<p dir="auto">Oh, I think it’s the wrong Category. Can one of the moderators please move the posting to “modules/Development”</p>
<p dir="auto">Thanks a lot :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/113731</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113731</guid><dc:creator><![CDATA[Fuzzy]]></dc:creator><pubDate>Sun, 31 Dec 2023 18:45:42 GMT</pubDate></item></channel></rss>