<?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[Display turned black after I installed MMM-DigClock]]></title><description><![CDATA[<p dir="auto">I installed the MagicMirror recently and tried the MMM-BackgroundSlideshow. Everything worked perfectly. But then I wanted use the MMM-DigClock but then nothing worked. The display just turned black and I can see the mouse on the top left corner. I assume that it could not install correctly, because I got this after the installation of MMM-DigClock:</p>
<pre><code>pi@raspberrypi:~/MagicMirror/modules/MMM-DigClock $ npm install
npm WARN deprecated undefined@0.1.0: this package has been deprecated
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/MagicMirror        /modules/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/mo        dules/package.json'
npm WARN modules No description
npm WARN modules No repository field.
npm WARN modules No README data
npm WARN modules No license field.

removed 1 package in 1.439s
found 0 vulnerabilities
</code></pre>
<p dir="auto">How can I solve this problem?</p>
]]></description><link>https://forum.magicmirror.builders/topic/11831/display-turned-black-after-i-installed-mmm-digclock</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 03:34:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11831.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Dec 2019 12:49:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Display turned black after I installed MMM-DigClock on Mon, 23 Dec 2019 12:42:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sirver" aria-label="Profile: SirVer">@<bdi>SirVer</bdi></a> checkout can switch branches, it can also get a file from the local repository into your local working directory</p>
]]></description><link>https://forum.magicmirror.builders/post/66422</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66422</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 23 Dec 2019 12:42:06 GMT</pubDate></item><item><title><![CDATA[Reply to Display turned black after I installed MMM-DigClock on Mon, 23 Dec 2019 12:27:32 GMT]]></title><description><![CDATA[<p dir="auto">it’s much more than that.</p>
<p dir="auto"><a href="https://git-scm.com/docs/git-checkout" target="_blank" rel="noopener noreferrer nofollow ugc">https://git-scm.com/docs/git-checkout</a></p>
]]></description><link>https://forum.magicmirror.builders/post/66421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66421</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 23 Dec 2019 12:27:32 GMT</pubDate></item><item><title><![CDATA[Reply to Display turned black after I installed MMM-DigClock on Mon, 23 Dec 2019 11:57: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> I have a question: I thought git checkout is just changing the branch. So what is the command here git checkout … doing in index.js ?</p>
]]></description><link>https://forum.magicmirror.builders/post/66419</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66419</guid><dc:creator><![CDATA[SirVer]]></dc:creator><pubDate>Mon, 23 Dec 2019 11:57:04 GMT</pubDate></item><item><title><![CDATA[Reply to Display turned black after I installed MMM-DigClock on Sun, 22 Dec 2019 13:30:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sirver" aria-label="Profile: SirVer">@<bdi>SirVer</bdi></a> sorry, typo (left off the ‘er’ on node_helper)</p>
<pre><code>cd ~/MagicMirror
git checkout modules/node_modules/node_helper/index.js
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/66382</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66382</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 22 Dec 2019 13:30:34 GMT</pubDate></item><item><title><![CDATA[Reply to Display turned black after I installed MMM-DigClock on Sun, 22 Dec 2019 12:57:29 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> Thanks for the answer but I get this:</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ git checkout modules/node_modules/node_help/index.js
error: pathspec 'modules/node_modules/node_help/index.js' did not match any file(s) known to git
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/66381</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66381</guid><dc:creator><![CDATA[SirVer]]></dc:creator><pubDate>Sun, 22 Dec 2019 12:57:29 GMT</pubDate></item><item><title><![CDATA[Reply to Display turned black after I installed MMM-DigClock on Sun, 22 Dec 2019 12:54:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sirver" aria-label="Profile: SirVer">@<bdi>SirVer</bdi></a> do this</p>
<pre><code>cd ~/MagicMirror
git checkout modules/node_modules/node_help/index.js
</code></pre>
<p dir="auto">this was because MMM-DigClock does not have a package.json file, and u should not have done npm install for it</p>
]]></description><link>https://forum.magicmirror.builders/post/66380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66380</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 22 Dec 2019 12:54:44 GMT</pubDate></item></channel></rss>