<?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[MMM-EveryNews Errors]]></title><description><![CDATA[<p dir="auto">Installed MMM-EveryNews module, but when I run MagicMirror, the screen turns black and nothing happens. When I quit the process, I get this error:<br />
<img src="/assets/uploads/files/1676004431789-mmm-everynews-error.png" alt="MMM-EveryNews Error.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Any ideas or recommendations would be greatly appreciated! Thanks in advance!</p>
]]></description><link>https://forum.magicmirror.builders/topic/17616/mmm-everynews-errors</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 07:21:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17616.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Feb 2023 04:51:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-EveryNews Errors on Fri, 10 Feb 2023 22:47:19 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> HAHAHA! I figured so, but I learned a bunch along the way, so still a success in my book. :call_me_hand:</p>
]]></description><link>https://forum.magicmirror.builders/post/107799</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107799</guid><dc:creator><![CDATA[SymmetriC]]></dc:creator><pubDate>Fri, 10 Feb 2023 22:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EveryNews Errors on Fri, 10 Feb 2023 22:39:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/symmetric" aria-label="Profile: SymmetriC">@<bdi>SymmetriC</bdi></a> ok, you did WAYYYYYYY too much work.</p>
<p dir="auto">the last step was the only thing to do.</p>
]]></description><link>https://forum.magicmirror.builders/post/107797</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107797</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 10 Feb 2023 22:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EveryNews Errors on Fri, 10 Feb 2023 22:33:04 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> Thank you for pointing me in the right direction! Reading through that thread, found the fix here: <a href="/topic/15778/fix-for-black-screen-in-2-16-and-later">fix for black screen in 2.16 and later</a></p>
<p dir="auto">I did a bunch of other stuff just to start clean, such as deleting the whole ‘node_modules’ folder using:</p>
<pre><code>rm -r node_modules
</code></pre>
<p dir="auto">Then ran <code>npm install</code>. Think that helped out to get rid of anything that could have been causing problems. Think I read this in another thread, but I’ll reiterate: Don’t run <code>npm install</code> in your /MagicMirror directory. Don’t know the exact reasoning, but I know that it messes things up (won’t confirm nor deny if I might have done that :grinning_squinting_face: )</p>
<p dir="auto">Since I wasn’t getting all the package updates for some reason, I also enabled Universe repositories using</p>
<pre><code>sudo add-apt-repository universe
</code></pre>
<p dir="auto">which immediately fixed 3 package errors. After that, I did what <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>  recommended here:</p>
<pre><code>cd ~/MagicMirror
rm -rf node_modules
rm package-lock.json
npm install
</code></pre>
<p dir="auto">then for whatever module was causing problem</p>
<pre><code>cd ~/MagicMirror/modules/modulename
</code></pre>
<p dir="auto">do the same last 3 steps as above<br />
AND THEN</p>
<pre><code>npm install request --save
</code></pre>
<p dir="auto">Again, thanks for the help! Hope I can also save someone some headache in the future, which is why I showed all my work here.</p>
]]></description><link>https://forum.magicmirror.builders/post/107796</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107796</guid><dc:creator><![CDATA[SymmetriC]]></dc:creator><pubDate>Fri, 10 Feb 2023 22:33:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-EveryNews Errors on Fri, 10 Feb 2023 22:40:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/symmetric" aria-label="Profile: SymmetriC">@<bdi>SymmetriC</bdi></a> see<br />
<a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/1">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/1</a></p>
]]></description><link>https://forum.magicmirror.builders/post/107789</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107789</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 10 Feb 2023 22:40:21 GMT</pubDate></item></channel></rss>