<?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[&quot;What&#x27;s next&quot; calendar module?]]></title><description><![CDATA[<p dir="auto">I can’t seem to find a way to do this with any of the calendar modules out there…</p>
<p dir="auto">What I want to do is have a calendar module that will display the next appointment/item on my calendar with no details, as my display is in a public place.</p>
<p dir="auto">“Your next appointment is at 3pm” or “your next appointment is 55 minutes from now” type logic.</p>
<p dir="auto">Is there a way to get any of the existing calendar modules to do so?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/topic/10475/what-s-next-calendar-module</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 03:15:55 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10475.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 May 2019 00:37:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;What&#x27;s next&quot; calendar module? on Mon, 20 May 2019 08:10:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: BKeyport">@<bdi>BKeyport</bdi></a><br />
Like this?<br />
<img src="/assets/uploads/files/1558339634709-transform.png" alt="0_1558339634599_transform.png" class=" img-fluid img-markdown" /><br />
You can do it with MMM-CalendarExt2 (MMM-CalendarExt could also do that but with different mechanism)</p>
<p dir="auto">With MMM-CalendarExt2,<br />
you can transform data of event before display it.</p>
<pre><code class="language-js">transform: (event)=&gt;{
  event.icon = "fa-solid:user-secret"
  event.title = "My Secret"
  return event
}
</code></pre>
<p dir="auto">See <a href="https://github.com/eouia/MMM-CalendarExt2/wiki/Filtering-and-Sorting#transforming" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/eouia/MMM-CalendarExt2/wiki/Filtering-and-Sorting#transforming</a></p>
]]></description><link>https://forum.magicmirror.builders/post/57203</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57203</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 May 2019 08:10:51 GMT</pubDate></item></channel></rss>