Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast Error 401
-
Re: MMM-OpenWeatherForecast Error 401
I get this problem.
git remote -v origin https://github.com/jclarke0000/MMM-OpenWeatherForecast.git (fetch) origin https://github.com/jclarke0000/MMM-OpenWeatherForecast.git (push)
{ module: "MMM-OpenWeatherForecast", position: "bottom_right", header: "Forecast", config: { api_key: "KEY", lat: 40.***, lon: -74.***, units: "imperial", concise: true, showFeelsLikeTemp: true, iconset: "5c", colored: true, extraCurrentConditions: { highLowTemp: true, precipitation: true, wind: true, barometricPressure: false, humidity: true, dewPoint: false, uvIndex: false, visibility: false }, } },
-
@dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast
-
@dcazman yes, this module is broken because it does not use the new openweather.org 3.0 api call
please use one of the openweathermap modules
-
@dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast
-
@KristjanESPERANTO said in MMM-OpenWeatherForecast Error 401:
@dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast
I think this is the fork I used.
-
-
@dcazman said in MMM-OpenWeatherForecast Error 401:
I think this is the fork I used.
According to your first post (output of
git remote -v
) you use the repository of jclarke0000. -
Use Tom Hirschberger’s fork https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast it works great!
You need to put in payment information to subscribe to the new 3.0 API, but once you do that, it will work (it took about 30 minutes or so for it to work properly on my end) Thank you to Tom for providing this updated version! Got the email about the old API being discontinued, and I knew I’d need to look around for a working fork.