Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast
-
Does anyone know what’s going on with MMM-OpenWeatherForecast
all I’m getting is its loading
even on my virtual mirror it’s doing exactly the same thing
I tried different coordinates and it is doing the seem thing
I went to the website and everything checks out just fine my app key is still intact and I can see the current weather on their weather map
so I am at a loss on what’s going on here{ disabled: false, module: "MMM-OpenWeatherForecast", position: "top_right", header: "Concord/Walnut Creek", config: { apikey: " ", // only string here latitude: 37.9780 , // Concord's coordinates longitude: -122.0311 , units: "imperial", iconset: "3c", requestDelay: 250, // requestDelay In milliseconds useAnimatedIcons: true, // animation can only be on one updateInterval: 10, // minutes showFeelsLikeTemp: false, showSummary: true, // false stop weather alerts from displaying forecastHeaderText: "Hourly Forecast", // Text for the header forecastLayout: "tiled", // Can be set to tiled or table showHourlyForecast: true, // show hourly forecast information hourlyForecastInterval: 3, // How many hours apart each listed hourly maxHourliesToShow: 3, // How many hourly forecasts showDailyForecast: false // show daily forecast information } }, -
The api call daily threshold for billing is 1,000. The default setting is to update every 10 minutes and that equals to 144 daily calls.
Butch
-
@Ray I have the same issue right after I did the upgrade. I came here to check and the first post I see describes the exact issue I have.
-
-
@froboz @Ray make sure you have the following parameter in your config:
apiBaseURL: “https://api.openweathermap.org/data/3.0/onecall?”
and get a V3 API key from https://openweathermap.org/
-
@MarcLandis I haven’t done any updates on my two mirrors for several years now because they’ve been working just fine
so I’m pretty sure I do not have version 3 -
Are V3 APIs paid-only?
-
@ForestQ so if I’m understanding this correctly
it won’t work unless I pay for? -
-
@sdetweil well how nice is that all these years it was free now you have to pay for
-
@sdetweil I also updated the configuration to version 3.0
and then got a new app key when I got the new app key it didn’t work
I only have two apt keys and I created a new one -
@Ray yes, many of the apis we use have gone to pay for models. i would plan for more doing the same
there are still some free. Piratesky has a clone of the older Darksky api. check the module list, shown in the header above for the modules using that
-
@sdetweil that’s sad everybody wants money these days
thank you for your help I will certainly try Piratesky -
@Ray to be fair, it costs money to provide the api. especially as the amount of traffic increases.
we were notified by calendarlabs (holiday calendar used as default), that a lot of MagicMirror systems were requesting the calendar every 5 minutes. we changed our rate to once a week, maybe still too fast.
-
@sdetweil I am always want to pay for really good service I’ve even been known to donate to the cause which in something like this I think would be more beneficial
-
I had the same problem . Solved it by adding
apiVersion: “2.5”,Since the default changed from 2.5 to 3.0
-
@Rakutsi the 2.5 api is dead, for a couple months now
-
@sdetweil just wanted to say that it worked for me to do that.
I am new with posting here.
-
I am also struggling with the new api call. I have set the apiBaseURL string and tried a new api key, but still not loading. The openweather site is a bit confusing, how do i make an V3 api key? i only see option for new key. Thanks
-
@megagprime you have to
provide a credit card in case you go over the 1000 requests per day limit -
@sdetweil i did that and have it subscribed, my old key doesnt work and neither does my new key



Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login