Read the statement by Michael Teeuw here.
Problem with Weather forecast
-
@Aurelsam said in Problem with Weather forecast:
So it means that it does not work with the latest version ??
It would appear so. You could try the workaround that @SP4M provided above. I have not tried it.
How do you install 2.1.1?
-
@Mykle1 said in Problem with Weather forecast:
@Aurelsam said in Problem with Weather forecast:
So it means that it does not work with the latest version ??
It would appear so. You could try the workaround that @SP4M provided above. I have not tried it.
I did. It works with additionnal calculations if you want to use temperatures - you have to average all temperatures (min and max) from all 3h timepoints of one day.
By the way, it’s less precise than real min and max of the day …@Mykle1 : how could it be a problem of MM version if openweather does not recognize “forecast/daily” in its url in your opinion ? I should have missed something
-
@Sp4M said in Problem with Weather forecast:
how could it be a problem of MM version if openweather does not recognize “forecast/daily” in its url in your opinion
Honestly, I don’t know. What I DO know is my appid was being rejected under MM 2.1.2, as reported by the console. Went back to 2.1.1 and the appid is accepted normally. I didn’t investigate any further. Perhaps something in the way the request is being made? I just don’t know.
-
@Sp4M said in Problem with Weather forecast:
how could it be a problem of MM version
Well, I just moved to the develop branch, and although the unauthorized appid error is gone, weatherforecast still won’t work, and a new error is reported. The module simply stays on “Loading . . .”
-
@Mykle1 I dont know about rhis module, but youd better to see
scale
field in config. I guess it is missed or invalid. -
@Mykle1 I read dev codes now,
scale
is not documented yet.(and it has also defined wrongly in defaults.)
Maybescale:"c"
orscale:"f"
may work. -
Same personal problem.
Mm2 does not display the Weatherforecast on the screen. -
There’s a problem with Openweather’s api not accepting certain api keys. In the meantime, you could try another weather module. There are many.
Scroll down to the weather category
https://github.com/MichMich/MagicMirror/wiki/MagicMirror²-Modules#3rd-party-modules
-
Well… Yesterday I submitted a patch to hack the situation with the new accounts in OpenWeather.
If you can test it will be great!
https://github.com/roramirez/MagicMirror/commit/e8438d37d78acc7a9e29e694a6987ce068324bcd -
Hi Roramirez, brother, it worked! but the day of the week, which should show “Monday” “Tuesday” “Wednesday” … shows everyone how “Sunday” to solve?
Thank you so much…