<?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 Module - Altering event time format]]></title><description><![CDATA[<p dir="auto">The Magic Mirror is a bit new for me. But I got all preferred parts working.</p>
<p dir="auto">The calendar now shows:<br />
“event tomorrow 08:00”</p>
<p dir="auto">I would like to see:<br />
event monday 08:00 till 10:00</p>
<p dir="auto">My code is as follows:</p>
<pre><code>		{
			module: "calendar",
			header: "Kalender Robert",
			position: "top_left",
			config: {
                                maximumNumberOfDays: 7,
				maximumEntries: 8,
				displaySymbol: false,
				dateFormat: 'ddd-Do-MMM'
				fullDayEventDateFormat: 'ddd-Do-MMM',
				urgency: 0,
				getRelative: 0,
				timeFormat: 'absolute',
				calendars: [
					{
						symbol: "calendar-check-o ",
						url: "https://calendar.google.com/calendar/ical/*PRIVATE CODE*/basic.ics"
					}
				]
			}
</code></pre>
<p dir="auto">Can anyone point me in the right direction of changing the time format?</p>
<p dir="auto">Best Regards and thanks in advance,</p>
<p dir="auto">Robert</p>
]]></description><link>https://forum.magicmirror.builders/topic/6064/calendar-module-altering-event-time-format</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 21:17:24 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6064.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Jan 2018 20:38:21 GMT</pubDate><ttl>60</ttl></channel></rss>