<?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[(2.1.0) Calendar will broadcast events.]]></title><description><![CDATA[<p dir="auto">Starting from MagicMirror² v2.1.0 (currently in develop stage) the default calendar module will broadcast all the events to all other modules with the notification message: <code>CALENDAR_EVENTS</code>. The event objects are stored in an array and contain the following fields: <code>title</code>, <code>startDate</code>, <code>endDate</code>, <code>fullDayEvent</code>, <code>location</code> and <code>geo</code>.</p>
<p dir="auto">Since this feature is still in the <code>develop</code> branch, it’s not final and might change. Suggestions are welcome.</p>
]]></description><link>https://forum.magicmirror.builders/topic/812/2-1-0-calendar-will-broadcast-events</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 21:12:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/812.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Oct 2016 13:27:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Tue, 10 Apr 2018 21:51:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jer78" aria-label="Profile: jer78">@<bdi>jer78</bdi></a> If you are still looking to get this configured see this thread here. I had (what I believe to be) the exact same request and I got it working with this.</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/post/38213">https://forum.magicmirror.builders/post/38213</a></p>
]]></description><link>https://forum.magicmirror.builders/post/38263</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38263</guid><dc:creator><![CDATA[ATibbs]]></dc:creator><pubDate>Tue, 10 Apr 2018 21:51:19 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 22:17:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ninjabreadman" aria-label="Profile: ninjabreadman">@<bdi>ninjabreadman</bdi></a> Awesome! Thanks for pointing me in the right direction. Cheers!</p>
]]></description><link>https://forum.magicmirror.builders/post/34713</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34713</guid><dc:creator><![CDATA[jer78]]></dc:creator><pubDate>Fri, 26 Jan 2018 22:17:38 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 22:15:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> said in <a href="/post/34710">(2.1.0) Calendar will broadcast events.</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jer78" aria-label="Profile: jer78">@<bdi>jer78</bdi></a> said in <a href="/post/34709">(2.1.0) Calendar will broadcast events.</a>:</p>
<blockquote>
<p dir="auto">My question was how do I pass along a variable from Calendar to another module.</p>
</blockquote>
<p dir="auto">Well, not exactly, young man. :-/</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/tree/master/modules" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules</a></p>
</blockquote>
<p dir="auto">Someone woke up on the wrong side of the bed! Geez! What a hostile community. Nice to feel welcome for my first post!</p>
]]></description><link>https://forum.magicmirror.builders/post/34712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34712</guid><dc:creator><![CDATA[jer78]]></dc:creator><pubDate>Fri, 26 Jan 2018 22:15:14 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 22:08:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jer78" aria-label="Profile: jer78">@<bdi>jer78</bdi></a> Here is the <a href="http://Readme.md" target="_blank" rel="noopener noreferrer nofollow ugc">Readme.md</a> for third party modules, which details the notification system: <a href="https://github.com/MichMich/MagicMirror/blob/master/modules/README.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/blob/master/modules/README.md</a></p>
<p dir="auto">Your module will receive a <code>CALENDAR_EVENTS</code> notification, with a payload which is an array of calendar events objects with the following attributes: <code>title</code>, <code>startDate</code>, <code>endDate</code>, <code>fullDayEvent</code>, <code>location</code> and <code>geo</code>.</p>
<p dir="auto">You can make your own module, or modify an existing one. <code>MMM-Traffic</code> will display Google Maps directions to a given destination. You can override its <code>receiveNotification</code> function to (1) sort the payload to find the <em>soonest</em> event, (2) decide if there’s an event in the next 2 hours, and (3) display directions to the destination using the <code>location</code> or <code>geo</code> coordinates.</p>
<p dir="auto">Remember, you’ll need to populate those fields when creating your event entries, and you may also need to provide a hint (e.g. “Colombus, OH”) to Google so it knows which “Olive Garden” or “Municipal Library” you’re looking for.</p>
]]></description><link>https://forum.magicmirror.builders/post/34711</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34711</guid><dc:creator><![CDATA[ninjabreadman]]></dc:creator><pubDate>Fri, 26 Jan 2018 22:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 21:59:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jer78" aria-label="Profile: jer78">@<bdi>jer78</bdi></a> said in <a href="/post/34709">(2.1.0) Calendar will broadcast events.</a>:</p>
<blockquote>
<p dir="auto">My question was how do I pass along a variable from Calendar to another module.</p>
</blockquote>
<p dir="auto">Well, not exactly, young man. :-/</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/tree/master/modules" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules</a></p>
]]></description><link>https://forum.magicmirror.builders/post/34710</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34710</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 26 Jan 2018 21:59:20 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 21:47:32 GMT]]></title><description><![CDATA[<p dir="auto">My question was how do I pass along a variable from Calendar to another module. I’m trying to find what the format is.</p>
]]></description><link>https://forum.magicmirror.builders/post/34709</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34709</guid><dc:creator><![CDATA[jer78]]></dc:creator><pubDate>Fri, 26 Jan 2018 21:47:32 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 21:36:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jer78" aria-label="Profile: jer78">@<bdi>jer78</bdi></a></p>
<p dir="auto">There are a few modules that do that although it depends on where you are. Find the one that suits you, if it’s there.</p>
<p dir="auto"><a href="https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules</a></p>
]]></description><link>https://forum.magicmirror.builders/post/34708</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34708</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 26 Jan 2018 21:36:35 GMT</pubDate></item><item><title><![CDATA[Reply to (2.1.0) Calendar will broadcast events. on Fri, 26 Jan 2018 18:59:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I just started using MM and love it! Thanks for all your hard work! How would I use this to calculate my commute time in a different module? Is there an example? Thank you.</p>
<p dir="auto">Jeremy</p>
]]></description><link>https://forum.magicmirror.builders/post/34704</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34704</guid><dc:creator><![CDATA[jer78]]></dc:creator><pubDate>Fri, 26 Jan 2018 18:59:06 GMT</pubDate></item></channel></rss>