<?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[Calendar FontAwesome Icon not displayed]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">for some icons in the Calendar Module I just get a blank box and the icon itself is not displayed correctly. I checked the icon I would like to use on <a href="http://FontAwesome.com" target="_blank" rel="noopener noreferrer nofollow ugc">FontAwesome.com</a> and it is supported and not within the pro-version.</p>
<p dir="auto"><img src="/assets/uploads/files/1705227041475-3f075da5-feca-4703-bf29-7e0fac09e44e-image.png" alt="3f075da5-feca-4703-bf29-7e0fac09e44e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I would like to use the twitch icon. In my MM it looks like this:</p>
<p dir="auto"><img src="/assets/uploads/files/1705227085914-1fe1df0e-68c1-41ff-ac55-938f1ccec693-image.png" alt="1fe1df0e-68c1-41ff-ac55-938f1ccec693-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What can I do to display the twitch icon?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18390/calendar-fontawesome-icon-not-displayed</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 01:03:01 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18390.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jan 2024 10:12:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar FontAwesome Icon not displayed on Mon, 22 Jan 2024 20:02:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rene1695" aria-label="Profile: Rene1695">@<bdi>Rene1695</bdi></a> This is currently working for me:</p>
<pre><code>						{keyword: 'leave', symbol: 'beer', color: 'yellow'},
						{keyword: 'anniversary', symbol: 'beer', color: 'yellow'},
						{keyword: 'a/l', symbol: 'brands fa-twitch', color: 'aqua'}
						],
        calendars: [
          {
            symbol: 'brands fa-twitch',
            url: 'https://my calendar link.ics'
          },
</code></pre>
<p dir="auto">Notice the ‘brands fa-twitch’ in the last keyword field, and in the symbols field under calendars. You don’t need them in both places, just whichever one you choose. They work for both options individually :)</p>
]]></description><link>https://forum.magicmirror.builders/post/114837</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114837</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Mon, 22 Jan 2024 20:02:52 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar FontAwesome Icon not displayed on Sun, 21 Jan 2024 14:03:44 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> Hey thanks! I think we are on the right track! Is it possible that the description of the symbolClass is out of date?</p>
<p dir="auto">I tired adding the Facebook logo (as described in the the example) to get a feeling about it. But it is not working.</p>
<p dir="auto"><img src="/assets/uploads/files/1705845474091-5b82c339-2a92-443d-be2f-a9ec2b3b65d7-image.png" alt="5b82c339-2a92-443d-be2f-a9ec2b3b65d7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">For the Facebook logo the description says</p>
<pre><code>fab fa-facebook-f 
</code></pre>
<p dir="auto">But when I check this with FontAwesome website it says this for the Facebook logo:</p>
<pre><code>&lt;i class="fa-brands fa-facebook"&gt;&lt;/i&gt;
</code></pre>
<p dir="auto">So it seems like that something (maybe at FontAwesome) has changed?  I am not sure how to set</p>
<pre><code>SymbolClassName
</code></pre>
<p dir="auto">correctly.</p>
<p dir="auto">I tried:</p>
<p dir="auto">SymbolClassName = “fab fa-”<br />
SymbolClassName = “fa-brands”</p>
<p dir="auto">And then for the symbol:</p>
<p dir="auto">symbol = “twitch”<br />
symbol = “fa-twitch”<br />
symbol = “twitch-f”</p>
<p dir="auto">None of them are working. Sometimes there is a square. Sometimes the symbol is completely invisible.</p>
]]></description><link>https://forum.magicmirror.builders/post/114802</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114802</guid><dc:creator><![CDATA[Rene1695]]></dc:creator><pubDate>Sun, 21 Jan 2024 14:03:44 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar FontAwesome Icon not displayed on Sun, 21 Jan 2024 13:23:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rene1695" aria-label="Profile: Rene1695">@<bdi>Rene1695</bdi></a> are those icons in the free list  or the purchase list?</p>
<p dir="auto"><img src="/assets/uploads/files/1705843184355-screenshot_20240121_071905_chrome.jpg" alt="Screenshot_20240121_071905_Chrome.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I think you have to change the class prefix cause it is in the brands section</p>
<p dir="auto">from the doc</p>
<p dir="auto"><img src="/assets/uploads/files/1705843434268-screenshot_20240121_072320_chrome.jpg" alt="Screenshot_20240121_072320_Chrome.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/114799</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114799</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 21 Jan 2024 13:23:58 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar FontAwesome Icon not displayed on Sun, 21 Jan 2024 11:31:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tippon" aria-label="Profile: Tippon">@<bdi>Tippon</bdi></a> Hi thanks for the reply and sorry for the late answer (I was on holiday a couple of days…)</p>
<p dir="auto">My config.js looks like this:</p>
<pre><code>// Google Calender
		{
			module: "calendar",
			position: "top_left", // This can be any of the regions. Best results in left or right regions.
			header: "Termine",
			config: {
				colored: true,
				coloredSymbolOnly: true,
				maximumEntries: 7,
				timeFormat: "relative",
				excludedEvents: [],
				calendars: [
					{
						url: "**deleted_url**",
						symbol: 'house-chimney-window',
						color: "rgb(255,204,229)",
						
					},

					{
						url: "**deleted_url**",
						symbol: 'birthday-cake',
						color: "rgb(158,60,23)",
						
					},

					{
						url: "**deleted_url**",
						symbol: 'building',
						color: "rgb(166,133,34)",
							
					},

					{
						url: "**deleted_url**",
						symbol: 'people-roof',
						color: "rgb(68,118,109)",
							
					},
				
					{
						url: "**deleted_url**",
						symbol: 'twitch',
						color: "rgb(143,83,242)",
												
					},
	

						],
					},
</code></pre>
<p dir="auto">Could you try in your setup to use ether the “twitch” or the “YouTube” icon? All other icons are working fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/114796</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114796</guid><dc:creator><![CDATA[Rene1695]]></dc:creator><pubDate>Sun, 21 Jan 2024 11:31:11 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar FontAwesome Icon not displayed on Wed, 17 Jan 2024 00:50:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rene1695" aria-label="Profile: Rene1695">@<bdi>Rene1695</bdi></a> How have you got it set up in your config.js? Mine looks like this, and works with my icons:</p>
<pre><code>		coloredText: true,
		customEvents: [
						{keyword: 'Birthday', symbol: 'fa-birthday-cake', color: 'Gold'},
						{keyword: 'Clinic', symbol: 'biohazard', color: 'Silver'},
						{keyword: 'injection', symbol: 'syringe', color: 'Silver'},
						{keyword: 'meds', symbol: 'pills', color: 'Silver'},
						{keyword: 'Scales', symbol: 'weight', color: 'Pink'},
						{keyword: 'pictures', symbol: 'camera', color: 'Pink'},
						{keyword: 'recycling', symbol: 'recycle', color: 'Red'},
						{keyword: 'rubbish', symbol: 'trash-alt', color: 'Red'},
						{keyword: 'live ', symbol: 'music', color: 'Aqua'},
						{keyword: 'gig', symbol: 'music', color: 'Aqua'},
						{keyword: 'delivery', symbol: 'truck', color: 'GreenYellow'},
						{keyword: 'leave', symbol: 'beer', color: 'yellow'},
						{keyword: 'anniversary', symbol: 'beer', color: 'yellow'},
						{keyword: 'a/l', symbol: 'bed', color: 'aqua'}
						],
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114608</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114608</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Wed, 17 Jan 2024 00:50:51 GMT</pubDate></item></channel></rss>