Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast
-
-
@MarcLandis shocking, Tom is usually not behind like that
i haven’t checked, is the url unchanged except for the version number?
-
@sdetweil tom has new url in readme apiBaseURL for opencall3
-
@sdetweil yes - all that is needed is …/2.5/… -> …/3.0/…
-
@MarcLandis ok. i have seen some other users post that it had taken some time before the new key worked.
without debugging hard to tell. i expect the fetch would fail 401. authentication failed
-
It seems the default API was changed from 2.5 to 3.0 with the recent update. Even it is (not yet) in the documentation.
Here is what I did:
I inserted in the config.jsapiVersion: "2.5",
Since the problem occurred after the recent MM2 Update (and worked fine until then) it was clear, that the update has some doing in that.
Even if the 2.5 API should be down, it is working just fine.
After this change, it works (again) like charm.
-
@OldGuyBerlin the doc for 2.29 today
-
Didn’t see this until now.
That is why the workaround with the API Version works. ;-)
-
So let me add one more thing here if I can
if I give these guys my credit card just in case I go over
where in MMM-OpenWeatherForecast will it tell me how many calls it made -
@Ray the number of calls depend on the update intervall you set in your config. For example if you have it update every 10 minutes it will be 144 calls a day.