<?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[Server connection]]></title><description><![CDATA[<p dir="auto">I have problems to user the mirror server - no connection possible.<br />
Config seems quite standard :</p>
<pre><code>var config = {
	port: 8080,
        adress: "0.0.0.0",
	ipWhitelist: [], // Set [] to allow all IP addresses.
	language: "de",
	debug: true,
	timeFormat: 24,
	units: "metric",
</code></pre>
<p dir="auto">When I run MagicMirror trough pm2, it runs fine, display is ok and all modules work.<br />
When running as : node serveronly<br />
I get the following output :</p>
<pre><code>Starting MagicMirror: v2.1.3
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
Initializing new module helper ...
Module helper loaded: mmm-systemtemperature
No helper found for module: MMM-Admin-Interface.
No helper found for module: MMM-GoogleAssistant.
Initializing new module helper ...
Module helper loaded: MMM-NASA
No helper found for module: MMM-Globe.
WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 48, got 54.
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
Initializing new module helper ...
Module helper loaded: mmm-systemtemperature
No helper found for module: MMM-Admin-Interface.
No helper found for module: MMM-GoogleAssistant.
Initializing new module helper ...
Module helper loaded: MMM-NASA
No helper found for module: MMM-Globe.
Whoops! There was an uncaught exception...
Error: Module version mismatch. Expected 48, got 54.
    at Error (native)
    at Object.Module._extensions..node (module.js:597:18)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:81:44)
    at Object. (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/epoll.js:1:99)
    at Module._compile (module.js:570:32)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
(node:1205) DeprecationWarning: sys is deprecated. Use util instead.

</code></pre>
<p dir="auto">Neither allows me to connect to<br />
<a href="http://10.0.0.60:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://10.0.0.60:8080</a></p>
<p dir="auto">Address is correct …</p>
<p dir="auto">Am I  missing something  ?</p>
<p dir="auto">I was not able to correct the listed version mismatch for the PIR-sensor,<br />
but it seems to run fine under pm2.</p>
]]></description><link>https://forum.magicmirror.builders/topic/6562/server-connection</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 13:24:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6562.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Feb 2018 18:03:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Server connection on Sun, 11 Feb 2018 21:47:18 GMT]]></title><description><![CDATA[<p dir="auto">I should know this …<br />
But you are right.<br />
Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/35561</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35561</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 11 Feb 2018 21:47:18 GMT</pubDate></item><item><title><![CDATA[Reply to Server connection on Sun, 11 Feb 2018 19:46:42 GMT]]></title><description><![CDATA[<p dir="auto">i did the same mistake on my first time. Think this is a german guys problem XD</p>
]]></description><link>https://forum.magicmirror.builders/post/35550</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35550</guid><dc:creator><![CDATA[cruunnerr]]></dc:creator><pubDate>Sun, 11 Feb 2018 19:46:42 GMT</pubDate></item><item><title><![CDATA[Reply to Server connection on Sun, 11 Feb 2018 19:41:24 GMT]]></title><description><![CDATA[<p dir="auto">It should be <code>address: "0.0.0.0",</code> with 2 d :)</p>
]]></description><link>https://forum.magicmirror.builders/post/35549</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35549</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Sun, 11 Feb 2018 19:41:24 GMT</pubDate></item></channel></rss>