<?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[Calendar date format]]></title><description><![CDATA[<p dir="auto">evening all,</p>
<p dir="auto">I just need to change the format on my calendar for up coming events which is being displayed in US format MM/DD/YYYY</p>
<p dir="auto">I would like to change it to DD MMM</p>
<p dir="auto">{<br />
module: “calendar”,<br />
header: “AU Holidays”,<br />
position: “top_left”,<br />
config: {<br />
dateformat: “DD MMM”,<br />
calendars: [<br />
{<br />
symbol: “calendar-check”,<br />
url: “<a href="https://calendar.google.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://calendar.google.com</a>…”					}<br />
]<br />
}<br />
},</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/modules/calendar.html#configuration-options" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/calendar.html#configuration-options</a><br />
where does the ‘dateformat’ go?<br />
IS DD MMM a correct format?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14626/calendar-date-format</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 07:38:46 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14626.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Feb 2021 08:36:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar date format on Sun, 29 Aug 2021 11:10:56 GMT]]></title><description><![CDATA[<p dir="auto">I just wrote the Question and before sending i found the “solution”.</p>
<p dir="auto">Today is the 29th August 2021<br />
Calendar now shows “29. August 2021” (“LL”)<br />
I just want to have “29. August”.  Thats just</p>
<pre><code>dateFormat: 'D.MMMM',
</code></pre>
<p dir="auto">I`ll keep it here for others if they search for it too. Did´nt found that in the docu somehow.</p>
]]></description><link>https://forum.magicmirror.builders/post/94010</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94010</guid><dc:creator><![CDATA[OberfragGER]]></dc:creator><pubDate>Sun, 29 Aug 2021 11:10:56 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Thu, 01 Jul 2021 18:32:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pigeonshouse" aria-label="Profile: pigeonshouse">@<bdi>pigeonshouse</bdi></a> thank you for your criticism.  sadly the user didn’t learn how to take care of his own system, but is dependent on others to tell him what to type/copy paste.</p>
<p dir="auto">I am a volunteer, here because I like to be. I am NOT a copy/paster type. I will make you work, and learn in the process.</p>
]]></description><link>https://forum.magicmirror.builders/post/92453</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92453</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 01 Jul 2021 18:32:59 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Thu, 01 Jul 2021 18:08:15 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> along with the ‘block everyone who disagrees with me’ Wikipedia admins. I have come across people on linux forums who act like yourself over the past 25 years and usually, it implies someone doesn’t actually know the answer and simply dragging their feet/wasting everyones time because of it. I guess at least one saving grace is that there aren’t any getting people to compile libraries with debug symbols for ‘helpful’ people to dither over and never reply to.</p>
<p dir="auto">It’s tiring. If you don’t want to actually provide any assistance then why are you even replying? You could have helped and also made others like myself feel that the MM community is welcoming. On first impressions, I have seen this and it thought “you know what, why bother even looking here for assistance if the reps are going to be like this”.</p>
]]></description><link>https://forum.magicmirror.builders/post/92452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92452</guid><dc:creator><![CDATA[pigeonshouse]]></dc:creator><pubDate>Thu, 01 Jul 2021 18:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Mon, 22 Feb 2021 09:05:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrega" aria-label="Profile: mrega">@<bdi>mrega</bdi></a> you were close</p>
<pre><code>fade : false,
timeFormat : "absolute",
dateFormat : "DD MMM",	

</code></pre>
<p dir="auto">that fixed it thank you !</p>
<p dir="auto">can you explain what the follow is 'Fade: false/ true ’ what does this refer to or alter?</p>
<p dir="auto">and what does the “absolute” refer back too ?</p>
]]></description><link>https://forum.magicmirror.builders/post/88753</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88753</guid><dc:creator><![CDATA[Gr1dL0ck]]></dc:creator><pubDate>Mon, 22 Feb 2021 09:05:58 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Sat, 20 Feb 2021 04:54:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gr1dl0ck" aria-label="Profile: gr1dl0ck">@<bdi>gr1dl0ck</bdi></a></p>
<p dir="auto">Try this…</p>
<pre><code>{
		module: "calendar",
		header: "AR Holidays",
		position: "top_left",
		config: {
			fade : false,
			timeFormat : "absolute",
	                fullDayEventDateFormat : "DD-MM-YYYY",		
			calendars: [						
				{
				        symbol: "calendar-check",
					    url: "https://calendar.google.com/sic.ics",
						auth: {
							user: '',
							pass: '',
							method: 'basic'
						      }
				}						
					
					
					
			]
		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88676</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88676</guid><dc:creator><![CDATA[mrega]]></dc:creator><pubDate>Sat, 20 Feb 2021 04:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Fri, 19 Feb 2021 04:52:51 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">mine doesn’t even display the default date as per this doc, I would copy a picture but it has a bunch of private appointments in there.</p>
<p dir="auto">Default value: MMM Do (e.g. Jan 18th)</p>
<p dir="auto">mine displays (for example)</p>
<p dir="auto">'appointment                      03/10/2021</p>
]]></description><link>https://forum.magicmirror.builders/post/88636</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88636</guid><dc:creator><![CDATA[Gr1dL0ck]]></dc:creator><pubDate>Fri, 19 Feb 2021 04:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Fri, 19 Feb 2021 04:48:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gr1dl0ck" aria-label="Profile: gr1dl0ck">@<bdi>gr1dl0ck</bdi></a> i will NOT give u the answer. cause u will be back for another.</p>
<p dir="auto">my job as moderator here is to teach u and direct you to info.</p>
<p dir="auto">the doc is the online readme referenced in the <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> in the calendar module folder<br />
<a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar</a></p>
<p dir="auto">this is the same doc file name for everything</p>
<p dir="auto">and sometimes i dont look.up the exact config term, cause i expect you to <a href="http://do.it" target="_blank" rel="noopener noreferrer nofollow ugc">do.it</a></p>
<p dir="auto"><img src="/assets/uploads/files/1613710016308-screenshot_20210218-224008_chrome-resized.jpg" alt="Screenshot_20210218-224008_Chrome.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/88635</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88635</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Feb 2021 04:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Fri, 19 Feb 2021 04:47:57 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">not sure if this is what you mean, but still  nothing changes, all dates are still MM/DD/YYYY</p>
<p dir="auto">Showtime: “absolute”, no idea where this is mentioned in the document, unsure where it goes.</p>
<p dir="auto">dateFormat - config option, in the configuration</p>
<p dir="auto">// The config property is optional.<br />
// If no config is set, an example calendar is shown.<br />
// See ‘Configuration options’ for more information.</p>
<pre><code>{
       module: “calendar”,
       header: “AU Holidays”,
       position: “top_left”,
          config: {
                  showtime: "absolute",
                 dateFormat: “DD MMM”,
                  calendars: [
                             {
                             symbol: “calendar-check”,
                             url: “https://calendar.google.com……”
                              },
                              ]
                 },
},

</code></pre>
<p dir="auto">as for reading the document, I have ctrl+f ’ showtime’ , ‘Not calendar’ all these things you mention in each post, so unless we are reading different documents … I have zero idea where you are getting the information from</p>
<p dir="auto">you can keep being condescending as much as you want, trying my best i have been doing this for around 7 days.</p>
<p dir="auto">This thread could of been 3 posts long, describe the issue, post an answer with an explanation and a last reply of thankyou this helps alot.</p>
]]></description><link>https://forum.magicmirror.builders/post/88634</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88634</guid><dc:creator><![CDATA[Gr1dL0ck]]></dc:creator><pubDate>Fri, 19 Feb 2021 04:47:57 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Thu, 18 Feb 2021 16:11:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gr1dl0ck" aria-label="Profile: gr1dl0ck">@<bdi>gr1dl0ck</bdi></a> come on. read the doc…</p>
<p dir="auto">you are configuring a module, so any options would ONLY be inside a module config:{} block</p>
<p dir="auto">and remember the system is case sensitive. every letter matters</p>
<p dir="auto">the doc describes 2 areas of config,</p>
<p dir="auto">calendars and NOT calendars</p>
<p dir="auto">all the NOT calendar opitions go INSIDE MODULE CONFIG and BEFORE the CALENDARS list</p>
<p dir="auto">all the calendar config, goes with each calendar entry</p>
]]></description><link>https://forum.magicmirror.builders/post/88611</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88611</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 18 Feb 2021 16:11:03 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Thu, 18 Feb 2021 07:37:32 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">does the <strong>showtime: “absolute”,</strong> go out of the modules up where it has language, log level, timeformat, units?</p>
<p dir="auto">i tried in there didnt make any difference</p>
<p dir="auto">i put in down in the module in serval places didnt change, tried both “L” and “DD MMM” on the dateFormat.</p>
<pre><code>{
       module: “calendar”,
       header: “AU Holidays”,
       position: “top_left”,
          config: {
                  calendars: [
                             {
                             symbol: “calendar-check”,
                             url: “https://calendar.google.com……”
                             dateFormat: “L”,
                              },
                              ]
                 },
},</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88596</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88596</guid><dc:creator><![CDATA[Gr1dL0ck]]></dc:creator><pubDate>Thu, 18 Feb 2021 07:37:32 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Wed, 17 Feb 2021 12:43:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gr1dl0ck" aria-label="Profile: gr1dl0ck">@<bdi>gr1dl0ck</bdi></a> because the option is described in the ‘Configuration Options’ section, it goes above the individual calendars</p>
<p dir="auto">but it also says ‘when using absolute formats’</p>
<p dir="auto">by default the calendar is showing relative formats…</p>
<p dir="auto">so u also need to set</p>
<pre><code>showTime:"absolute",
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/88571</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88571</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 17 Feb 2021 12:43:29 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Wed, 17 Feb 2021 10:50:00 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">this is my current config code, i have tried placing it in both positions as shown (one at a time) still doesnt change anything on the calendar.</p>
<p dir="auto">I got the ‘L’ command from here <a href="https://momentjs.com/docs/#/parsing/string-format/" target="_blank" rel="noopener noreferrer nofollow ugc">https://momentjs.com/docs/#/parsing/string-format/</a></p>
<p dir="auto">DD MMM didnt work</p>
<p dir="auto">{<br />
module: “calendar”,<br />
header: “AU Holidays”,<br />
position: “top_left”,<br />
config: {<br />
<strong>dateFormat: “L”,</strong><br />
calendars: [<br />
{<br />
symbol: “calendar-check”,<br />
url: “<a href="https://calendar.google.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://calendar.google.com</a>……”<br />
<strong>dateFormat: “L”,</strong><br />
},<br />
]<br />
},<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/post/88568</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88568</guid><dc:creator><![CDATA[Gr1dL0ck]]></dc:creator><pubDate>Wed, 17 Feb 2021 10:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Tue, 16 Feb 2021 10:46:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gr1dl0ck" aria-label="Profile: gr1dl0ck">@<bdi>gr1dl0ck</bdi></a> all the config parameters are case sensitive.</p>
<p dir="auto">so dateformat and dateFormat (from the doc) are not the same.</p>
<p dir="auto">and there is an example that shows where is goes.</p>
]]></description><link>https://forum.magicmirror.builders/post/88537</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88537</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 16 Feb 2021 10:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Tue, 16 Feb 2021 06:39:12 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">i get it sam, you can paste the user guide and documents all day. i have read them but dont understand the format them hence my posts.</p>
]]></description><link>https://forum.magicmirror.builders/post/88532</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88532</guid><dc:creator><![CDATA[Gr1dL0ck]]></dc:creator><pubDate>Tue, 16 Feb 2021 06:39:12 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar date format on Mon, 15 Feb 2021 12:48:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gr1dl0ck" aria-label="Profile: gr1dl0ck">@<bdi>gr1dl0ck</bdi></a> please reade the documentation</p>
<p dir="auto"><a href="https://docs.magicmirror.builders/modules/calendar.html#using-the-module" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.magicmirror.builders/modules/calendar.html#using-the-module</a></p>
]]></description><link>https://forum.magicmirror.builders/post/88498</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88498</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 15 Feb 2021 12:48:55 GMT</pubDate></item></channel></rss>