Open KimORichter opened 7 months ago
Upon further research with OpenWeather API Keys, discovered that with the Free API the weather requests Hourly and Daily are not available. I have been unable to determine the API cal that OneCalWeather is requesting.
I installed per instructions. Console says Starting module: MMM-OneCallWeather, and All modules started! However, I never come off of Loading ...
My config:
// updateInterval: 600000, // 10 minutes updateInterval: 120000, // 2 minutes lang: "en", // initialLoadDelay: 2500, // (2.5 seconds delay. This delay is used to keep the OpenWeather API happy.) } },
I just installed this morning, but as a precaution I also performed git pull and npm ci, and got up to date.
I have not done anything in custom.css for this module.
I commented out the default weather modules (Current and Forecast) with no difference.
I never see MMM-OneCallWeather do a Getting Data like I see with MMM-EnphaseSolar when watching Console.
I am seeing lots of 'module tries to update the DOM without being displayed' messages in console.
I am somewhat new to MM and RPI, but I do have programming experience. Have not figured out how to do a partial screen capture for console results.
What am I doing wrong??
Thanks.