Read the statement by Michael Teeuw here.
MMM-SunnyPortal Solar Module
- 
 Hi linuxtuxie, 
 sorry fore my late response . I was a few days in Austria.
 Nevertheless i tried today your proposal and it looks much better. Now i see that : 
- 
 I’ve the same issue. I try the update in the code, adding the httpResponse.headers.location in the log => it’s “undefined” 
 (and http result : 200.)With the new version of the module, I’ve this log: [2020-11-23 12:26:02.231] [LOG] Login Failed, no redirect to any of the known url's /FixedPages/Dashboard.aspx, /Templates/UserProfile.aspx, /FixedPages/HoManEnergyRedesign.aspx [2020-11-23 12:26:02.233] [LOG] You are being redirected to the yet unkown url: undefinedIn my browser I see on the homepage a pop-up for a new SMA application. Maybe that can generate another URL ? I tried to cancel it to see if it’s the problem but … nope :( Still looking for a solution. 
- 
 Hi Snake-Darkangel, Did you use the latest code listed at https://github.com/linuxtuxie/MMM-SunnyPortal ? More specifically the piece of code listed in the file node_helper.js is important. SunnyPortal seems to be very picky when it comes to the browser which makes a connection to there website. I recently updated the user-agent to the latest Firefox version as shown below: headers : { 
 // We need to simulate a Browser which the SunnyPortal accepts…here I am Using Firefox 82.0.3 (64-bit) for Windows
 ‘User-Agent’: ‘Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0’,
 },User SkyFocusNL even used another user-agent to get things working 
 https://forum.magicmirror.builders/topic/14019/mmm-sunnyportal-not-loading/3
 maybe you can give that solution a try and provide us some feedback ?Regards, 
 Linuxtuxie
- 
 Hello @linuxtuxie , Thank for your help. With the last update it’s working again. 
 I probably miss an update -_-" (or forget to read other topic ^^)Regards, 
- 
 Hello, any news about this loading problem ? Regards. 
