<?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[MMM-Calendarext3 eventTransformer]]></title><description><![CDATA[<p dir="auto">So, I’ve copied the code, but wondering how to add more than 1 event title / colour combination, eg John = Blue for the example below, but how would I get John=Blue, Steve=Green, Sandra=Orange, I’ve tried copying and having a separate line for each, but that results in none of the events having colours.</p>
<p dir="auto">eventTransformer: (ev) =&gt; {<br />
if (ev.title.search(‘John’) &gt; -1) ev.color = ‘blue’<br />
return ev<br />
}</p>
]]></description><link>https://forum.magicmirror.builders/topic/17296/mmm-calendarext3-eventtransformer</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 21:53:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17296.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Oct 2022 11:52:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Calendarext3 eventTransformer on Sun, 16 Oct 2022 12:45:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bicolorbore586" aria-label="Profile: bicolorbore586">@<bdi>bicolorbore586</bdi></a> after u get above three if/else, in my opinion it’s better to use a switch/case clause</p>
]]></description><link>https://forum.magicmirror.builders/post/105257</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105257</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 16 Oct 2022 12:45:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Calendarext3 eventTransformer on Sun, 16 Oct 2022 12:15:47 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> Legend!</p>
]]></description><link>https://forum.magicmirror.builders/post/105254</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105254</guid><dc:creator><![CDATA[bicolorbore586]]></dc:creator><pubDate>Sun, 16 Oct 2022 12:15:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Calendarext3 eventTransformer on Sun, 16 Oct 2022 12:02:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bicolorbore586" aria-label="Profile: bicolorbore586">@<bdi>bicolorbore586</bdi></a></p>
<p dir="auto">if… color blue<br />
else if… color red<br />
else if … color green</p>
<p dir="auto">return</p>
]]></description><link>https://forum.magicmirror.builders/post/105253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105253</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 16 Oct 2022 12:02:28 GMT</pubDate></item></channel></rss>