<?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 reading data - more then one plants not showing any values on MM2]]></title><description><![CDATA[<p dir="auto">I have two PV systems on my account.<br />
The one is redundant as I have upgraded dramatically in the past (Feb 2020)</p>
<p dir="auto">The two are:-<br />
Frits Midlands Estate - redundant<br />
Frits Erasmus - active</p>
<p dir="auto"><img src="/assets/uploads/files/1715337395246-38d76525-c1cb-4612-b352-907873853261-image.png" alt="38d76525-c1cb-4612-b352-907873853261-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1715337419599-66cc6027-8a30-4e1f-b7c0-ad3eb68efcc8-image.png" alt="66cc6027-8a30-4e1f-b7c0-ad3eb68efcc8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I can create a guest account for you if you need access to figure out how to resolve this.</p>
<p dir="auto">Regards<br />
Frits Erasmus<br />
email is My name . My Surname at gmail</p>
<p dir="auto"><img src="/assets/uploads/files/1715337467412-fe1eeb0d-a8de-40e6-8847-a3f4462844ad-image.png" alt="fe1eeb0d-a8de-40e6-8847-a3f4462844ad-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Any takers or suggestions on how to resolve this?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18727/mmm-sunnyportal-not-reading-data-more-then-one-plants-not-showing-any-values-on-mm2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 11:10:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18727.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 May 2024 10:42:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Tue, 14 May 2024 09:55:30 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Sam for that info.<br />
Although I do not understand it 100% it gives me an idea why there is an issue with that module.</p>
<p dir="auto">I started from scratch and this time took it slow.<br />
Used your script on your github page made the install so much cleaner.<br />
THANKS for your effort there!!</p>
]]></description><link>https://forum.magicmirror.builders/post/117749</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117749</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Tue, 14 May 2024 09:55:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Sat, 11 May 2024 11:40:35 GMT]]></title><description><![CDATA[<p dir="auto">@frits-erasmus  yes  the red is a fatal error on the module.</p>
<p dir="auto">request is a li rare to get data (request it). many developers did not properly handle errors.</p>
<p dir="auto">in this case it looks like the data is supposed to contain an array xxx[1]  and that is not the case. oops…</p>
<p dir="auto">I don’t know if it because of error, or api change , or multiple sources.</p>
<p dir="auto">how MagicMirror  works<br />
the modulename.js runs in the browser (electron is a browser), but as such it  cannot directly access the system it runs on for security (can’t read files,  fiddle w hardware , reformat your disks…)</p>
<p dir="auto">so the module has a helper, that runs o  the server side  which CAN do all that.</p>
<p dir="auto">so the modulename.js sends a request to the helper to get data. the helper does it, and sends back.  … the modilenane.js is waiting  (loading… on the screen)<br />
but if there is an error  most helpers do not send back.  so both sides are waiting…<br />
helper gor another request   modulename.js a response to last  request…</p>
<p dir="auto">stalemate…</p>
]]></description><link>https://forum.magicmirror.builders/post/117684</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117684</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 11 May 2024 11:40:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Sat, 11 May 2024 04:35:15 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 />
Sam,</p>
<p dir="auto">I think it is because I have two plants registered and manually logging onto the site incurs another step where one has to select the correct plant. That step is not a usual step when you only have one plant registered. That, I think causes MMM-SunnyPoprtal to fail.</p>
<p dir="auto">I also have two SunnyBow inverters that might contribute to this complexity.</p>
<p dir="auto">I will then go the MQTT route until the SunnyPortal is resolved. I also left a message for the developer in Github.<br />
I have an MQTT server running on my LAN and I have feeds of everything I would like to monitor, so that could potentially be the better route to take</p>
<p dir="auto">To play save I am going to start fresh with an SSD /NVME - M.2 for stability</p>
<p dir="auto">In your message starting with " <em>no. how do you start MagicMirror</em>?" I learned quite a lot.<br />
Is that way of starting supposed to give no RED messages when I connect via SSH?</p>
<p dir="auto">I saw several lines withRED text.</p>
<p dir="auto"><img src="/assets/uploads/files/1715401496242-c8b0edfe-8af1-4ce5-80bf-9cac99638b3d-image.png" alt="c8b0edfe-8af1-4ce5-80bf-9cac99638b3d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I suppose there should be no RED text when there are no errors?</p>
<p dir="auto">I will also do a little more reading now that I have a basic understanding of how MM2 works</p>
<p dir="auto">See you in my next post (Sorry for being such a nuisance)</p>
]]></description><link>https://forum.magicmirror.builders/post/117683</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117683</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Sat, 11 May 2024 04:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 14:52:18 GMT]]></title><description><![CDATA[<p dir="auto">@frits-erasmus yep. either  didn’t get data or api changed</p>
<p dir="auto"><img src="/assets/uploads/files/1715352733856-1000025938.jpg" alt="1000025938.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/117672</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117672</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 10 May 2024 14:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 14:14:55 GMT]]></title><description><![CDATA[<p dir="auto">frits@raspberrypi:~/MagicMirror $ npm start</p>
<blockquote>
<p dir="auto">magicmirror@2.27.0 start<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">[2024-05-10 16:13:26.448] [LOG]   Starting MagicMirror: v2.27.0<br />
[2024-05-10 16:13:26.523] [LOG]   Loading config …<br />
[2024-05-10 16:13:26.533] [LOG]   config template file not exists, no envsubst<br />
[2024-05-10 16:13:26.543] [LOG]   Loading module helpers …<br />
[2024-05-10 16:13:26.545] [LOG]   No helper found for module: alert.<br />
[2024-05-10 16:13:27.288] [LOG]   Initializing new module helper …<br />
[2024-05-10 16:13:27.289] [LOG]   Module helper loaded: updatenotification<br />
[2024-05-10 16:13:28.046] [LOG]   Initializing new module helper …<br />
[2024-05-10 16:13:28.048] [LOG]   Module helper loaded: MMM-ImagesPhotos<br />
[2024-05-10 16:13:28.196] [LOG]   Initializing new module helper …<br />
[2024-05-10 16:13:28.197] [LOG]   Module helper loaded: MMM-OpenWeatherMapForecast<br />
[2024-05-10 16:13:28.198] [LOG]   No helper found for module: MMM-FlipClock.<br />
[2024-05-10 16:13:29.120] [LOG]   Initializing new module helper …<br />
[2024-05-10 16:13:29.121] [LOG]   Module helper loaded: MMM-SunnyPortal<br />
[2024-05-10 16:13:29.848] [LOG]   Initializing new module helper …<br />
[2024-05-10 16:13:29.849] [LOG]   Module helper loaded: MMM-MQTT<br />
[2024-05-10 16:13:29.850] [LOG]   All module helpers loaded.<br />
[2024-05-10 16:13:29.875] [LOG]   Starting server on port 8080 …<br />
[2024-05-10 16:13:32.692] [LOG]   Server started …<br />
[2024-05-10 16:13:32.695] [LOG]   Connecting socket for: updatenotification<br />
[2024-05-10 16:13:32.698] [LOG]   Starting module helper: updatenotification<br />
[2024-05-10 16:13:32.699] [LOG]   Connecting socket for: MMM-ImagesPhotos<br />
[2024-05-10 16:13:32.701] [LOG]   Starting node helper for: MMM-ImagesPhotos<br />
[2024-05-10 16:13:32.703] [LOG]   Connecting socket for: MMM-OpenWeatherMapForecast<br />
[2024-05-10 16:13:32.706] [LOG]   ====================== Starting node_helper for module [MMM-OpenWeatherMapForecast]<br />
[2024-05-10 16:13:32.710] [LOG]   Connecting socket for: MMM-SunnyPortal<br />
[2024-05-10 16:13:32.712] [LOG]   Starting node helper for: MMM-SunnyPortal<br />
[2024-05-10 16:13:32.714] [LOG]   Connecting socket for: MMM-MQTT<br />
[2024-05-10 16:13:32.717] [LOG]   MMM-MQTT: Starting node helper<br />
[2024-05-10 16:13:32.718] [LOG]   Sockets connected &amp; modules started …<br />
[2024-05-10 16:13:33.281] [LOG]   Launching application.<br />
[2024-05-10 16:13:39.304] [INFO]  System information:</p>
<h3>SYSTEM:   manufacturer: ; model: ; raspberry: undefined; virtual: false</h3>
<h3>OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.28+rpt-rpi-v8</h3>
<h3>VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 20.13.0; npm: 10.5.2; pm2: 5.3.1</h3>
<h3>OTHER:    timeZone: Africa/Johannesburg; ELECTRON_ENABLE_GPU: undefined</h3>
<p dir="auto">[2024-05-10 16:13:40.158] [LOG]   Config based debug=module_2_MMM-ImagesPhotos<br />
[2024-05-10 16:13:40.166] [LOG]   SocketNotification START_SUNNYPORTAL received for the first time…setting updateInterval to 900000ms<br />
[2024-05-10 16:13:40.170] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing day data<br />
[2024-05-10 16:13:40.329] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing month data<br />
[2024-05-10 16:13:40.346] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing year data<br />
[2024-05-10 16:13:40.360] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing total data<br />
[2024-05-10 16:13:40.472] [INFO]  updatenotification: Updater Class Loaded!<br />
[2024-05-10 16:13:40.473] [INFO]  updatenotification: Checking PM2 using…<br />
[2024-05-10 16:13:40.478] [INFO]  Checking git for module: MMM-ImagesPhotos<br />
[2024-05-10 16:13:40.721] [INFO]  updatenotification: [PM2] You are not using pm2<br />
[2024-05-10 16:13:40.818] [INFO]  Checking git for module: MMM-OpenWeatherMapForecast<br />
[2024-05-10 16:13:40.881] [INFO]  Checking git for module: MMM-FlipClock<br />
[2024-05-10 16:13:40.950] [INFO]  Checking git for module: MMM-SunnyPortal<br />
[2024-05-10 16:13:41.071] [INFO]  Checking git for module: MMM-MQTT<br />
[2024-05-10 16:13:41.213] [INFO]  Checking git for module: MagicMirror<br />
[2024-05-10 16:13:41.406] [LOG]   [MMM-OpenWeatherMapForecast] 10-May-24 16:13 ** ERROR ** null<br />
[2024-05-10 16:13:41.643] [LOG]   [_login] Cookie Value: BIGipServerPool_P_SunnyPortal=3053758656.20480.0000<br />
[2024-05-10 16:13:41.647] [ERROR] Whoops! There was an uncaught exception…<br />
[2024-05-10 16:13:41.656] [ERROR] TypeError: Cannot read properties of null (reading ‘1’)<br />
at Request._callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:86:103)<br />
at self.callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)<br />
at Request.emit (node:events:514:28)<br />
at Request. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)<br />
at Request.emit (node:events:514:28)<br />
at IncomingMessage. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)<br />
at Object.onceWrapper (node:events:628:28)<br />
at IncomingMessage.emit (node:events:526:35)<br />
at endReadableNT (node:internal/streams/readable:1408:12)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)<br />
[2024-05-10 16:13:41.657] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[2024-05-10 16:13:41.659] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MagicMirrorOrg/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/issues</a><br />
[2024-05-10 16:13:41.676] [LOG]   [_login] Cookie Value: BIGipServerPool_P_SunnyPortal=3120867520.20480.0000<br />
[2024-05-10 16:13:41.678] [ERROR] Whoops! There was an uncaught exception…<br />
[2024-05-10 16:13:41.680] [ERROR] TypeError: Cannot read properties of null (reading ‘1’)<br />
at Request._callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:86:103)<br />
at self.callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)<br />
at Request.emit (node:events:514:28)<br />
at Request. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)<br />
at Request.emit (node:events:514:28)<br />
at IncomingMessage. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)<br />
at Object.onceWrapper (node:events:628:28)<br />
at IncomingMessage.emit (node:events:526:35)<br />
at endReadableNT (node:internal/streams/readable:1408:12)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)<br />
[2024-05-10 16:13:41.681] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[2024-05-10 16:13:41.682] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MagicMirrorOrg/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/issues</a><br />
[2024-05-10 16:13:41.696] [LOG]   [_login] Cookie Value: BIGipServerPool_P_SunnyPortal=3120867520.20480.0000<br />
[2024-05-10 16:13:41.698] [ERROR] Whoops! There was an uncaught exception…<br />
[2024-05-10 16:13:41.700] [ERROR] TypeError: Cannot read properties of null (reading ‘1’)<br />
at Request._callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:86:103)<br />
at self.callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)<br />
at Request.emit (node:events:514:28)<br />
at Request. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)<br />
at Request.emit (node:events:514:28)<br />
at IncomingMessage. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)<br />
at Object.onceWrapper (node:events:628:28)<br />
at IncomingMessage.emit (node:events:526:35)<br />
at endReadableNT (node:internal/streams/readable:1408:12)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)<br />
[2024-05-10 16:13:41.701] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[2024-05-10 16:13:41.702] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MagicMirrorOrg/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/issues</a><br />
[2024-05-10 16:13:41.718] [LOG]   [_login] Cookie Value: BIGipServerPool_P_SunnyPortal=3053758656.20480.0000<br />
[2024-05-10 16:13:41.722] [ERROR] Whoops! There was an uncaught exception…<br />
[2024-05-10 16:13:41.723] [ERROR] TypeError: Cannot read properties of null (reading ‘1’)<br />
at Request._callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_helper.js:86:103)<br />
at self.callback (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:185:22)<br />
at Request.emit (node:events:514:28)<br />
at Request. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1154:10)<br />
at Request.emit (node:events:514:28)<br />
at IncomingMessage. (/home/frits/MagicMirror/modules/MMM-SunnyPortal/node_modules/request/request.js:1076:12)<br />
at Object.onceWrapper (node:events:628:28)<br />
at IncomingMessage.emit (node:events:526:35)<br />
at endReadableNT (node:internal/streams/readable:1408:12)<br />
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)<br />
[2024-05-10 16:13:41.724] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[2024-05-10 16:13:41.724] [ERROR] If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MagicMirrorOrg/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MagicMirrorOrg/MagicMirror/issues</a><br />
[2024-05-10 16:13:42.376] [LOG]   MMM-MQTT: Starting client for 192.168.1.23:1883 user erasmi<br />
[2024-05-10 16:13:42.377] [LOG]   MMM-MQTT: Connecting to mqtt://192.168.1.23:1883<br />
[2024-05-10 16:13:42.598] [LOG]   MMM-MQTT connected to mqtt://192.168.1.23:1883<br />
[2024-05-10 16:13:42.600] [LOG]   MMM-MQTT: subscribing to sbfspot/2130438237 Topic.PDC1</p>
]]></description><link>https://forum.magicmirror.builders/post/117671</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117671</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Fri, 10 May 2024 14:14:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 14:07: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> said in <a href="/post/117661">MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2</a>:</p>
<blockquote>
<p dir="auto">pm2 restart</p>
</blockquote>
<p dir="auto">[2024-05-10 15:27:39.078] [LOG]   SocketNotification START_SUNNYPORTAL received for the first time…setting updateInterval to 900000ms<br />
[2024-05-10 15:27:39.083] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing day data<br />
[2024-05-10 15:27:39.260] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing month data<br />
[2024-05-10 15:27:39.275] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing year data<br />
[2024-05-10 15:27:39.293] [LOG]   [_login] Trying to login to <a href="https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2f" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sunnyportal.com/FixedPages/HoManLive.aspx/Templates/Start.aspx?ReturnUrl=%2F</a> for accessing total data</p>
]]></description><link>https://forum.magicmirror.builders/post/117670</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117670</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Fri, 10 May 2024 14:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 13:06:01 GMT]]></title><description><![CDATA[<p dir="auto">@frits-erasmus no.  how do you start MagicMirror?</p>
<p dir="auto">if at boot w pm2, then do</p>
<pre><code>pm2 stop all
</code></pre>
<p dir="auto">then</p>
<pre><code class="language-sh"> cd ~/MagicMirror 
npm start
</code></pre>
<p dir="auto">see if there are any messages relative to this module</p>
<p dir="auto">to stop MagicMirror<br />
press ctrl-q</p>
<p dir="auto">to restart as on boot<br />
do</p>
<pre><code>pm2 status
pm2 restart  xxx
</code></pre>
<p dir="auto">where xxx is the number on the line  or name on the line of the app you want to start (I have 10 apps on mine, with multiple copies of MagicMirror… so I have to use the number)</p>
<p dir="auto">start and restart  do the same when the app not running</p>
]]></description><link>https://forum.magicmirror.builders/post/117661</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117661</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 10 May 2024 13:06:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 13:00:53 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></p>
<p dir="auto">frits@raspberrypi:~/MagicMirror/config $ pm2 start mm<br />
[PM2] Applying action restartProcessId on app [mm](ids: [ 0 ])<br />
[PM2] <a href="0">mm</a> ✓<br />
[PM2] Process successfully started<br />
┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐<br />
│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │<br />
├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤<br />
│ 0  │ mm                 │ fork     │ 3    │ online    │ 0%       │ 2.8mb    │</p>
]]></description><link>https://forum.magicmirror.builders/post/117662</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117662</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Fri, 10 May 2024 13:00:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 12:57:07 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></p>
<pre><code>npm install

up to date, audited 58 packages in 6s

2 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ ^C
frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ npm fund
mmm-sunnyportal@1.4.0
+-- https://github.com/sponsors/feross
|   `-- safe-buffer@5.2.1
`-- https://github.com/sponsors/epoberezkin
    `-- ajv@6.12.6

frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ ^C
frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ ^C
frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ ^C
frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ ^C
frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ npm audit
# npm audit report

request  *
Severity: moderate
Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6
Depends on vulnerable versions of tough-cookie
No fix available
node_modules/request

tough-cookie  &lt;4.1.3
Severity: moderate
tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
No fix available
node_modules/tough-cookie

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1715345819635-04dabdad-4dec-4144-b8ec-eb7d2f43a547-image.png" alt="04dabdad-4dec-4144-b8ec-eb7d2f43a547-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/117659</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117659</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Fri, 10 May 2024 12:57:07 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 12:47:03 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> Not 100% sure what you meant:</p>
<p dir="auto">This:</p>
<pre><code>frits@raspberrypi:~/MagicMirror/modules/MMM-SunnyPortal $ npm install

up to date, audited 58 packages in 6s

2 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
</code></pre>
<p dir="auto">OR this:-</p>
<p dir="auto"><img src="/assets/uploads/files/1715345218882-2c586b73-d6e7-414f-9561-d6a326eabc3b-image.png" alt="2c586b73-d6e7-414f-9561-d6a326eabc3b-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/117658</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117658</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Fri, 10 May 2024 12:47:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 12:42:27 GMT]]></title><description><![CDATA[<p dir="auto">@frits-erasmus thx. those other commands  do t help w info.</p>
<p dir="auto">now, show the output from starting MagicMirror,  where you do npm start</p>
]]></description><link>https://forum.magicmirror.builders/post/117655</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117655</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 10 May 2024 12:42:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 12:43:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi sdetwell,<br />
Yes, I did, but to play it safe I ran it again and paid close attention to feedback (blush) have not done that before.</p>
<p dir="auto">I got this feedback:</p>
<pre><code>up to date, audited 58 packages in 6s

2 packages are looking for funding
  run `npm fund` for details

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency

Run `npm audit` for details.
</code></pre>
<p dir="auto">So I ran this:</p>
<pre><code>npm fund
mmm-sunnyportal@1.4.0
+-- https://github.com/sponsors/feross
|   `-- safe-buffer@5.2.1
`-- https://github.com/sponsors/epoberezkin
    `-- ajv@6.12.6](link url
</code></pre>
<p dir="auto">AND</p>
<pre><code>npm audit
# npm audit report

request  *
Severity: moderate
Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6
Depends on vulnerable versions of tough-cookie
No fix available
node_modules/request

tough-cookie  &lt;4.1.3
Severity: moderate
tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
No fix available
node_modules/tough-cookie

2 moderate severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.
</code></pre>
<p dir="auto">I have to admit - MOST of this went right over my head</p>
<p dir="auto">Can you please help me here?</p>
]]></description><link>https://forum.magicmirror.builders/post/117654</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117654</guid><dc:creator><![CDATA[frits.erasmus]]></dc:creator><pubDate>Fri, 10 May 2024 12:43:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SunnyPortal not reading data - more then one plants not showing any values on MM2 on Fri, 10 May 2024 11:32:48 GMT]]></title><description><![CDATA[<p dir="auto">@frits-erasmus did you do the npm install</p>
]]></description><link>https://forum.magicmirror.builders/post/117649</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117649</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 10 May 2024 11:32:48 GMT</pubDate></item></channel></rss>