<?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[How to change icons]]></title><description><![CDATA[<p dir="auto">Hi everyone,<br />
I recently bought a raspi 3b+ and I’m trying to build my own magic mirror. I don’t anything about codes but I’m willing to learn and feel attracted to this wonderful world. I managed to install magic mirror and I would like to customize some things like fonts and modules icons but I don’t know how and where to start. Is there anyone who can help me? Thanks in advance.</p>
]]></description><link>https://forum.magicmirror.builders/topic/7143/how-to-change-icons</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 21:27:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7143.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 May 2018 21:37:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to change icons on Thu, 23 Aug 2018 12:43:36 GMT]]></title><description><![CDATA[<p dir="auto">i have tried all methods to change my icons for the current weather and the weather forcast modules but nothing seems to work ! i dont get any errors or warnings ! whatever changes i make the module remains the same ( like default)<br />
i use icons from amcharts ! and i refered the other post from the forum ! im a noobie kindly help me out@!!!<br />
the icons are on MagicMirror![1_1535028197192_Webp.net-resizeimage.jpg](Uploading 100%) ![0_1535028197191_Webp.net-resizeimage (1).jpg](Uploading 100%) /css/icons/<br />
i have attached images of my custom css file and my config file</p>
]]></description><link>https://forum.magicmirror.builders/post/43723</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43723</guid><dc:creator><![CDATA[eshwaran23]]></dc:creator><pubDate>Thu, 23 Aug 2018 12:43:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Sun, 05 Aug 2018 22:11:21 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much - I have it working now!!!</p>
<p dir="auto">I used this post<br />
<a href="https://github.com/MichMich/MagicMirror/pull/1345" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/pull/1345</a><br />
to add font-awesome5 but I am not able to get all of them working. Anyway, now I understand all.<br />
Thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/43098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43098</guid><dc:creator><![CDATA[Lahim]]></dc:creator><pubDate>Sun, 05 Aug 2018 22:11:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Thu, 02 Aug 2018 20:05:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lahim" aria-label="Profile: lahim">@<bdi>lahim</bdi></a></p>
<p dir="auto">OK, I think I may have found the solution…</p>
<p dir="auto">I’ll start by showing you my calendar categories:<br />
<img src="/assets/uploads/files/1533238945028-screenshot-20.png" alt="0_1533238944252_Screenshot (20).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This might be helpful to have handy…</p>
<p dir="auto"><a href="https://fontawesome.com/cheatsheet" target="_blank" rel="noopener noreferrer nofollow ugc">Font Awesome Cheat Sheet</a></p>
<p dir="auto">Now the code to put in your config.js file in the calendar code:</p>
<pre><code>"calendars": [
  {
    "name": "Family Stuff",
    "symbol": "heart@fa",
    "url": "Calendar link here"
    "interval": 24*60*60*1000,
  },
  {
    "name": "US Holiday",
    "url": "Calendar link here",
    "symbol": "gift@fa",
    "interval": 24*60*60*1000,
    "maxEntries": 50, "maxDays":365,
  },
  {
  // "name": "Birthdays",
     "symbol": "birthday=cake",
     "url": "Calendar link here",
  },
  {
  // "name": "KC Chiefs",
     "symbol": "football-ball@fa",
     "url": "Calendar link here",
     "interval": 24*60*60*1000,
  },
  {
  // "name": "NFL Games",
     "symbol": "calendar",
     "url": "football-ball@fa",
     "interval": 24*60*60*1000,
  },
  {
     "name": "NFL Playoff Games",
     "symbol": "user-secret@fa",
     "url": "football-ball@fa",
     "interval": 24*60*60*1000,
  },
],
</code></pre>
<p dir="auto">Let me know if this works for you.<br />
I have yet to try it, but now that I found it, I think I will. :winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/42959</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42959</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Thu, 02 Aug 2018 20:05:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Thu, 02 Aug 2018 18:59:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lahim" aria-label="Profile: lahim">@<bdi>lahim</bdi></a></p>
<p dir="auto">Apologies, been kinda busy last few days…</p>
<p dir="auto">I am looking for the answer to your question.</p>
<p dir="auto">I haven’t used the default calendar for quite a while now.</p>
<p dir="auto">I really like the MMM-CalendarExt modules, although, I never really thought about it until now, it’s the same way… same icon for each event.</p>
<p dir="auto">I shall do some researching to see if I can find a solution…</p>
]]></description><link>https://forum.magicmirror.builders/post/42952</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42952</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Thu, 02 Aug 2018 18:59:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Mon, 30 Jul 2018 08:52:17 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for helping me but I changed config.js to</p>
<pre><code>defaultSymbol: "calendar",
</code></pre>
<p dir="auto">And icons are same, nothing changed. Does not matter if it is holiday or event 1 or event 2 - icons are same.</p>
<p dir="auto">I still do not understand - how to define icon for the specyfic event?</p>
]]></description><link>https://forum.magicmirror.builders/post/42770</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42770</guid><dc:creator><![CDATA[Lahim]]></dc:creator><pubDate>Mon, 30 Jul 2018 08:52:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Sun, 29 Jul 2018 20:17:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lahim" aria-label="Profile: lahim">@<bdi>lahim</bdi></a></p>
<p dir="auto">search fontawesome in google. It shows all the available icons.</p>
<p dir="auto">as far as changing the icon for your calendar, try this…</p>
<p dir="auto">in your config.js file, you need to add this line in the config section of your calendar…</p>
<pre><code>defaultSymbol: "calendar", // Fontawesome Symbol see http://fontawesome.io/cheatsheet/
</code></pre>
<p dir="auto">the following defaults cand be changed in this section as well…</p>
<pre><code>maximumEntries: 10, // Total Maximum Entries
		maximumNumberOfDays: 365,
		displaySymbol: true,
		defaultSymbol: "calendar", // Fontawesome Symbol see http://fontawesome.io/cheatsheet/
		displayRepeatingCountTitle: false,
		defaultRepeatingCountTitle: "",
		maxTitleLength: 25,
		wrapEvents: false, // wrap events to multiple lines breaking at maxTitleLength
		fetchInterval: 5 * 60 * 1000, // Update every 5 minutes.
		animationSpeed: 2000,
		fade: true,
		urgency: 7,
		timeFormat: "relative",
		dateFormat: "MMM Do",
		fullDayEventDateFormat: "MMM Do",
		getRelative: 6,
		fadePoint: 0.25, // Start on 1/4th of the list.
		hidePrivate: false,
		hideOngoing: false,
		colored: false,
		coloredSymbolOnly: false,
		tableClass: "small",
		calendars: [
			{
				symbol: "calendar",
				url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
			},
		],
		titleReplace: {
			"De verjaardag van ": "",
			"'s birthday": ""
		},
		broadcastEvents: true,
		excludedEvents: []
	},
</code></pre>
<p dir="auto">Feel free to ask if there is anything you don’t quite understand… :winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/42759</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42759</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Sun, 29 Jul 2018 20:17:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Sun, 29 Jul 2018 19:50:15 GMT]]></title><description><![CDATA[<p dir="auto">Can somebody write down how to change them?<br />
I changed the config.js to <strong><strong>symbol: ‘fa fa-calendar’</strong></strong> and nothing changed.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nobita" aria-label="Profile: nobita">@<bdi>nobita</bdi></a> you wrote "you can change in other icon such as "calendar-plus-o " but what is this? A set of icon or what?</p>
<p dir="auto">I am sorry, but I have no idea how to make it working.</p>
<p dir="auto">By the way - there is nothing like step by step tutorial - in <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a> there is only a link to fontawsome page but there is nothing written how to use it.</p>
]]></description><link>https://forum.magicmirror.builders/post/42758</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42758</guid><dc:creator><![CDATA[Lahim]]></dc:creator><pubDate>Sun, 29 Jul 2018 19:50:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Fri, 11 May 2018 08:05:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> Second Question how to change Weather icon<br />
Before you can search word " how to change weathr icon" or “custom.css” in forum<br />
and this is link weather Icon at <a href="http://erikflowers.github.io/weather-icons/" target="_blank" rel="noopener noreferrer nofollow ugc">http://erikflowers.github.io/weather-icons/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/39384</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39384</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Fri, 11 May 2018 08:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Fri, 11 May 2018 07:56:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> Reply first question How to Change Icon Calendar<br />
in config.js   at module calendar<br />
you can see line …    symbol: "calendar-check-o ",<br />
you can change in other icon such as "calendar-plus-o "<br />
if you want any icon you can see in    <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank" rel="noopener noreferrer nofollow ugc">https://fontawesome.com/v4.7.0/icons/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/39383</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39383</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Fri, 11 May 2018 07:56:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Fri, 11 May 2018 07:20:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi again, sorry for the  silly questions but I don’t how to do this changes. I’ve tried to look for the icons but I don’t know where to start. I would like to change weather icons and calendar but I don’t know where they are and how I could upload different ones. Could someone guide me with a simple explanation for a noob like  me? I don’t know anything about CSS or similar and I’m a “newborn” in this world. Hope someone can help and apologize for dumb questions.</p>
]]></description><link>https://forum.magicmirror.builders/post/39382</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39382</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Fri, 11 May 2018 07:20:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Thu, 10 May 2018 08:28:06 GMT]]></title><description><![CDATA[<p dir="auto">Ah ok, thx again.</p>
]]></description><link>https://forum.magicmirror.builders/post/39355</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39355</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Thu, 10 May 2018 08:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Thu, 10 May 2018 08:27:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> No fr thailand</p>
]]></description><link>https://forum.magicmirror.builders/post/39354</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39354</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Thu, 10 May 2018 08:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Thu, 10 May 2018 08:25:56 GMT]]></title><description><![CDATA[<p dir="auto">Thank you soso much for your reply, I’ll have a look at it for sure. May I ask you something? Are you italian?</p>
]]></description><link>https://forum.magicmirror.builders/post/39353</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39353</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Thu, 10 May 2018 08:25:56 GMT</pubDate></item><item><title><![CDATA[Reply to How to change icons on Thu, 10 May 2018 06:22:13 GMT]]></title><description><![CDATA[<p dir="auto">you can start at <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror</a>   and read in <a href="http://README.md" target="_blank" rel="noopener noreferrer nofollow ugc">README.md</a><br />
step by step</p>
]]></description><link>https://forum.magicmirror.builders/post/39352</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39352</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Thu, 10 May 2018 06:22:13 GMT</pubDate></item></channel></rss>