@george Thanks for the details. Really interesting, sorry to hear about your issues. I’m not sure how the module would effect some of these issues with the resolution, so that might not be related. However, the blocking sounds like it could be because of how the images are being rendered on top of other modules. I added an option called “zIndex” which should allow you to set what layer this module renders at, such that lower numbers means other modules can display over it. I’d suggest adjusting that to see if there is any difference.
Also, how have you been updating? I have been making numerous changes in the last several weeks that could have caused some of these issues. Perhaps it may help to just delete the MMM-DynamicWeather module folder and re-install it.
I will also look into adding some additional logging. In the meantime, you can run the command npm start dev
in the MagicMirror folder. This will bring up the console dev tools in the mirror to look for errors.