Problem solved. There are multiple MMM-OpenWeatherForecast repositories. The one I cloned for the new system was not the clone I was previously using. I changed to the module from Tom-Hirschberger/MMM-OpenWeatherForecast and everything began working as expected.
I apologize for my error.
Update: To prevent future issues, I have add a comment in config/config.js file on each module statement to remind me of the module repository location. The comment appears as: // github.com/Tom-Hirschberger/MMM-OpenWeatherForecast.
Butch Kemper
fixed now, you can restart the pi (it will need some time to pull the new image before working) or
cd /opt/mm/run
docker compose pull
docker compose up -d
@sdetweil @karsten13
Found It
ps ux | awk '{if($8=="Z") print}'
pi 1170 0.0 0.0 0 0 ? Z 16:36 0:00 [xsettingsd] <defunct>
What is xsettingsd?
Should x11 be running with wayland ?
Seems like a duplicated background app running or do they not do basically the same thing.?
I did kill the 1166 which turned out to be the parent of the 1170 xsettingsd
Mirror restarted I assume due to PM2 being involved.
It restarted MUCH faster than normal. The MMM-Snow is running smoother.
I guess only time will tell.
@sdetweil said in Again -- MMM-Navigate can't get installed.:
the compiled module code must match the engine version
OK, sounds plausible.
Thanks.
Learned a lot, today :-)
Regards,
Ralf
@sdetweil - Thanks for your feedback.
I have signed up for Open Weather with the credit card for 3.0 API and forked using https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast.
I now have the weather module back online. Thanks for your support.