<?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[(solved)Calendar Dates  - Problematic behaviour since 2.18]]></title><description><![CDATA[<p dir="auto">Moin,</p>
<p dir="auto">ich habe soeben auf 2.18 upgegraded. Im default calender Modul habe ich ein paar Kalender konfiguert. Leider werden die Daten unterschiedlich formatiert. Warum das denn bzw. wie kann ich das anpassen?</p>
<p dir="auto">Recently i updatet to 2.18. Since then the different confgured calendars in the default calendar muduls are showing a different time format. Pretty odd.</p>
<p dir="auto"><img src="/assets/uploads/files/1641507707482-bf4d5eee-94dc-46bf-8985-fc3c2f54f295-image.png" alt="bf4d5eee-94dc-46bf-8985-fc3c2f54f295-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Gewünschte Formatierung wie unten “25. Januar”. Das kommt aus meinem persönlichen Google-Kalender. Die beiden Einträge darüber sind ein extra Google-Müllkalender (nicht Bestandteil des eigenen Kalenders, aber öffentlich.)</p>
<p dir="auto">I want the dates shown like “25. Januar” and not Jan. 25… The right entry is from my personal google calendar, the others are from an extra  Google-Calendar and from the ‘MMM-GoogleBirthdaysProvider’-Module. I 2.17 everything was fine!</p>
<p dir="auto">Auch die Einträge aus ‘MMM-GoogleBirthdaysProvider’ werden im amerikanischen Format dargestellt (sieht man gerade nicht, da der 10. EIntrag im Screenshot zu dunkel ist).</p>
<p dir="auto">Wie bekomme ich da die Formatierung hin? Auch der Versuch nochmal im eigentlichen Kalendereintrag das Datum anzupassen schlägt fehl.</p>
<pre><code>    {
      module: 'calendar',
      header: 'Kalender',
      position: 'top_left',
      config: {
		dateFormat: 'D.MMMM',
		displayRepeatingCountTitle: true,
		colored: true,
		coloredSymbolOnly: true,
        calendars: [
		  {
</code></pre>
<p dir="auto">Hier nochmal das Beispiel innerhalb des eigentlichen Kalendereintrags.<br />
Here the example in one calendar entry. I hoped that this will force the right dateFormat.</p>
<pre><code>			color: '#DF0F32',
			maximumEntries: 5,
			dateFormat: 'D.MMMM',
		  },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/16153/solved-calendar-dates-problematic-behaviour-since-2-18</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 13:50:56 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16153.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jan 2022 22:27:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to (solved)Calendar Dates  - Problematic behaviour since 2.18 on Sat, 08 Jan 2022 23:07:11 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> said in <a href="/post/98254">Calendar Dates - Problematic behaviour since 2.18</a>:</p>
<blockquote>
<p dir="auto">fullDayEventDateFormat</p>
</blockquote>
<p dir="auto">Thanks a lot, again <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> .</p>
<pre><code>fullDayEventDateFormat: 'D.MMMM',
</code></pre>
<p dir="auto">did the job!</p>
]]></description><link>https://forum.magicmirror.builders/post/98279</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98279</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sat, 08 Jan 2022 23:07:11 GMT</pubDate></item><item><title><![CDATA[Reply to (solved)Calendar Dates  - Problematic behaviour since 2.18 on Fri, 07 Jan 2022 21:09:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: oberfragger">@<bdi>oberfragger</bdi></a> use fullDayEventDateFormat</p>
]]></description><link>https://forum.magicmirror.builders/post/98254</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98254</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 07 Jan 2022 21:09:18 GMT</pubDate></item><item><title><![CDATA[Reply to (solved)Calendar Dates  - Problematic behaviour since 2.18 on Fri, 07 Jan 2022 20:58:39 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 found the problem!<br />
Its about whole day events!<br />
<img src="/assets/uploads/files/1641588641613-c495a7cc-6576-479e-8a5d-7c64748ddd91-image.png" alt="c495a7cc-6576-479e-8a5d-7c64748ddd91-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Now you see both events are from the same (google) calendar.<br />
“Test - dayevent” is for the whole day.<br />
“Zahnarzt” is just for a timeslot.</p>
<p dir="auto">In the 2.18 releasenotes from <a class="plugin-mentions-user plugin-mentions-a" href="/user/michmich" aria-label="Profile: MichMich">@<bdi>MichMich</bdi></a> is mentioned, that “Fixed Calendar showEnd and Full Date overlay (#2629).” Maybe this or another change caused this issue.</p>
<p dir="auto">Did you know, where i can add this issue to 2.18??? Whith dateFormat: ‘D.MMMM’, both entries should look in the same format.</p>
<p dir="auto">This should moved to Troubleshooting (not modules/troubleshooting).</p>
]]></description><link>https://forum.magicmirror.builders/post/98253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98253</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Fri, 07 Jan 2022 20:58:39 GMT</pubDate></item><item><title><![CDATA[Reply to (solved)Calendar Dates  - Problematic behaviour since 2.18 on Fri, 07 Jan 2022 13:29:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: oberfragger">@<bdi>oberfragger</bdi></a> looking thru the code, date format is only used if timeFormat  is set to ‘absolute’ or ‘dateheaders’</p>
<p dir="auto">by default it is ‘relative’</p>
]]></description><link>https://forum.magicmirror.builders/post/98239</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98239</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 07 Jan 2022 13:29:22 GMT</pubDate></item><item><title><![CDATA[Reply to (solved)Calendar Dates  - Problematic behaviour since 2.18 on Fri, 07 Jan 2022 13:18:16 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 <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> , thx for your reply.</p>
<p dir="auto">I mean, i added the dateFormat to every single calendar. But i doesnt work too.</p>
<pre><code>    {
      module: 'calendar',
      header: 'Kalender',
      position: 'top_left',
      config: {
		dateFormat: 'D.MMMM',
		displayRepeatingCountTitle: true,
		colored: true,
		coloredSymbolOnly: true,
        calendars: [
		  {
			symbol: 'calendar',
            url: 'https://www.officeholidays.com/ics-local-name/germany',
			color: '#fdffe3'
          },
		  {
			symbol: 'trash-alt',

			url: 'https://calendar.google.com/calendar/ical/XXXXXXXXX%40import.calendar.google.com/public/basic.ics',
			color: '#DF0F32',
                        dateFormat: 'D.MMMM',
			maximumEntries: 5
		  },
		  {
            url: 'https://calendar.google.com/calendar/ical/oberfragger%40gmail.com/private-XXXXXXXXX/basic.ics',
			symbol: 'calendar-check',
			color: '#7cd2fc'
          },
		  {
 			url: 'http://localhost:8080/mmm-googlebirthdaysprovider',
			repeatingCountTitle: 'Geburtstag',
			dateFormat: 'D.MMMM',
			symbol: 'birthday-cake',
			color: '#F5DA81'
 		  },  
          {
            symbol: 'flag-checkered',
            url: 'http://localhost:8080/MMM-Formula1/schedule.ics',
			color: '#b8e9fc'
          }
        ],
		customEvents: [
		  {
			keyword: 'tsfeiertag',
			color: '#fcb8d8',
			symbol: 'gifts'
		  },
		  {
			keyword: 'Könige',
			color: '#fff2cc',
			symbol: 'crown'
		  },
		  {
			keyword: 'gelbe',
			color: '#fff133',
			symbol: 'recycle'
		  },
		  {
			keyword: 'blaue',
			color: '#335cff',
			symbol: 'newspaper'
		  },
		  {
			keyword: 'bäume',
			color: '#06a929',
			symbol: 'tree'
		  },
		  {
			keyword: 'oster',
			color: '#adf542',
			symbol: 'egg'
		  }
		]
      }
    },
</code></pre>
<p dir="auto">In 2.17 it looked so:<br />
<img src="/assets/uploads/files/1641511001690-fe3a0afe-73b2-4fce-891f-46f7b5c08809-image.png" alt="fe3a0afe-73b2-4fce-891f-46f7b5c08809-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/98226</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98226</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Fri, 07 Jan 2022 13:18:16 GMT</pubDate></item><item><title><![CDATA[Reply to (solved)Calendar Dates  - Problematic behaviour since 2.18 on Thu, 06 Jan 2022 22:55:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oberfragger" aria-label="Profile: oberfragger">@<bdi>oberfragger</bdi></a></p>
<blockquote>
<p dir="auto">I also added an extra line to the wrong calendar-entry. How can i change that!</p>
</blockquote>
<p dir="auto">I don’t understand.</p>
<p dir="auto">u mean in the post here?</p>
<p dir="auto">just edit your post to fix it</p>
]]></description><link>https://forum.magicmirror.builders/post/98224</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98224</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 06 Jan 2022 22:55:12 GMT</pubDate></item></channel></rss>