<?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[How to display start and end times&#x2F;dates of events in calendar]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Do you know if it is possible to display both the start and end time/date for entries with the default calendar module.<br />
The config I’m using is</p>
<pre><code>	config: {
					timeFormat: 'absolute',
					showEnd: true,
					urgency: 0,
					getRelative: 0,
					fetchInterval: 2 * 60000,

			calendars: [
				{
					symbol: "calendar-check",
</code></pre>
<p dir="auto">When showEnd is true only end times are displayed. When showEnd is false no times are displayed.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/12030/how-to-display-start-and-end-times-dates-of-events-in-calendar</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 11:02:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12030.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jan 2020 15:26:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to display start and end times&#x2F;dates of events in calendar on Fri, 17 Jan 2020 09:23:37 GMT]]></title><description><![CDATA[<p dir="auto">Thanks that was really useful. My revised config is:<br />
(start and end date/time, one of many possible formats)</p>
<pre><code>		config: {
					dateFormat: "llll",
</code></pre>
<p dir="auto">//						dateEndFormat: “YYYY-MMDDTHH:mm:ss”,<br />
dateEndFormat: “llll”,<br />
timeFormat: ‘absolute’,<br />
showEnd: true,<br />
urgency: 0,<br />
getRelative: 0,<br />
fetchInterval: 2 * 60000,</p>
<pre><code>			calendars: [
				{
</code></pre>
<p dir="auto">I found this site a bit easier to follow:<br />
<a href="https://devhints.io/moment" target="_blank" rel="noopener noreferrer nofollow ugc">https://devhints.io/moment</a></p>
]]></description><link>https://forum.magicmirror.builders/post/68197</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68197</guid><dc:creator><![CDATA[MikeSeveno]]></dc:creator><pubDate>Fri, 17 Jan 2020 09:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to How to display start and end times&#x2F;dates of events in calendar on Thu, 16 Jan 2020 23:55:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikeseveno" aria-label="Profile: MikeSeveno">@<bdi>MikeSeveno</bdi></a> from here</p>
<p dir="auto"><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>
<pre><code>dateFormat: "YYYY-MM-DDTHH&amp;colon;mm&amp;colon;ss"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/68164</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68164</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Jan 2020 23:55:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to display start and end times&#x2F;dates of events in calendar on Thu, 16 Jan 2020 20:09: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> Thanks very much Sam. I don’t seem to be  able to ever get the start time to display.</p>
]]></description><link>https://forum.magicmirror.builders/post/68135</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68135</guid><dc:creator><![CDATA[MikeSeveno]]></dc:creator><pubDate>Thu, 16 Jan 2020 20:09:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to display start and end times&#x2F;dates of events in calendar on Thu, 16 Jan 2020 15:35:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikeseveno" aria-label="Profile: MikeSeveno">@<bdi>MikeSeveno</bdi></a> i believe the default calendar module will only display one date/time, start or end</p>
]]></description><link>https://forum.magicmirror.builders/post/68122</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68122</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Jan 2020 15:35:22 GMT</pubDate></item></channel></rss>