<?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[Not updating after network lost]]></title><description><![CDATA[<p dir="auto">I have a pi3 powered mirror that works great when first powering up. A few times a day I can see via the ping module that I loose network. I guess that is normal since the pi is behind the frame, using wifi and is placed some distance from the router.</p>
<p dir="auto">But after wifi has dropped once, the modules (calendar and MMM-ResRobot) are never updated again. The calendar is stuck in time. Even though network comes back. It seems the ping module is updated though.</p>
<p dir="auto">If I restart the mirror, the modules will update. And if I access the mirror remotely (with MMM-RemoteControl) it shows correctly remotely.</p>
<p dir="auto">Any ideas what to do?</p>
]]></description><link>https://forum.magicmirror.builders/topic/4682/not-updating-after-network-lost</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 18:53:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4682.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Aug 2017 14:33:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not updating after network lost on Sun, 01 Oct 2017 14:08:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/retroflex" aria-label="Profile: retroflex">@<bdi>retroflex</bdi></a> I think I have a similar issue, did <a class="plugin-mentions-user plugin-mentions-a" href="/user/rcollie" aria-label="Profile: rcollie">@<bdi>rcollie</bdi></a> suggestion solved the issue for you ?</p>
]]></description><link>https://forum.magicmirror.builders/post/28757</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28757</guid><dc:creator><![CDATA[da4throux]]></dc:creator><pubDate>Sun, 01 Oct 2017 14:08:41 GMT</pubDate></item><item><title><![CDATA[Reply to Not updating after network lost on Mon, 21 Aug 2017 13:36:03 GMT]]></title><description><![CDATA[<p dir="auto">The Pi may be turning off the wifi to conserve energy. So, you might need to turn off power management. Here’s a good walkthrough courtesy of modmypi (<a href="https://www.modmypi.com/blog/disable-wifi-power-management" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.modmypi.com/blog/disable-wifi-power-management</a>).</p>
<p dir="auto">If you are experiencing drop outs on your wifi interent connection, it could be that your dongle is turning itself off after an idle period. To stop your wifi dongle doing this, we need to disable its power management.</p>
<p dir="auto">Either SSH to your Pi, or login to its desktop and open up a terminal.</p>
<p dir="auto">First, make a backup of your existing interfaces file:</p>
<p dir="auto">sudo cp /etc/network/interfaces /etc/network/interfaces.backup</p>
<p dir="auto">Now edit the original interfaces file:</p>
<p dir="auto">sudo nano /etc/network/interfaces</p>
<p dir="auto">Assuming you haven’t edited this file before all you need to do is delete its entire contents, and copy the following into it:</p>
<p dir="auto">auto lo</p>
<p dir="auto">iface lo inet loopback<br />
iface eth0 inet dhcp</p>
<p dir="auto">auto wlan0<br />
allow-hotplug wlan0<br />
iface wlan0 inet dhcp<br />
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf<br />
wireless-power off<br />
iface default inet dhcp</p>
<p dir="auto">The important block of code here is:</p>
<p dir="auto">auto wlan0<br />
allow-hotplug wlan0<br />
iface wlan0 inet dhcp<br />
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf<br />
wireless-power off<br />
iface default inet dhcp</p>
<p dir="auto">So only add that section if you have a custom configuration for any other network interfaces.</p>
<p dir="auto">Now exit the nano editor and save your changes:</p>
<p dir="auto">Ctrl+x<br />
Y<br />
Enter</p>
<p dir="auto">Now reboot your raspberry pi:</p>
<p dir="auto">sudo reboot</p>
<p dir="auto">Once the raspberry pi has rebooted, check that the wifi dongle’s power management has been disabled by typing this command:</p>
<p dir="auto">iwconfig</p>
<p dir="auto">And checking for: “Power Management:off”</p>
]]></description><link>https://forum.magicmirror.builders/post/26830</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26830</guid><dc:creator><![CDATA[rcollie]]></dc:creator><pubDate>Mon, 21 Aug 2017 13:36:03 GMT</pubDate></item><item><title><![CDATA[Reply to Not updating after network lost on Mon, 21 Aug 2017 10:48:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lange" aria-label="Profile: Lange">@<bdi>Lange</bdi></a> but the ping module is updated along with the clock module, so a crash seems unlikely. But what can I do to debug this?</p>
]]></description><link>https://forum.magicmirror.builders/post/26814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26814</guid><dc:creator><![CDATA[retroflex]]></dc:creator><pubDate>Mon, 21 Aug 2017 10:48:23 GMT</pubDate></item><item><title><![CDATA[Reply to Not updating after network lost on Sun, 20 Aug 2017 15:09:36 GMT]]></title><description><![CDATA[<p dir="auto">It seems like the browser is crashing or not auto updating since it works when you access from a new location/browser</p>
]]></description><link>https://forum.magicmirror.builders/post/26778</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26778</guid><dc:creator><![CDATA[Lange]]></dc:creator><pubDate>Sun, 20 Aug 2017 15:09:36 GMT</pubDate></item></channel></rss>