<?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 absolute and time format not changing]]></title><description><![CDATA[<p dir="auto">Hey all. I am hoping someone can shed some light on calendar event time display for the default calendar module. I have pasted the code below and while I can get the events to show an absolute date, that is as far as I can get. changing dateFormat seems to do nothing. I have referenced Moment.js as noted in the documentation.</p>
<p dir="auto">Maybe there is something fundamental I am not understanding? What I want, is to see the day of the week and the time for an event. For example: <strong>NameOfEvent     Tue April 28th 10:00 AM</strong></p>
<p dir="auto">Here is the code, with some redaction on the ical address.</p>
<pre><code>		{
			module: "calendar",
			header: "Family Calendar",
			position: "top_left",
			config: {
				maximumNumberOfDays: 21,
				getRelative: 0,
				urgency: 0,
				timeFormat: "absolute",
				dateFromat: "ddd MMM Do HH:mm",
				calendars: [
					{
						symbol: "calendar",
						url: "https://calendar.google.com/calendar/ical/----------/basic.ics"
						},

				]
			}
</code></pre>
<p dir="auto">But this results in the following display:<br />
<img src="/assets/uploads/files/1587924394606-feb95a4e-4ccd-40bc-b8a1-7917af4d9ae8-image.png" alt="feb95a4e-4ccd-40bc-b8a1-7917af4d9ae8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Despite get relative being set to 0, it is still showing the closest event as relative and the following are dates only. Any thoughts?</p>
]]></description><link>https://forum.magicmirror.builders/topic/12686/calendar-absolute-and-time-format-not-changing</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 15:55:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12686.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Apr 2020 18:08:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar absolute and time format not changing on Tue, 23 Jul 2024 13:23:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jackieandgil13" aria-label="Profile: jackieandgil13">@<bdi>jackieandgil13</bdi></a> also, there are two different format strings…</p>
<p dir="auto">one for events with time<br />
dateFormat<br />
one for full day events, (without time)<br />
fullDayEventDateFormat</p>
<p dir="auto">the ones you showed look like full day events</p>
]]></description><link>https://forum.magicmirror.builders/post/118937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118937</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 23 Jul 2024 13:23:51 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar absolute and time format not changing on Thu, 18 Jul 2024 17:58:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jackieandgil13" aria-label="Profile: jackieandgil13">@<bdi>jackieandgil13</bdi></a> well, everybody puts in suggestions and changes  thus the 100 properties, some conflicting.<br />
community wins…</p>
]]></description><link>https://forum.magicmirror.builders/post/118900</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118900</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 18 Jul 2024 17:58:55 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar absolute and time format not changing on Thu, 18 Jul 2024 17:36:00 GMT]]></title><description><![CDATA[<p dir="auto">BKeyport<br />
MODULE DEVELOPER<br />
Nov 11, 2020, 1:02 PM</p>
<p dir="auto">Absolute isn’t absolute, without other tags…</p>
<p dir="auto">getRelative and urgency also need to be set.</p>
<p dir="auto">// Force Absolute to Absolute all the time, michmich <em>really</em> hates solid dates, apparently.<br />
timeformat: “absolute”,<br />
getRelative: 0,<br />
urgency: 0 ,<br />
The “E” in “Javascript” stands for “Easy”</p>
]]></description><link>https://forum.magicmirror.builders/post/118899</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118899</guid><dc:creator><![CDATA[jackieandgil13]]></dc:creator><pubDate>Thu, 18 Jul 2024 17:36:00 GMT</pubDate></item></channel></rss>