MMM-Globe
MMM-Globe copied to clipboard
Current weather module disappeared
Hello. When I installed MMM-globe, my current weather module disappeared. The same happened with MMM-OpenmapWeather. I changed the position and size, but nothing helped.
Same problem, help wanted.
Thank you in advance.
I also have the same problem when using it with MMM-OpenmapWeather. And this is such a nice module, really hope it can be fixed...
Same problem - loss of live weather (openmapweather). Like the module so for now will go without the current weather! Please fix if possible. Thanks
Hi, I´ve the same problem with the OpenmapWeather module.
Hi, As many above, same problem for me with currentweather module and globe I'm interested if anyone finds something concerning this issue
Same here, Please fix, love the module :)
anyone found a fix for that problem?
Hello, I have the same problem with "MMM-OpenmapWeather module" to disappear. Still no fix known for this problem? Thanks :)
Edit: After I had my MagicMirror running with the Globe and OpenmapWeather modules enabled for around 15-30 Minutes, the OpenmapWeather module appeared again. :/ Kind of strange...
Hey there, the async/await function of this module "MMM-Globe" is blocking the initalLoad of "currentweather". I have no idea why. The solution would be, to rewrite the async/await function to promise-object.
Quick-and-dirty: add "initialLoadDelay: 5000," to the config section of the currentweather module.
The currentweather module is now loaded 5 seconds later. If the Globe-Image isn't loaded yet, try a higher value. The problem is, that await is hanging when the image-server is not reachable.
To i think, this should be rewritten to a promise-object...