<?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[Topics tagged with bug]]></title><description><![CDATA[A list of topics that have been tagged with bug]]></description><link>https://forum.magicmirror.builders/tags/bug</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 18:46:56 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/tags/bug.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Nov 2021 09:51:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[clock module shows 1 week wrong. think it uses calendar for 2020]]></title><description><![CDATA[@paarak I would open an issue in the MagicMirror GitHub repo.
mm clock uses the moment() library to get this value
]]></description><link>https://forum.magicmirror.builders/topic/15883/clock-module-shows-1-week-wrong-think-it-uses-calendar-for-2020</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/15883/clock-module-shows-1-week-wrong-think-it-uses-calendar-for-2020</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 18 Nov 2021 09:51:10 GMT</pubDate></item><item><title><![CDATA[Blackscreen with config.js.sample]]></title><description><![CDATA[@MA5K
All’s well that ends well, as the saying goes.
Enjoy your mirror.
]]></description><link>https://forum.magicmirror.builders/topic/4512/blackscreen-with-config-js-sample</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/4512/blackscreen-with-config-js-sample</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 20 Jul 2017 22:26:56 GMT</pubDate></item><item><title><![CDATA[Check to see if file (ex. custom.css) exists before trying to load it.]]></title><description><![CDATA[I, like (I assume) many of RPi tinkerers and hackers, make code changes on my desktop or laptop and then use git to push new code to the RPi. Since MagicMirror doesn’t track css/custom.css, the mirror fails to load up if the file is missing.
I tried to come up with a PR to have the loader.js file check if the file exists before appending it to index.html. However, since this is client side JavaScript, it does not have access to the file system and can’t use the fs JavaScript module.
I then tried to use code like:
	var fileDoesNotExist= function(url) {
		var http = new XMLHttpRequest();
		http.open("HEAD", url, false);
		http.send();
		return http.status==404;
	}

to do an http request to the server for the file, but realized that it’s just as bad as the actual http request that tries to load the file and will result in the same errors.
So, I’m posting this here in case anyone has ideas and can help me with creating a PR to solve this problem. It’s not really a bug and not really a feature. Just an error check that’s missing.
Thanks.
]]></description><link>https://forum.magicmirror.builders/topic/1646/check-to-see-if-file-ex-custom-css-exists-before-trying-to-load-it</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/1646/check-to-see-if-file-ex-custom-css-exists-before-trying-to-load-it</guid><dc:creator><![CDATA[stanchan]]></dc:creator><pubDate>Sat, 04 Feb 2017 03:10:37 GMT</pubDate></item><item><title><![CDATA[Missing CSS icons?]]></title><description><![CDATA[Yeah, I hear you there. I’ve been trying to recreate the problems on my end but … no such luck. It runs flawlessly on my server, both as a super user as well as an unprivileged user. So something happened on his end with he switched things … maybe permissions … maybe something else. We’re trying to figure that out. You … you keep your focus on MM. :)
]]></description><link>https://forum.magicmirror.builders/topic/53/missing-css-icons</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/53/missing-css-icons</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Fri, 06 May 2016 21:02:34 GMT</pubDate></item><item><title><![CDATA[Starting MagicMirror v2 beta]]></title><description><![CDATA[I can also verify this as I just setup a brand new rPi yesterday. Downloaded a fresh copy of jessie, booted up the rPi, did the setup for it, made sure all apps were up to date (with 'sudo apt-get update ; sudo apt-get upgrade' then installed MM as per the wiki’s instructions. Done.
]]></description><link>https://forum.magicmirror.builders/topic/48/starting-magicmirror-v2-beta</link><guid isPermaLink="true">https://forum.magicmirror.builders/topic/48/starting-magicmirror-v2-beta</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Fri, 06 May 2016 09:29:23 GMT</pubDate></item></channel></rss>