@veny Just restarting the MM does not resolve the issue with the weather module freezing. We need to find why the weather module freezes. Maybe turn on Debug in the config and then see if there are any errors on the next freeze?
Read the statement by Michael Teeuw here.
 Offline
Offline
Posts
- 
RE: Restart MagicMirror once a day
- 
RE: MMM-Tado - Tado API Login no longer working (403 error) — any fix?@chichi1887 I have seen that the node-tado-client npmjs package has been updated to v1.0.0 to cater for the new OAuth2 flow. I would suggest opening an issue on the module Github page for the module developer to fix. 
- 
RE: MMM-NOAA3 - Revived@sdetweil Successfully replaced Darksky with Piratesky. 
- 
MMM-NOAA3 - RevivedHi all, I have been using MMM-NOAA3 by @cowboysdude for a few years now. I like the display of it and did not want to go for a different module to replace it. Recently it stopped working and has for a while been throwing lots of errors. I have forked the module and have started updating it and trying to bring it back to life. I have managed to update a few things. - Removed requestand replaced with internalfetch
- Updated MMM-NOAA3.jsto cater for the new response structures.
 Supported Providers: - weatherbit
- piratesky
- accuweather
- openweather
- msn
 I have not had a chance yet to look at the other providers and am not sure if anybody would like them included. Honestly I do not want to create accounts for all of them just to update the provider list but can if I have to. However, I do believe that darkskyhas been taken over by Apple and it may not work so, I may be removing that from the list of providers.However, I am happy to say that the module now works fine for weatherbitandopenweatherand no longer is throwing any errors.I will be pushing a PR to @cowboysdude when I am done making all the changes with the other providers. For now, if anybody is interested in using it for either openweatherorweatherbityou can use my fork for now.Can be found below: 
 MMM-NOAA3
- Removed 
- 
RE: MMM-Growatt@nowayto Yes, you can add your own dimensions in the ~/MagicMirror/css/custom.css.I have noticed an error in the module css. I have corrected it. Please do a git pullbefore attempting the below changes.You could set it as follows: .growatt-table { font-weight: bold; color: orangered; font-size: 0.5rem; }
- 
RE: MMM-Growatt@nowayto Hi. I will fix the README when I get some time. Unfortunately you cannot add exportedPower as that is not defined in the module when it gets the text and icons etc. 
- 
RE: MMM-Growatt@nowayto yes, do rm -rf MMM-Growattin the~/MagicMorror/modulesfolder to remove the other module. Then just git clone my one and configure accordingly in the config.js.
- 
RE: MMM-Growatt@nowayto Changes made. Please review the Github README for details of how to implement. Don’t forget to like and or Star the module on Github. 
- 
RE: MMM-Growatt@nowayto Those features are not there. Will need to see if I can include it. A little late this side now and I have an early morning. Will look at it afterward.