<?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[Default Module - Calender]]></title><description><![CDATA[<p dir="auto">Hi, first of all I must say that I am not good in Java . But I have an idea that I would like transpose  for the default module “calendar” . But I do not know where and how .<br />
Every time the when in calendar is an event that  has the label " Birthday " or " … Sport " ,  the foregoing Icon should be change . For the birthday =&gt; Awesome.Icon " Birthday Cake " or sports icon " trophy " .</p>
<p dir="auto">Can someone help me to implement this ?</p>
]]></description><link>https://forum.magicmirror.builders/topic/599/default-module-calender</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 22:17:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/599.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Sep 2016 06:02:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default Module - Calender on Sat, 10 Sep 2016 05:15:53 GMT]]></title><description><![CDATA[<p dir="auto">thx MichMich! i will check later. thx</p>
]]></description><link>https://forum.magicmirror.builders/post/4604</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4604</guid><dc:creator><![CDATA[bjoern]]></dc:creator><pubDate>Sat, 10 Sep 2016 05:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to Default Module - Calender on Fri, 09 Sep 2016 19:35:13 GMT]]></title><description><![CDATA[<p dir="auto">Not a supported feature, but the calendar supports text replacements. You might be able to replace “Geburtstag” with the HTML to display the icon: <code>&lt;i class="fa fa-birthday-cake"&gt;&lt;/i&gt;</code>. But since this an unsupported feature, this is as far as my support goes. :) Check the documentation and knock yourself out.</p>
<p dir="auto">Also note: MagicMirror² is built using Javascript, not Java (those are two different languages which might be important for you if you’re googeling …)</p>
]]></description><link>https://forum.magicmirror.builders/post/4599</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4599</guid><dc:creator><![CDATA[MichMich]]></dc:creator><pubDate>Fri, 09 Sep 2016 19:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to Default Module - Calender on Fri, 09 Sep 2016 07:20:01 GMT]]></title><description><![CDATA[<p dir="auto">That’s not possible with the current setup. You can only change the symbol on a per-calendar basis.</p>
]]></description><link>https://forum.magicmirror.builders/post/4554</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4554</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Fri, 09 Sep 2016 07:20:01 GMT</pubDate></item><item><title><![CDATA[Reply to Default Module - Calender on Fri, 09 Sep 2016 07:19:05 GMT]]></title><description><![CDATA[<p dir="auto">sorry, thats not my question. in your example i can set a symbol for a special calendar! i have only one calender. in this calender are event. for example: “Geburtstag Björn” or “Sport Cycling”.  when the event is “Geburstag …” than i will change the symbol in front of the line by the event.</p>
]]></description><link>https://forum.magicmirror.builders/post/4553</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4553</guid><dc:creator><![CDATA[bjoern]]></dc:creator><pubDate>Fri, 09 Sep 2016 07:19:05 GMT</pubDate></item><item><title><![CDATA[Reply to Default Module - Calender on Fri, 09 Sep 2016 07:01:06 GMT]]></title><description><![CDATA[<p dir="auto">That’s what the <code>'symbol'</code> config option is for. Please read the instructions on how to set a symbol for your calendars:<br />
<a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar</a></p>
<p dir="auto">Example:</p>
<pre><code>calendars: [
    {
        symbol: 'calendar-check-o ',
        url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
    },
    {
        symbol: 'calendar',
        url: 'https://calendar.google.com/calendar/ical/....'
    }
],
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/4546</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4546</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Fri, 09 Sep 2016 07:01:06 GMT</pubDate></item></channel></rss>