<?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-SunnyPortal not loading]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I found this tread describing exact the same issue I am experiencing with this module. Strange thing is that I got this module working for a few weeks, looking very good … but after a week of disabeling it I wanted it enabled again but to my disappointment it shows the Solar Panels title with beneath 4 times “Loading …” and that does not end.<br />
I tried reinstalling the SunnyPortal module, MagicMirror and even started from scratch with a complete new raspberrypi install but still no luck. I tried the fix from this ( MMM-SunnyPortal Solar Module](/topic/12184/mmm-sunnyportal-solar-module) thread but also no luck, after altering the node_helper.js file MagicMirror is not starting at all. Changed that back to the original version again.</p>
<p dir="auto">What I notice in de logging when starting MagicMirror is the following lines as soon as I activate the SunnyPortal Module:<br />
0|mm       | [2020-11-12 16:38:52.747] [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|mm       | [2020-11-12 16:38:52.814] [ERROR]  Whoops! There was an uncaught exception…<br />
0|mm       | [2020-11-12 16:38:52.816] [ERROR]  TypeError: Cannot read property ‘1’ of null<br />
0|mm       |     at Request._callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:134:121)<br />
0|mm       |     at Request.self.callback (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)<br />
0|mm       |     at Request.emit (events.js:200:13)<br />
0|mm       |     at Request. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)<br />
0|mm       |     at Request.emit (events.js:200:13)<br />
0|mm       |     at IncomingMessage. (/home/pi/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)<br />
0|mm       |     at Object.onceWrapper (events.js:288:20)<br />
0|mm       |     at IncomingMessage.emit (events.js:205:15)<br />
0|mm       |     at endReadableNT (_stream_readable.js:1154:12)<br />
0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:84:9)<br />
0|mm       | [2020-11-12 16:38:52.818] [ERROR]  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
0|mm       | [2020-11-12 16:38:52.819] [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></p>
<p dir="auto">Any idea what is going wrong here, above logging says it has got something to do with the node_helper.js file …</p>
<p dir="auto">help would be appriciated …</p>
<p dir="auto">Regards,</p>
<p dir="auto">Arjan</p>
]]></description><link>https://forum.magicmirror.builders/topic/14019/mmm-sunnyportal-not-loading</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 05:14:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14019.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Nov 2020 15:55:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-SunnyPortal not loading on Tue, 17 Nov 2020 14:29:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/linuxtuxie" aria-label="Profile: linuxtuxie">@<bdi>linuxtuxie</bdi></a></p>
<p dir="auto">Hi linuxtuxie,</p>
<p dir="auto">I have reinstalled it and it worked … for 1 day, I now have the same problem again …<br />
I’ve reinstalled it again, and it keeps on saying “Loading…”</p>
<p dir="auto">I’ve tried using some other user-agent strings from chrome and edge. With the Edge string I’ve got it working agian</p>
<p dir="auto">‘User-Agent’: ‘Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 Edg/86.0.622.69’,</p>
<p dir="auto">But it feels buggy, I will report back when it it fails again …</p>
<p dir="auto">regards,</p>
<p dir="auto">Arjan</p>
]]></description><link>https://forum.magicmirror.builders/post/84776</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84776</guid><dc:creator><![CDATA[SkyFocusNL]]></dc:creator><pubDate>Tue, 17 Nov 2020 14:29:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not loading on Sat, 14 Nov 2020 20:28:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi Arjan,</p>
<p dir="auto">I also encountered the same problem and noticed that I was forced to create a more complex password on the portal, but even after changing the password, the problem remained…</p>
<p dir="auto">I got it working again by making use of the user-agent of the latest Firefox browser version, being:</p>
<p dir="auto">‘User-Agent’: ‘Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0’</p>
<p dir="auto">So it seems that we have hit the same browser user-agent issue again as mentioned in post <a href="https://forum.magicmirror.builders/post/77179">https://forum.magicmirror.builders/post/77179</a></p>
<p dir="auto">You can fetch the latest release from<br />
<a href="https://github.com/linuxtuxie/MMM-SunnyPortal" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/linuxtuxie/MMM-SunnyPortal</a></p>
<p dir="auto">Can you confirm its working again?</p>
<p dir="auto">Regards,<br />
Linuxtuxie</p>
]]></description><link>https://forum.magicmirror.builders/post/84621</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84621</guid><dc:creator><![CDATA[linuxtuxie]]></dc:creator><pubDate>Sat, 14 Nov 2020 20:28:40 GMT</pubDate></item></channel></rss>