<?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 Location]]></title><description><![CDATA[<p dir="auto">Hello together,</p>
<p dir="auto">i want to add the location to my calendar.</p>
<p dir="auto">I managed to change the calendarfetcher.js to expand the “summary” with the location.</p>
<p dir="auto">var title = “Event”;<br />
if (event.summary) {<br />
title = (typeof event.summary.val !== “undefined”) ? event.summary.val : event.summary + <strong>" ("  + event.location + “)”;</strong><br />
} else if(event.description) {<br />
title = event.description;<br />
}</p>
<p dir="auto">Actually i would like to have the location in a second line under the summary.</p>
<p dir="auto">Barbeque with Tom______Tomorrow<br />
at Home<br />
Dentist___________________in 2 days<br />
Panoramastr. 1, 10178 Berlin</p>
<p dir="auto">Unfortunatelley my knoledge how the modueles work and the output is created is insufficient.</p>
<p dir="auto">Any chance this will make it into the module? Or some input where to start with changing.</p>
<p dir="auto">Another Idea would be to combine the Location with MMM-Traffic. E.g.</p>
<ul>
<li>only for the next entry add the travel time behind the location</li>
<li>turning yello when time to leave</li>
<li>turning red when travel time is longer than time left to the event.</li>
</ul>
<p dir="auto">Thama</p>
]]></description><link>https://forum.magicmirror.builders/topic/382/calendar-location</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 20:34:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/382.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jul 2016 10:36:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar Location on Fri, 22 Jul 2016 14:20:25 GMT]]></title><description><![CDATA[<p dir="auto">+1 for this idea, not sure how hard it would be to do but I believe its in the .ical file.</p>
]]></description><link>https://forum.magicmirror.builders/post/2813</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2813</guid><dc:creator><![CDATA[pugsly]]></dc:creator><pubDate>Fri, 22 Jul 2016 14:20:25 GMT</pubDate></item></channel></rss>