<?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[Changing the icon for only one calendar]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am using the default calendar module which comes with the Magic Mirror.<br />
Thus far I am pretty happy with how it works.</p>
<p dir="auto">I have manged to get several ics files sync’d in and colour coded.</p>
<p dir="auto">However, I would like to change the icon for on of the calendars to one not available on <a href="http://fontawesome.io/icons/" target="_blank" rel="noopener noreferrer nofollow ugc">http://fontawesome.io/icons/</a></p>
<p dir="auto">Ideally, it would be a file I could store locally on the RaspberryPi<br />
This is what the config.js file looks like currently for the calendar:</p>
<pre><code>{
			module: "calendar",
			header: "Gavin's Calendars",
			position: "top_left",
			config: {
				colored: true,
				coloredSymbolOnly: true,
				calendars: [
					{
						symbol: "calendar-check",
						dateFormat: "Do MMM",
						color: "#E51B00",
						url: "calendarlink01.ics"},
					{
						symbol: "calendar-alt",
						dateFormat: "Do MMM",
						color: "#1073BC",
						url: "calendarlink02.ics"},
					{
						symbol: "calendar-plus",
						dateFormat: "Do MMM",
						color: "#27A86C",
						url: "calendarlink03.ics"}
				]
			}
		},
</code></pre>
<p dir="auto">If I understand correctly, this will require some kind of custom CSS, would appreciate any guidance provided.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12873/changing-the-icon-for-only-one-calendar</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 01:35:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12873.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 May 2020 21:42:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Changing the icon for only one calendar on Sat, 23 May 2020 09:44:57 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> Yes but I don’t understand how to make this …<br />
And English is difficult to me (I’m French) …<br />
Is there any solution for my problem ?<br />
Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/75791</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75791</guid><dc:creator><![CDATA[gubastide]]></dc:creator><pubDate>Sat, 23 May 2020 09:44:57 GMT</pubDate></item><item><title><![CDATA[Reply to Changing the icon for only one calendar on Fri, 22 May 2020 22:38:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gubastide" aria-label="Profile: gubastide">@<bdi>gubastide</bdi></a> sure… did u read the config for the calendar in the link from the readme?</p>
]]></description><link>https://forum.magicmirror.builders/post/75753</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75753</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 22 May 2020 22:38:34 GMT</pubDate></item><item><title><![CDATA[Reply to Changing the icon for only one calendar on Fri, 22 May 2020 21:55:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’m new on the forum and new on MM dev.<br />
I have a little question : could we have different colors in the calendar (I use default module, with a google calendar) like in the web version ?</p>
<p dir="auto">Because I made a custom CSS</p>
<pre><code> body {
 
 }
 
/*
 * CALENDAR SPECIFIC
 */
 
.fa.fa-calendar-check {
  color: #2B60DE; /* Dodger Blue */
}
 
div.CALEXT .tableStyle .eventTime {
    display:block;
 
}
</code></pre>
<p dir="auto">And all my pictures are blue but I would like to have this picture at the same color like my web version like this example <img src="/assets/uploads/files/1590184407274-example.png" alt="example.PNG" class=" img-fluid img-markdown" /><br />
Is it possible ?</p>
<p dir="auto">Thank you and congrats for your work</p>
]]></description><link>https://forum.magicmirror.builders/post/75752</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75752</guid><dc:creator><![CDATA[gubastide]]></dc:creator><pubDate>Fri, 22 May 2020 21:55:19 GMT</pubDate></item><item><title><![CDATA[Reply to Changing the icon for only one calendar on Tue, 19 May 2020 03:51:53 GMT]]></title><description><![CDATA[<p dir="auto">New post here: <a href="https://forum.magicmirror.builders/topic/12876/getting-mov-to-work-as-icons">https://forum.magicmirror.builders/topic/12876/getting-mov-to-work-as-icons</a></p>
]]></description><link>https://forum.magicmirror.builders/post/75476</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75476</guid><dc:creator><![CDATA[Vengeance]]></dc:creator><pubDate>Tue, 19 May 2020 03:51:53 GMT</pubDate></item><item><title><![CDATA[Reply to Changing the icon for only one calendar on Tue, 19 May 2020 03:30:31 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
I actually managed to just store the icons in the root dir for the module and change the .js for the module to look for the new file name.</p>
<p dir="auto">Now the issue I have is that .mov doesnt seem to work for icons. ( I tested with other file types to confirm the “change” worked, do now I know its just a file type issue)</p>
]]></description><link>https://forum.magicmirror.builders/post/75474</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75474</guid><dc:creator><![CDATA[Vengeance]]></dc:creator><pubDate>Tue, 19 May 2020 03:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to Changing the icon for only one calendar on Mon, 18 May 2020 22:08:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vengeance" aria-label="Profile: Vengeance">@<bdi>Vengeance</bdi></a> u can specify the symbolClass in the calendar entry too<br />
symbolClass:“foobar”,</p>
<p dir="auto">then in the css</p>
<pre><code>.calendar .foobar {
????? whatever u need 
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/75458</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75458</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 18 May 2020 22:08:23 GMT</pubDate></item></channel></rss>