Read the statement by Michael Teeuw here.
Trouble Integrating MMM-OpenWeatherMapForecast with OpenWeather API v3.0
-
@sdetweil
It looks like i might be facing an issue with the OpenWeather api. Under services tab i see this msg. It looks like Hourly and Daily forcast is still not available to me.
My membership services shows. See screenshot below.
However my subscription shows its active with the paid membership
I have written an email to OpenWeather support, as soon as i hear from them, i will report back. I think this has to do with my subscription and for them to activate the daily forcast on my account. -
Sucks, what do you recommend in this case? Uninstall/delete OWMF module and any css folders relating to it, and reinstall it completely?
-
@sdetweil
Other than deleting the module folder what other components relating to OWMF can i delete? Also, is there a way to uninstall instead of deleting, so any dependent package that was installed with OWMF can be removed? -
@Socrates delete the module folder and reinstall the module . don’t need to edit the config
-
Hello and good evening again. The issue has been resolved. Even after reinstalling the module it did not work. Then i thought about something i would have done years back as a Linux System admin if a rpm package was not able to find depedencies already installed, i went and granted chmod -R 777 * to the MMM-OWMF folder, thus giving it recursive permission to read write and execute to self and guest users. After that i restarted and now I can see the module in my dashboard.
Thank you so much for standing with me since yesterday and helping me out with this issue. This has been a great learning curve.
Thanks again!!!
-
@Socrates BUT BUT BUT that sounds like you installed the module using sudo…
NEVER use sudo with any MagicMirror commands , regardless what anyone says, no reason to do that…
use of sudo leads to troubles like this
-
-
@Socrates
Ah that makes sense. Yes i did use sudo. You are right. Will follow the guidelines now.