<?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[CalendarEXT3 questions]]></title><description><![CDATA[<p dir="auto">Hey again guys</p>
<p dir="auto">So right now I got the Cal3 running with a Google calendar. Everythings working good for now, except “CW” is only showint “CW1” in every week. The default calendar is counting correctly. Also I wonder why its showing “CW” instead of “KW” relating to german language. Every possible local setting is put right though.<br />
Also color in config is not shown - I set it up like in the description.</p>
<p dir="auto">Is it possible to somehow put a list additional to the calender? I got some tasks/list points set up in Google but the module obviously is not “asking” for them.</p>
<p dir="auto">Thanks a lot</p>
]]></description><link>https://forum.magicmirror.builders/topic/19841/calendarext3-questions</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 00:54:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19841.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Aug 2025 15:01:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CalendarEXT3 questions on Thu, 21 Aug 2025 13:27:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a> said in <a href="/post/127986">CalendarEXT3 questions</a>:</p>
<blockquote>
<p dir="auto">The CW counting not</p>
</blockquote>
<p dir="auto">try this</p>
<pre><code>          minimalDaysOfNewYear: "1",
</code></pre>
<p dir="auto">I posted somewhere before (a month ago I think) , but can’t find it…</p>
]]></description><link>https://forum.magicmirror.builders/post/127987</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127987</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 21 Aug 2025 13:27:19 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Fri, 22 Aug 2025 08:11:37 GMT]]></title><description><![CDATA[<p dir="auto">That solved the problem. Thank you sir<br />
If anyone cares: “CW” is shown even after correct/different local settings because it´s written as element in the stylesheet from calendarEXT3, so you have to change the term there.</p>
]]></description><link>https://forum.magicmirror.builders/post/128007</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128007</guid><dc:creator><![CDATA[_V_]]></dc:creator><pubDate>Fri, 22 Aug 2025 08:11:37 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Thu, 21 Aug 2025 13:27:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a> said in <a href="/post/127986">CalendarEXT3 questions</a>:</p>
<blockquote>
<p dir="auto">The CW counting not</p>
</blockquote>
<p dir="auto">try this</p>
<pre><code>          minimalDaysOfNewYear: "1",
</code></pre>
<p dir="auto">I posted somewhere before (a month ago I think) , but can’t find it…</p>
]]></description><link>https://forum.magicmirror.builders/post/127987</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127987</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 21 Aug 2025 13:27:19 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Thu, 21 Aug 2025 13:24:51 GMT]]></title><description><![CDATA[<p dir="auto">Like said above, the colors work now…</p>
<p dir="auto">The CW counting not, thats why I showed you that part man…</p>
]]></description><link>https://forum.magicmirror.builders/post/127986</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127986</guid><dc:creator><![CDATA[_V_]]></dc:creator><pubDate>Thu, 21 Aug 2025 13:24:51 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Thu, 21 Aug 2025 11:00:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a> i needed the config of the default calendar where the colors are defined</p>
]]></description><link>https://forum.magicmirror.builders/post/127983</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127983</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 21 Aug 2025 11:00:26 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Thu, 21 Aug 2025 06:06:55 GMT]]></title><description><![CDATA[<p dir="auto">Good morning</p>
<p dir="auto">So Ive noticed the color is applying,  the CW is not solved, probably cause I put the snipped in the wront place?</p>
<pre><code>		{
 			module: "MMM-CalendarExt3",
  			position: "bottom_bar",
  			title: "",
  			config: {
    			mode: "month",
    			instanceId: "basicCalendar",
    			locale: 'de-DE',
    			maxEventLines: 5,
    			firstDayOfWeek: 1,
    			calendarSet: ['Testkalender', '', ''],
			refreshInterval: 900000,
			startDayIndex: 1
    			},

		},	
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/127980</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127980</guid><dc:creator><![CDATA[_V_]]></dc:creator><pubDate>Thu, 21 Aug 2025 06:06:55 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Wed, 20 Aug 2025 18:48:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a> one needs a different api… not calendar</p>
<p dir="auto">I don’t know what that is across all the calendar sources…<br />
and ext3 isn’t looking for tasks, so that would be a different thing, cause if u made it a fake cal entry you wouldn’t be able to tell</p>
]]></description><link>https://forum.magicmirror.builders/post/127971</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127971</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 20 Aug 2025 18:48:38 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Wed, 20 Aug 2025 18:39:38 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> Yes Sam, I know that theyre not there… I just asked, if theres a possibility to get something done<br />
Ill share the code tomorrow, thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/127970</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127970</guid><dc:creator><![CDATA[_V_]]></dc:creator><pubDate>Wed, 20 Aug 2025 18:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to CalendarEXT3 questions on Wed, 20 Aug 2025 15:49:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/_v_" aria-label="Profile: _V_">@<bdi>_V_</bdi></a>   cw is  a bug</p>
<p dir="auto">add this to the ext3</p>
<pre><code>                  startDayIndex: 1,
</code></pre>
<p dir="auto">can you show the default calendar config (xxx out the urls)</p>
<p dir="auto">the google tasks are  are not exposed in the calendar feed…</p>
]]></description><link>https://forum.magicmirror.builders/post/127968</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127968</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 20 Aug 2025 15:49:41 GMT</pubDate></item></channel></rss>