<?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-CalendarExt3Agenda on a higher screen resolution?]]></title><description><![CDATA[<p dir="auto">Dear team,<br />
I have upgraded my monitor and so I could use a higher resolution for the screen.<br />
Coming from  1.920x1.080 I’ve tried 2.560x1.440 which really looks great.</p>
<p dir="auto">Unfortunately MMM-CalendarExt3Agenda (which I use for calendar representation) disappears after every single restart of the mirror.<br />
This is true for the display itself as well as for a headless (remote) VNC session.<br />
Interesting enough the webbrowser SHOWS the module!</p>
<p dir="auto">After some time has passed calender appears suddenly (not sure which event this triggers).</p>
<p dir="auto">Currently I’m clueless.<br />
(It happens earlier that  MMM-CalendarExt3Agenda disappeared after a Raspberry-Reboot but a restart of MagigMirror corrects this)</p>
<p dir="auto">Any idea/hint from the experts?</p>
<p dir="auto">Thanks a LOT!<br />
Regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/topic/19359/mmm-calendarext3agenda-on-a-higher-screen-resolution</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 17:31:33 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19359.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Jan 2025 16:45:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Thu, 23 Jan 2025 20:53:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> i don’t think the screen change has anything to do with it</p>
<p dir="auto">the Ex3 family of modules gets their data from the default calender.</p>
<p dir="auto">if you look at the pm2 logs, you can see timestamps of when the data  is sent…</p>
<p dir="auto">the Ext3 modules, try NOT to ‘flash’ on every change, and he doesn’t KNOW how many calendars there are, or how long they will take to process…</p>
<p dir="auto">so, he has a couple config parms that control it</p>
<p dir="auto">waitFetch:5000 (5 seconds)</p>
<p dir="auto">wait THAT long from first incoming block of messages, then display the calendar<br />
anything that comes it LATER, has to wait for the refreshInterval 1800000 milliseconds<br />
or 30 minutes… oops… a LONG time</p>
<p dir="auto">SO, the default calendar is  taking a little longer in this release(2.30.0), so I bet that calendar missed the waitFetch time limit</p>
<p dir="auto">so I suggest looking at the pm2 logs messages and get the elapsed time from start to finish and set the waitFetch a little longer  than that…</p>
<p dir="auto">NOW, this WILL cause the calendar NOT to display AT ALL for a little longer<br />
its a catch-22<br />
OR change the refreshInterval to faster…</p>
<p dir="auto">be careful,  its takes work to do the refresh<br />
and refreshing when there are no changes (once a minute say) takes system resources away from other modules…</p>
]]></description><link>https://forum.magicmirror.builders/post/123327</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123327</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jan 2025 20:53:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Sun, 26 Jan 2025 22:58:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> awesome</p>
]]></description><link>https://forum.magicmirror.builders/post/123440</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123440</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 Jan 2025 22:58:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Sun, 26 Jan 2025 13:08:50 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> , sorry - being offline for a while…<br />
Yes, seems to work.<br />
As you was afraid of, it takes LOOOONG until calender shows but earlier as without your suggested modification.<br />
Thanks again!</p>
<p dir="auto">Warmest regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/123404</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123404</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Sun, 26 Jan 2025 13:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 16:02:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> and did that work?</p>
]]></description><link>https://forum.magicmirror.builders/post/123348</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123348</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 24 Jan 2025 16:02:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 14:51:47 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><br />
O.K. , sorry my fault…Wrong expression from my side “first fetch” means first complete fetch (so ALL data fetched).<br />
In addition I accidentally switched the begin and end…<br />
So correct view is</p>
<pre><code>waitFetch:  17000,  //  MM starts: 10:44:49.288   minus  complete calender fetch at: 10:45:06.206 = 16.918 ms
</code></pre>
<p dir="auto">Sorry for my mistake.<br />
And thanks for your explanation!<br />
Warmest regards,<br />
Ralf</p>
<p dir="auto">.</p>
]]></description><link>https://forum.magicmirror.builders/post/123346</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123346</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 24 Jan 2025 14:51:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 11:44:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> you want the time til after the LAST  calendar broadcast not the first</p>
<p dir="auto">10:45:06.206</p>
<p dir="auto">He wants to wait til ALL the data is present</p>
<p dir="auto">So waitFetch: 19*1000</p>
]]></description><link>https://forum.magicmirror.builders/post/123345</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123345</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 24 Jan 2025 11:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 11:31: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> , sorry, I didn’t get you…<br />
what do you mean by this?</p>
<p dir="auto">Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/123344</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123344</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 24 Jan 2025 11:31:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 10:46:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> you want more than last calendar for wait fetch</p>
]]></description><link>https://forum.magicmirror.builders/post/123342</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123342</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 24 Jan 2025 10:46:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 10:39:02 GMT]]></title><description><![CDATA[<p dir="auto">I have set refreshinterval at 180000 - 3 Minutes.<br />
this may triggers appearance of MMM-CalendarExt3Agenda …</p>
<p dir="auto">I’m not able to identify the startup of MMM-CalendarExt3Agenda in the log.</p>
<p dir="auto">If I consider the difference between Mirror-startup and  first calender fetching as the “right” fetching time</p>
<pre><code>[2025-01-24 10:44:49.288] [LOG]   Starting MagicMirror: v2.30.0 

[2025-01-24 10:45:05.760] [34m[INFO] [39m [34mCalendar-Fetcher: Broadcasting 22 events from https://www.feiertage-deutschland.de/
[2025-01-24 10:45:06.206] [34m[INFO] [39m [34mCalendar-Fetcher: Broadcasting 21 events from https://calendar.google.com/calendar

</code></pre>
<p dir="auto">it should be around 16,9 seconds - is this the right assumption?.</p>
<p dir="auto">At least with</p>
<pre><code>waitFetch:  17000,  //  start: 0:45:06.206 -  first calender fetch: 10:44:49.288 = 16.918 ms 
</code></pre>
<p dir="auto">MMM-CalendarExt3Agenda appears “faster” than before …</p>
]]></description><link>https://forum.magicmirror.builders/post/123341</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123341</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 24 Jan 2025 10:39:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 10:17:16 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> <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> ,<br />
thanks for this.<br />
I’ve played around with waitFetch which doesn’t help.<br />
But with your justification I have to investigate deeper and find the right value.</p>
<p dir="auto">Warmest regards,<br />
Ralf</p>
]]></description><link>https://forum.magicmirror.builders/post/123339</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123339</guid><dc:creator><![CDATA[rkorell]]></dc:creator><pubDate>Fri, 24 Jan 2025 10:17:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Fri, 24 Jan 2025 07:46: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><br />
Thanks for your explanation always.<br />
I’ll add small message in the screen on waiting - “Waiting calendar fetch…” or something informative in the next update…</p>
]]></description><link>https://forum.magicmirror.builders/post/123337</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123337</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Fri, 24 Jan 2025 07:46:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3Agenda on a higher screen resolution? on Thu, 23 Jan 2025 20:53:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rkorell" aria-label="Profile: rkorell">@<bdi>rkorell</bdi></a> i don’t think the screen change has anything to do with it</p>
<p dir="auto">the Ex3 family of modules gets their data from the default calender.</p>
<p dir="auto">if you look at the pm2 logs, you can see timestamps of when the data  is sent…</p>
<p dir="auto">the Ext3 modules, try NOT to ‘flash’ on every change, and he doesn’t KNOW how many calendars there are, or how long they will take to process…</p>
<p dir="auto">so, he has a couple config parms that control it</p>
<p dir="auto">waitFetch:5000 (5 seconds)</p>
<p dir="auto">wait THAT long from first incoming block of messages, then display the calendar<br />
anything that comes it LATER, has to wait for the refreshInterval 1800000 milliseconds<br />
or 30 minutes… oops… a LONG time</p>
<p dir="auto">SO, the default calendar is  taking a little longer in this release(2.30.0), so I bet that calendar missed the waitFetch time limit</p>
<p dir="auto">so I suggest looking at the pm2 logs messages and get the elapsed time from start to finish and set the waitFetch a little longer  than that…</p>
<p dir="auto">NOW, this WILL cause the calendar NOT to display AT ALL for a little longer<br />
its a catch-22<br />
OR change the refreshInterval to faster…</p>
<p dir="auto">be careful,  its takes work to do the refresh<br />
and refreshing when there are no changes (once a minute say) takes system resources away from other modules…</p>
]]></description><link>https://forum.magicmirror.builders/post/123327</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123327</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jan 2025 20:53:02 GMT</pubDate></item></channel></rss>