<?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[Keyboard Shortcut for Developer Tools]]></title><description><![CDATA[<p dir="auto">I am having a vexxing problem I am unable to figure out.<br />
When I do fresh install of MM, all the pre-loaded modules run fine.<br />
I have tried to install several different modules by running the git command in MagicMirror/modules like normal.<br />
As soon as I do copy/paste the module script in config.js and hit SAVE MM cranks up but all there is is black screen with nothing on it.  Not even the screen that says your config.js has a problem.<br />
I then have to call up a terminal via ctl+alt+t and then pm2 stop MagicMirror and it stops.<br />
What is keyboard shortcut to get the Developer Tools to run since hitting the alt key does not show VIEW so unable to reach them from that direction.<br />
I’ve made about 4 MM’s no problems so I know the process.  This fresh install of both Pi OS----&gt;MagicMirror and I can not get modules to run.</p>
]]></description><link>https://forum.magicmirror.builders/topic/15263/keyboard-shortcut-for-developer-tools</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 05:22:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15263.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Jul 2021 17:09:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 20:28:35 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. I do appreciate the help.<br />
I’m going to post another question but it’s kinda-sorta a CSS and code editor question so will post there.</p>
]]></description><link>https://forum.magicmirror.builders/post/92808</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92808</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Tue, 13 Jul 2021 20:28:35 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 20:23:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> i don’t post anything… cause no one reads them</p>
<p dir="auto">this is a common old module lack of experience sloppiness…</p>
<p dir="auto">they didn’t document in their package.json  files that they used libraries ‘cause it just worked’</p>
<p dir="auto">and now doesn’t.</p>
<p dir="auto">for every library they use in their node_helper<br />
they should do</p>
<p dir="auto">npm install library_name --save</p>
<p dir="auto">then when YOU get the module and do npm install IT will figure out if that module is ALREADY installed or not and if not install it…</p>
]]></description><link>https://forum.magicmirror.builders/post/92807</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92807</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Jul 2021 20:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 20:18:09 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> That was the ticket, Is it just random modules use that request module or is there a common thread among the modules that require(d) use of that module?</p>
<p dir="auto">Also, is that something module developers have to fix?  I was using on my original MM an iFrame module and when I was going to use it this time there was a notice on developers <a href="http://readme.md" target="_blank" rel="noopener noreferrer nofollow ugc">readme.md</a> with about an 80 sized font saying this module broken after that 2.16 update. I’ll leave it at that.</p>
<p dir="auto">Do you all post issues and work-arounds in like this github repository?</p>
<p dir="auto">I already know of a module that was doing same yesterday</p>
]]></description><link>https://forum.magicmirror.builders/post/92806</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92806</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Tue, 13 Jul 2021 20:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 19:58:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> right, request was remove in 2.16, as documented in the release notes</p>
<blockquote>
<p dir="auto">Bump node-ical to v0.13.0 (now last runtime dependency using deprecated request package is removed).</p>
</blockquote>
<p dir="auto">this is because it was dangerous and not going to be updated</p>
<p dir="auto">SO, workaround, is to go to each module folder (reporting the error)  and do</p>
<p dir="auto">npm install request</p>
]]></description><link>https://forum.magicmirror.builders/post/92805</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92805</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Jul 2021 19:58:08 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 19:52:37 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’ve seen those but those all are parts that I don’t know how to fix. I get that it is telling me it needs a module but not sure where to get that module then how to subsequently install. I’m capturing the first error at each time stamp as I assume other following errors just downstream effect</p>
<p dir="auto">Uncommenting SystemStats I get the below:</p>
<pre><code>[ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request'
</code></pre>
<p dir="auto">Recommenting SystemStats, uncommenting NewsFeedTicker I get:</p>
<pre><code>[13.07.2021 15:46.38.418] [ERROR] Error: Cannot find module 'request'
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/92804</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92804</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Tue, 13 Jul 2021 19:52:37 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 19:35:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> search the errors for ‘module not found’</p>
<p dir="auto">clear the logs with pm2 flush</p>
<p dir="auto">then do one run, stop and look at the logs…</p>
<p dir="auto">–lines=100 might not be enough</p>
<p dir="auto">u can send the output to a file so you can look at it</p>
<p dir="auto">pm2 logs --lines=200 &gt;somefile.txt</p>
<p dir="auto">then edit somefile.txt</p>
]]></description><link>https://forum.magicmirror.builders/post/92802</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92802</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Jul 2021 19:35:08 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 19:32:47 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’m baffled. I get a ton of errors, none of which appear to be anything I would even interact with.<br />
I was wrestling with MMM-NewsFeedTicker when I first posted. So I commented out that portion of config.js restart, everything good.<br />
So I tried a different module, MMM-SystemStats, same exact result, installed module in mm/modules like I am supposed to, copied the config portion, pasted in to config.js, restarted MM, black screen. Commented out its portion config file, restarted everything runs.</p>
<p dir="auto">FWIW I have refortmatted sd card, installed Pi OS, then MM like 3 times, all with the same exact reslt</p>
]]></description><link>https://forum.magicmirror.builders/post/92801</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92801</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Tue, 13 Jul 2021 19:32:47 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 17:13:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> the dev window keyboard shortcut is</p>
<p dir="auto">ctrl-shift-i</p>
]]></description><link>https://forum.magicmirror.builders/post/92795</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92795</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Jul 2021 17:13:57 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for Developer Tools on Tue, 13 Jul 2021 17:13:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> you are using pm2 to start MM, and it is watching config.js for changes… and then restarts mm…</p>
<p dir="auto">the black screen is probably  a missing dependency in the new modules</p>
<p dir="auto">pm2 logs --lines=100</p>
<p dir="auto">will show the errors…</p>
<p dir="auto">pm2 stop all</p>
<p dir="auto">then use npm start in the MagicMirror folder til you fix the problems,</p>
]]></description><link>https://forum.magicmirror.builders/post/92794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92794</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 13 Jul 2021 17:13:17 GMT</pubDate></item></channel></rss>