KristjanESPERANTO / MMM-OneCallWeather

Magic Mirror weather module using openweathermap.org "One Call" api
MIT License
3 stars 2 forks source link

Again, stuck on Loading #14

Open KimORichter opened 7 months ago

KimORichter commented 7 months ago

I installed per instructions. Console says Starting module: MMM-OneCallWeather, and All modules started! However, I never come off of Loading ...

My config:

    {
            module: "MMM-OneCallWeather",
            position: "top_right", // This can be any of the regions.
        header: "My Weather Forecast",
        disabled: false,
            // Best results in bottom_bar region due to horizontal default layout and icon sizes.
            config: {
                // See 'Configuration options' for more information.
                latitude: "32.661230",                  // Longitude from https://www.latlong.net/
                longitude: "-97.164660",                // Longitude from https://www.latlong.net/ - is West + is East of London
                apikey: "myAPIKey which works with default weather module",         // openweathermap.org API key.
            apiVersion: 3.0,                                        // Also tried 2.5, no difference
            layout: "vertical",                 // "horizontal" , "vertical" or "default"

// 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.

KimORichter commented 6 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.