<?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[FontAwesome with MM 2.7.1 not showing some icons]]></title><description><![CDATA[<p dir="auto">Hi,<br />
unfortunately I still have some issues with FontAwesome and its backwords compatibility. Some icons are still not showing like a arraw facing down or a geolocation point. In the new MagicMirror Version there should be a fix for it  ( <a href="https://github.com/MichMich/MagicMirror/pull/1525" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/pull/1525</a> ) but this doesn’t seem to work properly. I am running it on a Raspberry Pi and the Modules MMM-PublicTransportHafas and MMM-Fuel show this issue.<br />
Does anyone have an idea?<br />
Thanks in advance</p>
]]></description><link>https://forum.magicmirror.builders/topic/10219/fontawesome-with-mm-2-7-1-not-showing-some-icons</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 07:08:01 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10219.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Apr 2019 15:10:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 12 Apr 2019 13:03:43 GMT]]></title><description><![CDATA[<p dir="auto">I have absolutely no clue whats going on because now I reinstalled almost all modules and now it works fine.  I am unable to reproduce the error even with the config I used before.</p>
]]></description><link>https://forum.magicmirror.builders/post/55801</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55801</guid><dc:creator><![CDATA[Jonas2903]]></dc:creator><pubDate>Fri, 12 Apr 2019 13:03:43 GMT</pubDate></item><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 12 Apr 2019 12:38:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ianperrin" aria-label="Profile: ianperrin">@<bdi>ianperrin</bdi></a> sorry for the delay!</p>
<p dir="auto">I tested your approach:<br />
I removed all other modules and reinstalled MMM-Fuel and the icons are showing correctly. It seems like it is a conflict with a different module.<br />
I will add more and more modules and I will tell which one will cause the issue.</p>
]]></description><link>https://forum.magicmirror.builders/post/55800</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55800</guid><dc:creator><![CDATA[Jonas2903]]></dc:creator><pubDate>Fri, 12 Apr 2019 12:38:41 GMT</pubDate></item><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 05 Apr 2019 22:17:49 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> said in <a href="/post/55453">FontAwesome with MM 2.7.1 not showing some icons</a>:</p>
<blockquote>
<p dir="auto">I saw another post on the same issue, and they posted that the module CODE has to change too</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/10205/modules-icons">https://forum.magicmirror.builders/topic/10205/modules-icons</a></p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - the module code should not generally need changing. However, in the case of MMM-SystemStats, font awesome was not being referenced, so a module change was recommended. Otherwise, if that module was the only module included in the config, no icons would display at all.</p>
]]></description><link>https://forum.magicmirror.builders/post/55481</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55481</guid><dc:creator><![CDATA[ianperrin]]></dc:creator><pubDate>Fri, 05 Apr 2019 22:17:49 GMT</pubDate></item><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 05 Apr 2019 22:11:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonas2903" aria-label="Profile: Jonas2903">@<bdi>Jonas2903</bdi></a> when a module includes <code>font-awesome.css</code> using <code>getStyles</code> in version 2.7, the FA5 css is included as well as the FA4 shims css.</p>
<p dir="auto">This provides backwards compatibility and means that icons can be referenced by either their old or new alias, in other words both <code>&lt;i class="fa fa-long-arrow-down"&gt;</code> and <code>&lt;i class="fa fa-long-arrow-alt-down"&gt;</code> will display the same <a href="https://fontawesome.com/icons/long-arrow-alt-down?style=solid" target="_blank" rel="noopener noreferrer nofollow ugc">icon</a>.</p>
<p dir="auto">For more info see the <a href="https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#shims" target="_blank" rel="noopener noreferrer nofollow ugc">font awesome documentation</a>.</p>
<p dir="auto">So we need to find out what’s affecting your mirror. Could you remove all modules (including the default modules like alert, calendar etc) from your config except MMM-Fuel and see if the icon appears?</p>
]]></description><link>https://forum.magicmirror.builders/post/55479</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55479</guid><dc:creator><![CDATA[ianperrin]]></dc:creator><pubDate>Fri, 05 Apr 2019 22:11:31 GMT</pubDate></item><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 05 Apr 2019 15:57:13 GMT]]></title><description><![CDATA[<p dir="auto">I found the solution. It is backwards compatible but some icons are now Pro. There are now alternatives but they use a different class. Example:<br />
CSS-Class before: <em>fa fa-long-arrow-down</em><br />
CSS-Class now: <em>fas fa-long-arrow-alt-down</em></p>
]]></description><link>https://forum.magicmirror.builders/post/55459</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55459</guid><dc:creator><![CDATA[Jonas2903]]></dc:creator><pubDate>Fri, 05 Apr 2019 15:57:13 GMT</pubDate></item><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 05 Apr 2019 15:27:45 GMT]]></title><description><![CDATA[<p dir="auto">Thank you but I already checked this and the modules have this function included. They return an array with fontAwesome and their own css file. I tried to comment out their own css files but this did not help with the missing icons.</p>
]]></description><link>https://forum.magicmirror.builders/post/55455</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55455</guid><dc:creator><![CDATA[Jonas2903]]></dc:creator><pubDate>Fri, 05 Apr 2019 15:27:45 GMT</pubDate></item><item><title><![CDATA[Reply to FontAwesome with MM 2.7.1 not showing some icons on Fri, 05 Apr 2019 15:16:43 GMT]]></title><description><![CDATA[<p dir="auto">I saw another post on the same issue, and they posted that the module CODE has to change too</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/10205/modules-icons">https://forum.magicmirror.builders/topic/10205/modules-icons</a></p>
]]></description><link>https://forum.magicmirror.builders/post/55453</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55453</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 05 Apr 2019 15:16:43 GMT</pubDate></item></channel></rss>