<?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-Syslog not working anymore?]]></title><description><![CDATA[<p dir="auto">Hi everybody,</p>
<p dir="auto">I am not sure why, but my MMM-Syslog is not working anymore.<br />
As far as I remember the last two thinks I have done, was installing Alexa on the same Raspberry and updating the Magic Mirror.<br />
In order to find the error I just set up a new MagicMirror without Alexa. Same here. So I think it is because of the MagicMirror update?</p>
<p dir="auto">My browser says that there is no connection possible.<br />
I was working fine before.<br />
Even from my smart home I could send message until now.</p>
<p dir="auto">Do you have an idea?<br />
Could you please try your MMM-Syslog module?</p>
<p dir="auto">Thanks a lot!</p>
<p dir="auto">Mr.Coffee</p>
]]></description><link>https://forum.magicmirror.builders/topic/6079/mmm-syslog-not-working-anymore</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 13:20:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6079.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Jan 2018 15:39:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 21:58:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a><br />
The apache server is for some smart home function.<br />
Has nothing to do with the MagicMirror … yet;-)</p>
]]></description><link>https://forum.magicmirror.builders/post/33423</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33423</guid><dc:creator><![CDATA[MrCoffee]]></dc:creator><pubDate>Fri, 05 Jan 2018 21:58:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 21:05:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a></p>
<p dir="auto">Now it works like a charm!<br />
Thank you very much.</p>
<p dir="auto">I compared my config.js with your code. The [address: “”,] was missing.<br />
What does it do?</p>
<p dir="auto">I deleted my code and inserted yours in total and that was it.<br />
The strange thing is that I did not changed anything in the config. So maybe it might be because of the update.<br />
Now even my portscanner detects the port 8080.</p>
<p dir="auto">Thanks again.<br />
I´m very happy.</p>
<p dir="auto">Greetings<br />
Mr.Coffee</p>
]]></description><link>https://forum.magicmirror.builders/post/33418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33418</guid><dc:creator><![CDATA[MrCoffee]]></dc:creator><pubDate>Fri, 05 Jan 2018 21:05:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 18:17:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrcoffee" aria-label="Profile: MrCoffee">@<bdi>MrCoffee</bdi></a></p>
<p dir="auto">Access your pi from your main computers browser via <a href="http://raspberryip:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://raspberryip:8080</a></p>
<p dir="auto">If you get “device not allowed” you need to alter your ipwhitelist in the config.<br />
There are a couple of threads on how to set it up.<br />
But to just rule out any other issues, try this in your config first and see if you get access to your MM after that :</p>
<pre><code>var config = {
address: "",
port: 8080,
ipWhitelist: [],

//etc etc etc
</code></pre>
<p dir="auto">Why are you running an apache server on your MM?</p>
]]></description><link>https://forum.magicmirror.builders/post/33402</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33402</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Fri, 05 Jan 2018 18:17:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 17:51:09 GMT]]></title><description><![CDATA[<p dir="auto">I just made a port-scan.<br />
The raspberry with the older version has 8080/tcp http-proxy open. The other raspberry has not.<br />
I guess that MagicMirror opens or closes the port? I did nothing like that.</p>
]]></description><link>https://forum.magicmirror.builders/post/33401</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33401</guid><dc:creator><![CDATA[MrCoffee]]></dc:creator><pubDate>Fri, 05 Jan 2018 17:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 17:39:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a></p>
<p dir="auto">“Have you checked that you can access your mirror from another computers browser?”</p>
<p dir="auto">Sorry. I have misunderstood that.<br />
I checked it with the MMM-syslog command. How can I check it another way?<br />
I tried the ip of the raspberry and could open the apache webserver.</p>
]]></description><link>https://forum.magicmirror.builders/post/33399</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33399</guid><dc:creator><![CDATA[MrCoffee]]></dc:creator><pubDate>Fri, 05 Jan 2018 17:39:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 17:35:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a></p>
<p dir="auto">Hi broberg,</p>
<p dir="auto">thank you for your reply.<br />
Yes. I checked it from another computers browser. That is were it says “no connection possible”.</p>
<p dir="auto">However, I just tried to install an older version of MagicMirror on another SD-Card.<br />
The 2.1.2 from Juli has the same problem.<br />
The 2.1.1 from April looks much better. The browser finds the mirror sending this errormessage:<br />
“This device is not allowed to access your mirror.<br />
Please check your config.js or config.js.sample to change this.”</p>
<p dir="auto">Theoretically I know what to do with the config. But in generall I was not able to install the old version properly as I have to do it manualy. For example the config file was completely missing and I added it manualy.<br />
Help is welcome:-)</p>
<p dir="auto">But despite that. Now I know for sure that the problem exists since update 2.1.2.<br />
Do you have an idea why or how to fix it?</p>
<p dir="auto">Until it is fixed I would like to reinstall the 2.1.2 manually, but don´t know how. I used the automatic installer a few month ago.</p>
<p dir="auto">Thanks<br />
Mr.Coffee</p>
]]></description><link>https://forum.magicmirror.builders/post/33398</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33398</guid><dc:creator><![CDATA[MrCoffee]]></dc:creator><pubDate>Fri, 05 Jan 2018 17:35:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Syslog not working anymore? on Fri, 05 Jan 2018 17:13:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrcoffee" aria-label="Profile: MrCoffee">@<bdi>MrCoffee</bdi></a></p>
<p dir="auto">There was changes made to ipWhitelist for the last couple of updates. Have you checked that you can access your mirror from another computers browser?</p>
]]></description><link>https://forum.magicmirror.builders/post/33396</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33396</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Fri, 05 Jan 2018 17:13:46 GMT</pubDate></item></channel></rss>