Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast
-
@megagprime comment out the apibase, let the module set it
-
@sdetweil MMM-OpenWeatherForecast has V2.5 as default.
-
@MarcLandis yes we need 3.0
-
-
@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