<?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-Remote-Control Black Screen Help]]></title><description><![CDATA[<p dir="auto">Hi, New to all of this so please be kind…</p>
<p dir="auto">I install MM2 on a raspberry pi 3.  Everything works fine except for MMM-Remote -Control</p>
<p dir="auto">No matter how I install the package or configure the config.js file I get a black screen.  I have searched out and tried every possible fix online and nothing seems to work.  I have installed other 3rd party addons with no problem whatsoever but this one will not work no matter what I do.  I am not extremely adept at linux but I can get around ok…</p>
<p dir="auto">this is my Config file<br />
/* Magic Mirror Config Sample<br />
*</p>
<ul>
<li>By Michael Teeuw <a href="https://michaelteeuw.nl" target="_blank" rel="noopener noreferrer nofollow ugc">https://michaelteeuw.nl</a></li>
<li>MIT Licensed.</li>
<li></li>
<li>For more information on how you can configure this file</li>
<li>See <a href="https://github.com/MichMich/MagicMirror#configuration" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#configuration</a></li>
<li></li>
</ul>
<p dir="auto">*/</p>
<p dir="auto">var config = {<br />
address: “0.0.0.0”, 	// Address to listen on, can be:<br />
// - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface<br />
// - another specific IPv4/6 to listen on a specific interface<br />
// - “0.0.0.0”, “::” to listen on any interface<br />
// Default, when address config is left out or empty, is “localhost”<br />
port: 8080,<br />
basePath: “/”, 	// The URL path where MagicMirror is hosted. If you are using a Reverse proxy<br />
// you must set the sub path here. basePath must end with a /<br />
ipWhitelist: [], 	// Set [] to allow all IP addresses<br />
// or add a specific IPv4 of 192.168.1.5 :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],<br />
// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],</p>
<pre><code>useHttps: false, 		// Support HTTPS or not, default "false" will use HTTP
httpsPrivateKey: "", 	// HTTPS private key path, only require when useHttps is true
httpsCertificate: "", 	// HTTPS Certificate path, only require when useHttps is true

language: "en",
zoom: 0.5,
logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
timeFormat: 12,
units: "imperial",
// serverOnly:  true/false/"local" ,
// local for armv6l processors, default
//   starts serveronly and then starts chrome browser
// false, default for all NON-armv6l devices
// true, force serveronly mode, because you want to.. no UI on this device

modules: [

	{
		module: "alert",
	},
	{
		module: "updatenotification",
		position: "top_bar"
	},
	{
		module: "clock",
		position: "top_left"
	},
	{
		module: "calendar",
		header: "US Holidays",
		position: "top_left",
		config: {
			calendars: [
				{
					symbol: "calendar-check",
					url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					}
			]
		}
	},
	{
		module: "compliments",
		position: "lower_third"
	},
	{
		module: "weather",
		position: "top_right",
		config: {
			location: "",
			locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
			appid: "YOUR_OPENWEATHER_API_KEY"
		}
	},
	{
		module: "weatherforecast",
		position: "top_right",
		header: "Weather Forecast",
		config: {
			location: "New York",
			locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
			appid: "YOUR_OPENWEATHER_API_KEY"
		}
	},
	{
		module: "newsfeed",
		position: "bottom_bar",
		config: {
			feeds: [
				{
					title: "New York Times",
					url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
				}
			],
			showSourceTitle: true,
			showPublishDate: true,
			broadcastNewsFeeds: true,
			broadcastNewsUpdates: true
		}
	},
	{
		module: 'MMM-Remote-Control',
		//position: 'bottom_right',
		// Valid positions: 'top_right', 'top_left', 'bottom_right', 'bottom_left' */
		config: {
			customCommand: {},  // Optional, See "Using Custom Commands" below
			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
			secureEndpoints: true, // Optional, See API/README.md
			// uncomment any of the lines below if you're gonna use it
			// customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
			// apiKey: "", // Optional, See API/README.md for details
			// classes: {} // Optional, See "Custom Classes" below

			}
    	}


]
</code></pre>
<p dir="auto">};</p>
<p dir="auto">/*************** DO NOT EDIT THE LINE BELOW ***************/<br />
if (typeof module !== “undefined”) {module.exports = config;}</p>
<p dir="auto">…</p>
<p dir="auto">If I remove the MMM-Remote-Control Module, everything works fine…<br />
If I add any other apps… it works fine…<br />
I load this one… DOA</p>
<p dir="auto">Any help would be appreciated as this is a birthday gift and I would like to remotely change the compliments from my phone for my girlfriend…<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/16900/mmm-remote-control-black-screen-help</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 09:33:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16900.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Jun 2022 15:56:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 17:29:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikelewis1971" aria-label="Profile: mikelewis1971">@<bdi>mikelewis1971</bdi></a> what folder were you in  when u did the git pull?</p>
]]></description><link>https://forum.magicmirror.builders/post/102372</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102372</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 19 Jun 2022 17:29:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 17:10:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikelewis1971" aria-label="Profile: mikelewis1971">@<bdi>mikelewis1971</bdi></a> LOL… I’ve no idea… I just tried to update the files and it wouldn’t let me so I did that reset…</p>
<p dir="auto">I’ve no idea what it’s doing so I can’t really explain but it’s working so YAY!<br />
<img src="/assets/uploads/files/1655658594848-a7606cae-5b0c-4657-a021-7eaf53a62250-image-resized.png" alt="a7606cae-5b0c-4657-a021-7eaf53a62250-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/102371</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102371</guid><dc:creator><![CDATA[mikelewis1971]]></dc:creator><pubDate>Sun, 19 Jun 2022 17:10:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 17:08:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikelewis1971" aria-label="Profile: mikelewis1971">@<bdi>mikelewis1971</bdi></a> what installation?</p>
<p dir="auto">never change our files unless u know what you are doing… next mm update on July 1</p>
]]></description><link>https://forum.magicmirror.builders/post/102370</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102370</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 19 Jun 2022 17:08:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 17:06: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> Actually I just solved it by updating the installation…</p>
<p dir="auto">git pull &amp;&amp; npm install --only=prod --omit=dev</p>
<p dir="auto">I had to:</p>
<p dir="auto">git reset --hard</p>
<p dir="auto">because I had made changes to the files and didn’t know how to commit them but after I did the pull and install and then readded the line in the config file it worked perfectly!  Not exactly sure what the problem was but that did the trick :)</p>
]]></description><link>https://forum.magicmirror.builders/post/102369</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102369</guid><dc:creator><![CDATA[mikelewis1971]]></dc:creator><pubDate>Sun, 19 Jun 2022 17:06:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 17:00:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikelewis1971" aria-label="Profile: mikelewis1971">@<bdi>mikelewis1971</bdi></a> said in <a href="/post/102367">MMM-Remote-Control Black Screen Help</a>:</p>
<blockquote>
<p dir="auto">MODULE_NOT_FOUND</p>
</blockquote>
<p dir="auto">same problem</p>
<p dir="auto">did u do npm install in the module folder?</p>
<p dir="auto">message info u need is a little further up in the pm2 output</p>
<p dir="auto">pm2 logs --lines=100</p>
]]></description><link>https://forum.magicmirror.builders/post/102368</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102368</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 19 Jun 2022 17:00:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 16:22:21 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 />
This is the output after I run the log…</p>
<p dir="auto">logs --lines=50<br />
[TAILING] Tailing last 50 lines for [all] processes (change the value with --lines option)<br />
/home/pi/.pm2/pm2.log last 50 lines:<br />
PM2        | 2022-06-19T11:43:47: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T11:43:59: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T11:43:59: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T11:43:59: PM2 log: pid=1573 msg=process killed<br />
PM2        | 2022-06-19T11:43:59: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T11:43:59: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T11:59:01: PM2 log: Change detected on path config/config.js for app MagicMirror - restarting<br />
PM2        | 2022-06-19T11:59:01: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T11:59:02: PM2 log: pid=1639 msg=failed to kill - retrying in 100ms<br />
PM2        | 2022-06-19T11:59:02: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T11:59:02: PM2 log: pid=1639 msg=process killed<br />
PM2        | 2022-06-19T11:59:02: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T11:59:02: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T11:59:19: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T11:59:20: PM2 log: pid=1830 msg=failed to kill - retrying in 100ms<br />
PM2        | 2022-06-19T11:59:20: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T11:59:20: PM2 log: pid=1830 msg=process killed<br />
PM2        | 2022-06-19T11:59:20: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T11:59:20: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T12:02:55: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T12:02:55: PM2 log: pid=1950 msg=failed to kill - retrying in 100ms<br />
PM2        | 2022-06-19T12:02:55: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T12:02:55: PM2 log: pid=1950 msg=process killed<br />
PM2        | 2022-06-19T12:02:55: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T12:02:55: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T12:10:36: PM2 log: Change detected on path config/config.js for app MagicMirror - restarting<br />
PM2        | 2022-06-19T12:10:36: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T12:10:36: PM2 log: pid=2088 msg=failed to kill - retrying in 100ms<br />
PM2        | 2022-06-19T12:10:36: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T12:10:36: PM2 log: pid=2088 msg=process killed<br />
PM2        | 2022-06-19T12:10:36: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T12:10:36: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T12:10:50: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T12:10:51: PM2 log: pid=2221 msg=failed to kill - retrying in 100ms<br />
PM2        | 2022-06-19T12:10:51: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T12:10:51: PM2 log: pid=2221 msg=process killed<br />
PM2        | 2022-06-19T12:10:51: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T12:10:51: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T12:12:47: PM2 log: Change detected on path config/config.js for app MagicMirror - restarting<br />
PM2        | 2022-06-19T12:12:47: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T12:12:47: PM2 log: pid=2308 msg=failed to kill - retrying in 100ms<br />
PM2        | 2022-06-19T12:12:47: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T12:12:47: PM2 log: pid=2308 msg=process killed<br />
PM2        | 2022-06-19T12:12:47: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T12:12:47: PM2 log: App [MagicMirror:0] online<br />
PM2        | 2022-06-19T12:12:58: PM2 log: Stopping app:MagicMirror id:0<br />
PM2        | 2022-06-19T12:12:59: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]<br />
PM2        | 2022-06-19T12:12:59: PM2 log: pid=2466 msg=process killed<br />
PM2        | 2022-06-19T12:12:59: PM2 log: App [MagicMirror:0] starting in -fork mode-<br />
PM2        | 2022-06-19T12:12:59: PM2 log: App [MagicMirror:0] online</p>
<p dir="auto">/home/pi/.pm2/logs/MagicMirror-error.log last 50 lines:<br />
0|MagicMir | - /home/pi/MagicMirror/js/electron.js<br />
0|MagicMir | - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js<br />
0|MagicMir | -<br />
0|MagicMir |     at Module._resolveFilename (internal/modules/cjs/loader.js:798:15)<br />
0|MagicMir |     at Function…/lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7718:16)<br />
0|MagicMir |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)<br />
0|MagicMir |     at Module._load (internal/modules/cjs/loader.js:691:27)<br />
0|MagicMir |     at Function.Module._load (electron/js2c/asar.js:748:26)<br />
0|MagicMir |     at Module.require (internal/modules/cjs/loader.js:853:19)<br />
0|MagicMir |     at require (internal/modules/cjs/helpers.js:74:18)<br />
0|MagicMir |     at Object. (/home/pi/MagicMirror/modules/MMM-Remote-Control/scripts/download_modules.js:15:15)<br />
0|MagicMir |     at Module._compile (internal/modules/cjs/loader.js:968:30)<br />
0|MagicMir |     at Object.Module._extensions…js (internal/modules/cjs/loader.js:986:10) {<br />
0|MagicMir |   code: ‘MODULE_NOT_FOUND’,<br />
0|MagicMir |   requireStack: [<br />
0|MagicMir |     ‘/home/pi/MagicMirror/modules/MMM-Remote-Control/scripts/download_modules.js’,<br />
0|MagicMir |     ‘/home/pi/MagicMirror/modules/MMM-Remote-Control/node_helper.js’,<br />
0|MagicMir |     ‘/home/pi/MagicMirror/js/app.js’,<br />
0|MagicMir |     ‘/home/pi/MagicMirror/js/electron.js’,<br />
0|MagicMir |     ‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’,<br />
0|MagicMir |     undefined<br />
0|MagicMir |   ]<br />
0|MagicMir | }<br />
0|MagicMir | [19.06.2022 12:03.08.034] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [19.06.2022 12:03.08.035] [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 | [19.06.2022 12:03.08.052] [ERROR] Whoops! There was an uncaught exception…<br />
0|MagicMir | [19.06.2022 12:03.08.056] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8080<br />
0|MagicMir |     at Server.setupListenHandle [as _listen2] (net.js:1300:14)<br />
0|MagicMir |     at listenInCluster (net.js:1348:12)<br />
0|MagicMir |     at doListen (net.js:1487:7)<br />
0|MagicMir |     at processTicksAndRejections (internal/process/task_queues.js:81:21) {<br />
0|MagicMir |   code: ‘EADDRINUSE’,<br />
0|MagicMir |   errno: ‘EADDRINUSE’,<br />
0|MagicMir |   syscall: ‘listen’,<br />
0|MagicMir |   address: ‘0.0.0.0’,<br />
0|MagicMir |   port: 8080<br />
0|MagicMir | }<br />
0|MagicMir | [19.06.2022 12:03.08.059] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|MagicMir | [19.06.2022 12:03.08.060] [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 | [19.06.2022 12:03.08.527] [WARN]  (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently “false”.  It will change to be “true” in Electron 9.  For more information please check <a href="https://github.com/electron/electron/issues/18397" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/electron/electron/issues/18397</a><br />
0|MagicMir | ./run-start.sh: line 41: [: too many arguments<br />
0|MagicMir | [19.06.2022 12:10.50.502] [WARN]  You’re using a full whitelist configuration to allow for all IPs<br />
0|MagicMir | [19.06.2022 12:10.51.186] [WARN]  (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently “false”.  It will change to be “true” in Electron 9.  For more information please check <a href="https://github.com/electron/electron/issues/18397" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/electron/electron/issues/18397</a><br />
0|MagicMir | ./run-start.sh: line 41: [: too many arguments<br />
0|MagicMir | [19.06.2022 12:11.03.205] [WARN]  You’re using a full whitelist configuration to allow for all IPs<br />
0|MagicMir | [19.06.2022 12:11.03.865] [WARN]  (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently “false”.  It will change to be “true” in Electron 9.  For more information please check <a href="https://github.com/electron/electron/issues/18397" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/electron/electron/issues/18397</a><br />
0|MagicMir | ./run-start.sh: line 41: [: too many arguments<br />
0|MagicMir | ./run-start.sh: line 41: [: too many arguments<br />
0|MagicMir | [19.06.2022 12:13.10.971] [WARN]  You’re using a full whitelist configuration to allow for all IPs<br />
0|MagicMir | [19.06.2022 12:13.11.505] [WARN]  (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently “false”.  It will change to be “true” in Electron 9.  For more information please check <a href="https://github.com/electron/electron/issues/18397" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/electron/electron/issues/18397</a></p>
<p dir="auto">/home/pi/.pm2/logs/MagicMirror-out.log last 50 lines:<br />
0|MagicMir | [19.06.2022 12:11.03.193] [LOG]   Starting server on port 8080 …<br />
0|MagicMir | [19.06.2022 12:11.03.220] [LOG]   Server started …<br />
0|MagicMir | [19.06.2022 12:11.03.223] [LOG]   Connecting socket for: updatenotification<br />
0|MagicMir | [19.06.2022 12:11.03.226] [LOG]   Connecting socket for: calendar<br />
0|MagicMir | [19.06.2022 12:11.03.228] [LOG]   Starting node helper for: calendar<br />
0|MagicMir | [19.06.2022 12:11.03.230] [LOG]   Connecting socket for: newsfeed<br />
0|MagicMir | [19.06.2022 12:11.03.232] [LOG]   Starting node helper for: newsfeed<br />
0|MagicMir | [19.06.2022 12:11.03.234] [LOG]   Sockets connected &amp; modules started …<br />
0|MagicMir | [19.06.2022 12:11.03.772] [LOG]   Launching application.<br />
0|MagicMir | [19.06.2022 12:11.07.802] [LOG]   Create new calendar fetcher for url: <a href="http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics</a> - Interval: 300000<br />
0|MagicMir | [19.06.2022 12:11.07.856] [LOG]   Create new news fetcher for url: <a href="https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" target="_blank" rel="noopener noreferrer nofollow ugc">https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml</a> - Interval: 300000<br />
0|MagicMir | [19.06.2022 12:11.08.634] [INFO]  Newsfeed-Fetcher: Broadcasting 32 items.<br />
0|MagicMir | [19.06.2022 12:11.08.890] [INFO]  Calendar-Fetcher: Broadcasting 5 events.<br />
0|MagicMir |<br />
0|MagicMir | &gt; magicmirror@2.14.0 start<br />
0|MagicMir | &gt; ./run-start.sh $1<br />
0|MagicMir |<br />
0|MagicMir |<br />
0|MagicMir | &gt; magicmirror@2.14.0 start<br />
0|MagicMir | &gt; ./run-start.sh $1<br />
0|MagicMir |<br />
0|MagicMir | [19.06.2022 12:13.09.752] [LOG]   Starting MagicMirror: v2.14.0<br />
0|MagicMir | [19.06.2022 12:13.09.760] [LOG]   Loading config …<br />
0|MagicMir | [19.06.2022 12:13.09.772] [LOG]   Loading module helpers …<br />
0|MagicMir | [19.06.2022 12:13.09.777] [LOG]   No helper found for module: alert.<br />
0|MagicMir | [19.06.2022 12:13.10.045] [LOG]   Initializing new module helper …<br />
0|MagicMir | [19.06.2022 12:13.10.048] [LOG]   Module helper loaded: updatenotification<br />
0|MagicMir | [19.06.2022 12:13.10.052] [LOG]   No helper found for module: clock.<br />
0|MagicMir | [19.06.2022 12:13.10.777] [LOG]   Initializing new module helper …<br />
0|MagicMir | [19.06.2022 12:13.10.779] [LOG]   Module helper loaded: calendar<br />
0|MagicMir | [19.06.2022 12:13.10.782] [LOG]   No helper found for module: compliments.<br />
0|MagicMir | [19.06.2022 12:13.10.785] [LOG]   No helper found for module: weather.<br />
0|MagicMir | [19.06.2022 12:13.10.825] [LOG]   Initializing new module helper …<br />
0|MagicMir | [19.06.2022 12:13.10.827] [LOG]   Module helper loaded: newsfeed<br />
0|MagicMir | [19.06.2022 12:13.10.829] [LOG]   All module helpers loaded.<br />
0|MagicMir | [19.06.2022 12:13.10.959] [LOG]   Starting server on port 8080 …<br />
0|MagicMir | [19.06.2022 12:13.10.982] [LOG]   Server started …<br />
0|MagicMir | [19.06.2022 12:13.10.985] [LOG]   Connecting socket for: updatenotification<br />
0|MagicMir | [19.06.2022 12:13.10.987] [LOG]   Connecting socket for: calendar<br />
0|MagicMir | [19.06.2022 12:13.10.989] [LOG]   Starting node helper for: calendar<br />
0|MagicMir | [19.06.2022 12:13.10.990] [LOG]   Connecting socket for: newsfeed<br />
0|MagicMir | [19.06.2022 12:13.10.992] [LOG]   Starting node helper for: newsfeed<br />
0|MagicMir | [19.06.2022 12:13.10.994] [LOG]   Sockets connected &amp; modules started …<br />
0|MagicMir | [19.06.2022 12:13.11.444] [LOG]   Launching application.<br />
0|MagicMir | [19.06.2022 12:13.14.795] [LOG]   Create new calendar fetcher for url: <a href="http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics</a> - Interval: 300000<br />
0|MagicMir | [19.06.2022 12:13.14.888] [LOG]   Create new news fetcher for url: <a href="https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" target="_blank" rel="noopener noreferrer nofollow ugc">https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml</a> - Interval: 300000<br />
0|MagicMir | [19.06.2022 12:13.15.673] [INFO]  Newsfeed-Fetcher: Broadcasting 32 items.<br />
0|MagicMir | [19.06.2022 12:13.16.026] [INFO]  Calendar-Fetcher: Broadcasting 5 events.<br />
0|MagicMir | [19.06.2022 12:18.16.451] [INFO]  Newsfeed-Fetcher: Broadcasting 32 items.<br />
0|MagicMir | [19.06.2022 12:18.16.890] [INFO]  Calendar-Fetcher: Broadcasting 5 events.</p>
]]></description><link>https://forum.magicmirror.builders/post/102367</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102367</guid><dc:creator><![CDATA[mikelewis1971]]></dc:creator><pubDate>Sun, 19 Jun 2022 16:22:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 16:07:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikelewis1971" aria-label="Profile: mikelewis1971">@<bdi>mikelewis1971</bdi></a> also tried  --&gt; chmod -R 777 MMM-Remote-Control/<br />
Have no idea what that would do but the poster said it had something to do with a security issue… didn’t fix</p>
]]></description><link>https://forum.magicmirror.builders/post/102366</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102366</guid><dc:creator><![CDATA[mikelewis1971]]></dc:creator><pubDate>Sun, 19 Jun 2022 16:07:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 16:04:18 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> <img src="/assets/uploads/files/1655654650329-77bc6a6e-8137-4872-975d-1bf84cb1024f-image-resized.png" alt="77bc6a6e-8137-4872-975d-1bf84cb1024f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/102365</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102365</guid><dc:creator><![CDATA[mikelewis1971]]></dc:creator><pubDate>Sun, 19 Jun 2022 16:04:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 16:00:39 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 tried that a bunch of times and it didn’t fix the problem</p>
]]></description><link>https://forum.magicmirror.builders/post/102364</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102364</guid><dc:creator><![CDATA[mikelewis1971]]></dc:creator><pubDate>Sun, 19 Jun 2022 16:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Remote-Control Black Screen Help on Sun, 19 Jun 2022 15:59:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mikelewis1971" aria-label="Profile: mikelewis1971">@<bdi>mikelewis1971</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/102363</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/102363</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 19 Jun 2022 15:59:41 GMT</pubDate></item></channel></rss>