Read the statement by Michael Teeuw here.
Something went wrong displaying this web page error
-
@kellogg76 ok, some module did not get updated with the new mm.
Can you do
cd ~/MagicMirror node installers/dumpactivemodules.js
This should return a list of modules that have package.json files
-
@sdetweil said in Something went wrong displaying this web page error:
node installers/dumpactivemodules.js
When I do that nothing appears on screen
-
-
@sdetweil
The only non-default modules I have are
MMM-BackgroundSlideshow
MMM-DarkSkyForecast
mmm-suncalcI’m going to remove them one by one from the config and see if that identifies which is the problem module.
Edit: it looks like it’s the BackgroundSlideshow module, removing that from my config file makes everything stable again. Thanks for your help.
-
ok, great feedback
I was wrong before
cd ~/MagicMirror/modules node installers/dumpactivemodules.js
this will list off all the modules which are active in config.js
i would go the the MMM-BackgroundSlideshowfolder and do
npm install
-
@kellogg76 also, the first script u listed is raspberry.sh which is new install.
Upgrade-script is the one that does version upgrades of existing installations (get rid of that message)