<?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[Call for testers, updated calendar module]]></title><description><![CDATA[<p dir="auto">like you I am tired of all the troubles we have with the calendar module,<br />
so lets end that here. we’ve got time between now and Jan 1 to find and fix any remaining issues.</p>
<p dir="auto">I have (I  think) finally fixed it , this is built on top of the cal module in the current release 2.29.</p>
<p dir="auto">to get my fork into a DIFFERENT folder, not touching existing MM (I use newmm here as the new folder name, use whatever you like</p>
<pre><code class="language-sh">git clone https://github.com/sdetweil/MagicMirror newmm
cd newmm
git checkout fixcaldates2
npm run install-mm
cd config
cp config.js.sample config.js
cd ..
</code></pre>
<p dir="auto">edit the config.js  and add your appropriate url in place of the default calendar we supply<br />
add whatever config settings are appropriate for your calendar, date/time formats, etc</p>
<p dir="auto">then<br />
npm start</p>
<p dir="auto">DST/STD change is coming  this weekend for Europe, and next weekend for the US<br />
let me know what you see…<br />
you can open issue on my fork, add a ics for the events you find that you have trouble with</p>
<p dir="auto">if you want to run under this new MM… you can copy your whole config over and<br />
the modules folder too…</p>
<p dir="auto">you can use my backup/restore to do that too…(save time and energy)<br />
<a href="https://github.com/sdetweil/MagicMirror-backup-restore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror-backup-restore</a><br />
backup from MagicMirror (-s MagicMirror)<br />
restore to newmm (-s newmm)  it will reinstall the modules</p>
]]></description><link>https://forum.magicmirror.builders/topic/19070/call-for-testers-updated-calendar-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 00:33:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19070.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Oct 2024 22:31:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Call for testers, updated calendar module on Thu, 24 Oct 2024 15:55:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/evroom" aria-label="Profile: evroom">@<bdi>evroom</bdi></a> bug with</p>
<p dir="auto">showsEndOnlyWithDuration,  new code suggestion posted in other topic</p>
<p dir="auto">i will open an issue and add this to the fix list  (and two testcases)</p>
]]></description><link>https://forum.magicmirror.builders/post/120810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120810</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 24 Oct 2024 15:55:51 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testers, updated calendar module on Thu, 24 Oct 2024 16:15:01 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></p>
<p dir="auto">Will  follow up in the “Cant use showEnd icloud cal” topic then.</p>
]]></description><link>https://forum.magicmirror.builders/post/120812</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120812</guid><dc:creator><![CDATA[evroom]]></dc:creator><pubDate>Thu, 24 Oct 2024 16:15:01 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testers, updated calendar module on Thu, 24 Oct 2024 15:55:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/evroom" aria-label="Profile: evroom">@<bdi>evroom</bdi></a> bug with</p>
<p dir="auto">showsEndOnlyWithDuration,  new code suggestion posted in other topic</p>
<p dir="auto">i will open an issue and add this to the fix list  (and two testcases)</p>
]]></description><link>https://forum.magicmirror.builders/post/120810</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120810</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 24 Oct 2024 15:55:51 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testers, updated calendar module on Thu, 24 Oct 2024 15:32:17 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></p>
<p dir="auto">Just to follow up on the test I did where I got the end date displayed according to ‘dateEndFormat’ for a repeating allday event.<br />
Most of it is also covered in the other thread.</p>
<p dir="auto">It is working with your suggested change in calendar.js.<br />
No need to set ‘showEnd: false’.</p>
<p dir="auto"><img src="/assets/uploads/files/1729783425031-calendar.js-resized.png" alt="calendar.js.png" class=" img-fluid img-markdown" /></p>
<pre><code>urgency: 0,
timeFormat: "absolute",
dateFormat: "dddd MMM D - HH:mm",
dateEndFormat: "dddd MMM D - HH:mm",
fullDayEventDateFormat: "dddd MMM D",
showEnd: true,
showEndsOnlyWithDuration: true,
getRelative: 0,
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1729783346721-allday_3_occurrences.png" alt="ALLDAY_3_OCCURRENCES.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/120807</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120807</guid><dc:creator><![CDATA[evroom]]></dc:creator><pubDate>Thu, 24 Oct 2024 15:32:17 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testers, updated calendar module on Wed, 23 Oct 2024 17:25:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/evroom" aria-label="Profile: evroom">@<bdi>evroom</bdi></a> yes, you are working the end time issue on the other topic</p>
]]></description><link>https://forum.magicmirror.builders/post/120794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120794</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 23 Oct 2024 17:25:48 GMT</pubDate></item><item><title><![CDATA[Reply to Call for testers, updated calendar module on Wed, 23 Oct 2024 16:56:36 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></p>
<p dir="auto">Repeating all day event with X occurrences shows end time of 23:59.</p>
<pre><code>urgency: 0,
timeFormat: "absolute",
dateFormat: "dddd MMM D - HH:mm",
dateEndFormat: "HH:mm",
fullDayEventDateFormat: "dddd MMM D",
showEnd: true,
showEndsOnlyWithDuration: true,
getRelative: 0,
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1729702128882-screenshot-2024-10-23-at-18.48.32.png" alt="Screenshot 2024-10-23 at 18.48.32.png" class=" img-fluid img-markdown" /></p>
<pre><code>BEGIN:VEVENT
DTSTART;VALUE=DATE:20241104
DTEND;VALUE=DATE:20241107
DTSTAMP:20241023T164753Z
UID:086ujg156a8n9t0dpg8h3g4ptu@google.com
CREATED:20241023T164710Z
LAST-MODIFIED:20241023T164710Z
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:TestCal: ALLDAY_REPEAT_FROM_TO
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20241111
DTEND;VALUE=DATE:20241112
RRULE:FREQ=DAILY;COUNT=3
DTSTAMP:20241023T164753Z
UID:0c9ah6plfonal1s1250k2mmgbt@google.com
CREATED:20241023T164743Z
LAST-MODIFIED:20241023T164743Z
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:TestCal: ALLDAY_REPEAT_3_OCCURENCES
TRANSP:TRANSPARENT
END:VEVENT
</code></pre>
<p dir="auto">(cannot upload a text file anymore, only images)</p>
<p dir="auto">Changed:</p>
<pre><code>dateEndFormat: "dddd MMM D - HH:mm",
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1729702447193-screenshot-2024-10-23-at-18.53.42.png" alt="Screenshot 2024-10-23 at 18.53.42.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Changed:</p>
<pre><code>showEnd: false,
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1729702551990-screenshot-2024-10-23-at-18.55.34.png" alt="Screenshot 2024-10-23 at 18.55.34.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/120791</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120791</guid><dc:creator><![CDATA[evroom]]></dc:creator><pubDate>Wed, 23 Oct 2024 16:56:36 GMT</pubDate></item></channel></rss>