<?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-OneCallWeather]]></title><description><![CDATA[<p dir="auto">I’ve installed the MMM-OneCallWeather module.  I have one question and one problem…<br />
The question relates to the MMM-OneCallWeather.css file.  It was put in the MMM-OneCallWeather module directory.  Does the module use it where it is or does it have to be moved or copied to the MagicMirror/css directory?  I didn’t see any reference in the <a href="http://READ.md" target="_blank" rel="noopener noreferrer nofollow ugc">READ.md</a> file that says move it so I’ve left it where it was in the MMM-OneCallWeather module directory.</p>
<p dir="auto">The second is my problem.  This is what I’ve put in the config.js</p>
<p dir="auto">{<br />
module: “MMM-OneCallWeather”,<br />
position: “top_right”,  // This can be any of the regions.<br />
// Best results in bottom_bar region due to horizontal default$</p>
<pre><code>       config: {
        // See 'Configuration options' for more information.
         latitude: "37.956220", //Longitude from https://www.latlong.net/
          longitude: "-122.258300", //Longitude from https://www.latlong.net/ - is West $
            apikey: "425d9f4xxxxxxxxa9a6b4443bba3", // Openweather API key
                    }
    },
</code></pre>
<p dir="auto">when I start MM all I get is a blank screen… If I comment out the MMM-OneCallWeather, it all works as normal.</p>
<p dir="auto">Any ideas… the only thing I could think of, was it might be related to the css file as mentioned above…<br />
Thanks all.<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/topic/16397/mmm-onecallweather</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 15:18:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16397.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Feb 2022 23:06:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-OneCallWeather on Mon, 28 Feb 2022 17:35:38 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</p>
]]></description><link>https://forum.magicmirror.builders/post/99999</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99999</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Mon, 28 Feb 2022 17:35:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Mon, 28 Feb 2022 17:25:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> not opened as a problem , so can’t ‘close’ it</p>
]]></description><link>https://forum.magicmirror.builders/post/99997</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99997</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 28 Feb 2022 17:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Mon, 28 Feb 2022 17:05:52 GMT]]></title><description><![CDATA[<p dir="auto">Can’t figure out  how to mark this as resolved but rebuilt it and it worked fine… Thanks<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99995</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99995</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Mon, 28 Feb 2022 17:05:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 23:33:45 GMT]]></title><description><![CDATA[<p dir="auto">Ok… going to build another and try again…<br />
Thanks Sam<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99946</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99946</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 25 Feb 2022 23:33:45 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 23:19:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> we are crossing topics</p>
<blockquote>
<p dir="auto">found your message to vintage89 about the display in package.json<br />
"<br />
S<br />
sdetweil<br />
Apr 10, 2020, 3:20 PM</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vintage89" aria-label="Profile: vintage89">@<bdi>vintage89</bdi></a> edit the package.json file and remove the display=${display… stuff from the start clause</p>
<p dir="auto">It should start with "node_modules, like this<br />
“start”: “node_modules/.bin/electron js/electron.js”,</p>
</blockquote>
<p dir="auto">that is<br />
won’t start on Windows, because DISPLAY=… on start function in package.json</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a><br />
that is<br />
blank screen because of missing dependencies on some/many modules</p>
]]></description><link>https://forum.magicmirror.builders/post/99945</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99945</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Feb 2022 23:19:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 22:47:54 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> So are you saying that’s what I should set the display line to instead of what to said to set it to in this forum link?<br />
<a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a></p>
<p dir="auto">If that’s true, I’ll try it…<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99943</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99943</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 25 Feb 2022 22:47:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:52:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> so display might be set in the environment already.</p>
<p dir="auto">the code says set display to :0 if not set</p>
<p dir="auto">that’s the normal default xwindows instance</p>
]]></description><link>https://forum.magicmirror.builders/post/99942</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99942</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:52:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:34:12 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> It is just a standard Raspberry Pi 3b with Debian with Buster and anASUS HDMI monitor…<br />
But it was on for a couple of seconds and then off for 5 or 10 seconds back and forth… now it is back to normal…<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99941</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99941</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:34:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:27:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> what is it? DISPLAY  is an xwindows thing</p>
]]></description><link>https://forum.magicmirror.builders/post/99940</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99940</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:27:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:23:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> It wasn’t Windows… but it worked anyway.<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99939</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99939</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:23:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:21:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> np. but you never said Windows…</p>
]]></description><link>https://forum.magicmirror.builders/post/99938</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99938</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:21:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:17:23 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><br />
I found your message to vintage89 about the display in package.json<br />
"<br />
S<br />
sdetweil<br />
Apr 10, 2020, 3:20 PM</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vintage89" aria-label="Profile: vintage89">@<bdi>vintage89</bdi></a> edit the package.json file and remove the display=${display… stuff from the start clause</p>
<p dir="auto">It should start with "node_modules, like this<br />
“start”: “node_modules/.bin/electron js/electron.js”,</p>
<p dir="auto">Sam"<br />
Did that myself and it seems to have fixed the problem… now back to the weather problem again… More to follow…<br />
Thanks again Sam… you have some real words of wisdom throughout these many pages…<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99937</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:17:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 20:00:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> those are incorrect error messages…  not the problem</p>
]]></description><link>https://forum.magicmirror.builders/post/99936</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99936</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 25 Feb 2022 20:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Fri, 25 Feb 2022 19:29:11 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 followed the instructions from the link you posted and found it could not find a file called axios.  So I did the install of that program, and now my screen won’t stay on for more than a few seconds.  It then goes black… I don’t know if it fixed my weather module or not…Now I get the error messages:</p>
<p dir="auto">0|MagicMir | [3417:0225/110146.538714:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization<br />
0|MagicMir | [3453:0225/110146.872192:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.</p>
<p dir="auto">The only thing I can think of doing is to start from scratch and try it all again…<br />
Before I do that, any suggestions?<br />
Thanks all…<br />
Dennis<br />
<a href="mailto:n6ngdennis@gmail.com" target="_blank" rel="noopener noreferrer nofollow ugc">n6ngdennis@gmail.com</a></p>
]]></description><link>https://forum.magicmirror.builders/post/99934</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99934</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 25 Feb 2022 19:29:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Thu, 24 Feb 2022 20:34:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> see<br />
<a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a></p>
]]></description><link>https://forum.magicmirror.builders/post/99913</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99913</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 24 Feb 2022 20:34:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Thu, 24 Feb 2022 19:28:38 GMT]]></title><description><![CDATA[<p dir="auto">Ok… I think I have identified a bigger problem.  I have thus far loaded the following weather programs.<br />
MMM-OneCallWeather<br />
MMM-MyWeather<br />
MMM-DynamicWeather<br />
all with the same result… A blank screen when any of them are included in my MM.  I do have the following modules working properly on my MM with no problem.</p>
<p dir="auto">alert<br />
updatenotification<br />
clock<br />
calender-check<br />
google-calendar<br />
MMM-RAIN-RADAR<br />
on-this-day<br />
newsfeed</p>
<p dir="auto">All working properly…  When every I include any of the weather modules is when I get the blank screen… Hope this helps somehow.<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99910</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99910</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Thu, 24 Feb 2022 19:28:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Wed, 23 Feb 2022 23:19:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> I’ve reinstalled it 3 times now with the same result.<br />
Just FYI.<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99893</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99893</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Wed, 23 Feb 2022 23:19:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Wed, 23 Feb 2022 18:34:08 GMT]]></title><description><![CDATA[<p dir="auto">I have no problem with the internet connection at this time…<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99884</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99884</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Wed, 23 Feb 2022 18:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Wed, 23 Feb 2022 18:30:36 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Sam</p>
<p dir="auto">/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:<br />
0|MagicMir | [23.02.2022 10:19.19.438] [ERROR] Whoops! There was an uncaught exception…<br />
0|MagicMir | [23.02.2022 10:19.19.442] [ERROR] TypeError: Cannot read properties of undefined (reading ‘close’)<br />
0|MagicMir |     at App.stop (/home/pi/MagicMirror/js/app.js:257:14)<br />
0|MagicMir |     at process. (/home/pi/MagicMirror/js/app.js:272:8)<br />
0|MagicMir |     at process.emit (node:events:394:28)<br />
0|MagicMir | [23.02.2022 10:19.19.444] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [23.02.2022 10:19.19.445] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|MagicMir | [23.02.2022 10:19.19.460] [ERROR] Whoops! There was an uncaught exception…<br />
0|MagicMir | [23.02.2022 10:19.19.462] [ERROR] TypeError: Cannot read properties of undefined (reading ‘close’)<br />
0|MagicMir |     at App.stop (/home/pi/MagicMirror/js/app.js:257:14)<br />
0|MagicMir |     at process. (/home/pi/MagicMirror/js/app.js:272:8)<br />
0|MagicMir |     at process.emit (node:events:394:28)<br />
0|MagicMir | [23.02.2022 10:19.19.464] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [23.02.2022 10:19.19.465] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
0|MagicMir | [2488:0223/101920.289240:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization</p>
<p dir="auto">Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99883</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99883</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Wed, 23 Feb 2022 18:30:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Tue, 22 Feb 2022 21:46:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> can u see the logs from npm start? or pm2 logs if you use pm2</p>
]]></description><link>https://forum.magicmirror.builders/post/99866</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99866</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 22 Feb 2022 21:46:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Tue, 22 Feb 2022 20:31:14 GMT]]></title><description><![CDATA[<p dir="auto">I thought I did but I did it again just in case but I still get the blank screen.  All I see, is the mouse pointer…</p>
]]></description><link>https://forum.magicmirror.builders/post/99865</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99865</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Tue, 22 Feb 2022 20:31:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Mon, 21 Feb 2022 23:12:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> sounds like u didn’t do the npm install in the module folder</p>
]]></description><link>https://forum.magicmirror.builders/post/99846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99846</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 21 Feb 2022 23:12:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-OneCallWeather on Mon, 21 Feb 2022 23:08:31 GMT]]></title><description><![CDATA[<p dir="auto">It didn’t copy before I Submitted the post but the starting { is at the top…<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/99845</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99845</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Mon, 21 Feb 2022 23:08:31 GMT</pubDate></item></channel></rss>