<?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[Fix: IE11/Edge display black screen]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/1518/ie11-edge-browser-black-screen">IE11 / Edge browser black screen</a></p>
<p dir="auto">When not in developer mode, the Log object does not get created because of an error, because there is no support for console.timeStamp in Edge/IE11. In developer mode it seems it just skips the error.</p>
<p dir="auto">As a result, the call to <a href="http://Log.info" target="_blank" rel="noopener noreferrer nofollow ugc">Log.info</a> throws an exception and halts execution in the init method in main.js which results in a black empty page.</p>
<p dir="auto">commenting out the following line in logger.js fixed the problem.</p>
<pre><code>	//timeStamp: Function.prototype.bind.call(console.timeStamp, console)
</code></pre>
<p dir="auto">It seems Log.timeStamp is not used in MagicMirror and the modules that I use, so commenting it out worked for me. Better solution would be to have a polyfill I think.</p>
<p dir="auto">Stefan</p>
]]></description><link>https://forum.magicmirror.builders/topic/5301/fix-ie11-edge-display-black-screen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 10:32:29 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5301.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2017 08:59:04 GMT</pubDate><ttl>60</ttl></channel></rss>