<?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[Default Calendar - Full Day Events are not shown on day of event]]></title><description><![CDATA[<p dir="auto">Hey all,</p>
<p dir="auto">I am using the default calendar module for my MM. So far I got quite some things to work. To feed my contacts birthdays I created a static file which I am using which works well. The only issue I have is, that on the day of the event (the actual birthday) the names are not showing up anymore.</p>
<p dir="auto">Sample ical-entry and calendar-config below:</p>
<pre><code>{
    module: "calendar",
    header: "Termine &amp; Feiertage",
    position: "top_left",
    config: {
        fetchInterval: 60000,
        displaySymbol: true,
        showLocation: false,
        fade: true,
        fadePoint: 0.4,
        dateFormat: "D. MMM HH:mm",
        fullDayEventDateFormat: "D. MMM",
        timeFormat: "absolute",
        getRelative: 12,
        urgency: 0,
        maximumEntries: 5,
        calendars: [
            {
                symbol: "cocktail",
                url: "webcal://www.ecoline-media.de/ics/nordrhein-westfalen.ics"
            },
            {
                symbol: 'calendar-check',
                url: 'webcal://localhost:8080/modules/calendars/9*******-****-****-****-***********D.ics',
            },
            {
                symbol: 'birthday-cake',
                url: 'webcal://localhost:8080/modules/calendars/birthdays.ics',
            }
        ]
    }
},
</code></pre>
<pre><code>BEGIN:VEVENT
SUMMARY:Max Mustermann
DESCRIPTION:
DTSTAMP:19630626T000000
DTSTART;VALUE=DATE:19630626
DTEND;VALUE=DATE:19630626
RRULE:FREQ=YEARLY
END:VEVENT
</code></pre>
<p dir="auto">Would appreciate some help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/13417/default-calendar-full-day-events-are-not-shown-on-day-of-event</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 08:10:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13417.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Aug 2020 12:47:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Fri, 25 Sep 2020 17:05:40 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> It works :-)<br />
thank you for your help and patience. I really appreciate it.</p>
]]></description><link>https://forum.magicmirror.builders/post/82365</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82365</guid><dc:creator><![CDATA[bryan_1]]></dc:creator><pubDate>Fri, 25 Sep 2020 17:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Fri, 25 Sep 2020 13:28:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bryan_1" aria-label="Profile: bryan_1">@<bdi>bryan_1</bdi></a> so, you go here</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/13575/2-12-repeating-all-day-calendar-events-not-shown-for-today-or-weather-only-showing-2-days-and-missing-analog-clock-numbers?page=1">https://forum.magicmirror.builders/topic/13575/2-12-repeating-all-day-calendar-events-not-shown-for-today-or-weather-only-showing-2-days-and-missing-analog-clock-numbers?page=1</a></p>
<p dir="auto">and follow the 4 or 5 steps depending on how you installed MM.</p>
]]></description><link>https://forum.magicmirror.builders/post/82356</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82356</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Sep 2020 13:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Fri, 25 Sep 2020 13:08:27 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> I thought that was the solution. Luckily i have  backup from my MM and it works again :-) but the old problem still exists (could you tell me exactly what I should do?) and the MMM-GoogleAssistant/ MMM-Assistant2Display is working but doesn’t play youtube anymore :-(<br />
Many thanks in advance</p>
]]></description><link>https://forum.magicmirror.builders/post/82355</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82355</guid><dc:creator><![CDATA[bryan_1]]></dc:creator><pubDate>Fri, 25 Sep 2020 13:08:27 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Fri, 25 Sep 2020 12:43:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bryan_1" aria-label="Profile: bryan_1">@<bdi>bryan_1</bdi></a> why did u run that?</p>
]]></description><link>https://forum.magicmirror.builders/post/82353</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82353</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Sep 2020 12:43:22 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Fri, 25 Sep 2020 07:39:28 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> Hi, thank’s for your response, but I don’t get it or maybe to stupid to understand it.<br />
I ran “npm run lint:prettier” and my mirror is blank now :-(</p>
]]></description><link>https://forum.magicmirror.builders/post/82348</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82348</guid><dc:creator><![CDATA[bryan_1]]></dc:creator><pubDate>Fri, 25 Sep 2020 07:39:28 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Thu, 24 Sep 2020 18:53:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bryan_1" aria-label="Profile: bryan_1">@<bdi>bryan_1</bdi></a>  follow the instructions on the  topic for 2.12 temp fixes at the top of the troubleshooting forum section<br />
no coding required</p>
]]></description><link>https://forum.magicmirror.builders/post/82343</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82343</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 24 Sep 2020 18:53:50 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Thu, 24 Sep 2020 18:52:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/feedy88" aria-label="Profile: Feedy88">@<bdi>Feedy88</bdi></a> Hi I’m a beginner without coding experience. What should I do fix it? because I have the same problem with my events for birthday calendar, that it isn’t shown at that day.</p>
]]></description><link>https://forum.magicmirror.builders/post/82342</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82342</guid><dc:creator><![CDATA[bryan_1]]></dc:creator><pubDate>Thu, 24 Sep 2020 18:52:34 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Thu, 06 Aug 2020 18:26:43 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> thanks, will do so later/tomorrow</p>
<p dir="auto">Edit: done <a href="https://github.com/MichMich/MagicMirror/issues/2110" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues/2110</a> :crossed_fingers_light_skin_tone:</p>
]]></description><link>https://forum.magicmirror.builders/post/79864</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79864</guid><dc:creator><![CDATA[Feedy88]]></dc:creator><pubDate>Thu, 06 Aug 2020 18:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Thu, 06 Aug 2020 13:57:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/feedy88" aria-label="Profile: Feedy88">@<bdi>Feedy88</bdi></a> I recommend opening an issue on the MagicMirror GitHub issue page. there is work going on the resolve calendar problems now</p>
]]></description><link>https://forum.magicmirror.builders/post/79836</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79836</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 06 Aug 2020 13:57:20 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Thu, 06 Aug 2020 08:41:04 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> Thanks for your reply. I have specified the timezone now:</p>
<pre><code>BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Static Birthdays//Some Name//EN
CALSCALE:GREGORIAN
X-WR-CALNAME;VALUE=TEXT:Birthdays_static_short
X-WR-TIMEZONE:Europe/Berlin
BEGIN:VTIMEZONE
TZID:Europe/Berlin
LAST-MODIFIED:20200806T101500Z
BEGIN:STANDARD
DTSTART:20191027T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20200329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
SUMMARY:Max Mustermann
DESCRIPTION:
DTSTAMP:20050806T080000Z
DTSTART;VALUE=DATE:20050806
DTEND;VALUE=DATE:20050806
RRULE:FREQ=YEARLY
END:VEVENT
END:VCALENDAR

</code></pre>
<p dir="auto">Also on your other post, this was just any birthday I pulled. I have created a fake one for today but still the same issue.</p>
<p dir="auto">I have also played around with my icloud calender and found the following:</p>
<ul>
<li>Creating a full day event displays on the day of the event with the word “Today”.</li>
<li>Creating a reoccurring full day event does not display on the day of the event but one day in advance.</li>
</ul>
<p dir="auto">The only difference in both Events is the RRULE:</p>
<p dir="auto">Not Reoccurring:</p>
<pre><code>BEGIN:VEVENT
CREATED:20200806T083628Z
DTEND;VALUE=DATE:20200807
DTSTAMP:20200806T083634Z
DTSTART;VALUE=DATE:20200806
LAST-MODIFIED:20200806T083628Z
SEQUENCE:0
SUMMARY:SingleTestDayEvent
UID:05BF5856-EE12-495C-A681-5D1DE3BD2418
URL;VALUE=URI:
TRANSP:OPAQUE
END:VEVENT
</code></pre>
<p dir="auto">Reoccurring:</p>
<pre><code>BEGIN:VEVENT
CREATED:20200806T083338Z
DTEND;VALUE=DATE:20200807
DTSTAMP:20200806T083339Z
DTSTART;VALUE=DATE:20200806
LAST-MODIFIED:20200806T083338Z
RRULE:FREQ=YEARLY
SEQUENCE:0
SUMMARY:TestDayEvent
UID:7927874B-86FB-494B-AACE-CCA8BD525A3F
URL;VALUE=URI:
TRANSP:OPAQUE
END:VEVENT
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/79802</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79802</guid><dc:creator><![CDATA[Feedy88]]></dc:creator><pubDate>Thu, 06 Aug 2020 08:41:04 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Wed, 05 Aug 2020 16:06:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/feedy88" aria-label="Profile: Feedy88">@<bdi>Feedy88</bdi></a> said in <a href="/post/79736">Default Calendar - Full Day Events are not shown on day of event</a>:</p>
<blockquote>
<p dir="auto">19630626</p>
</blockquote>
<p dir="auto">also, this looks interesting… the BD actual date… recurring, repeated til now…     that date is passed (June 26), so shouldn’t show on calendar</p>
]]></description><link>https://forum.magicmirror.builders/post/79751</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79751</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 05 Aug 2020 16:06:53 GMT</pubDate></item><item><title><![CDATA[Reply to Default Calendar - Full Day Events are not shown on day of event on Wed, 05 Aug 2020 12:58:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/feedy88" aria-label="Profile: Feedy88">@<bdi>Feedy88</bdi></a> what timezone are the events in compared to your mm timezone?</p>
<p dir="auto">the cal entries don’t say</p>
]]></description><link>https://forum.magicmirror.builders/post/79738</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79738</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 05 Aug 2020 12:58:49 GMT</pubDate></item></channel></rss>