A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[A Fix] The "Feels" Weather Condition in Metric is calculated improperly
-
Yeah, metric “Feels” value returns Imperial data.
TO fix this open “currentWeather.js” and change:
switch (this.config.units){ case "metric": this.feelsLike = (Hindex / 2.2).toFixed(0); break;
You have to divide by 2.2 in order to return approximate metric values.
The value doesn’t have to be perfect because it has a fixed decimal place of zero.Now in Canada it “Feels 40” degress instead of 80, which is correct!
Thanks @MichMich, I’d do a pull request but I suck at pull requests LOL.
You’re the man!
-
Wanted to bump this, sorry.
-
@chef you might want to try the develop branch or wait for the next release, which should be tomorrow :D there were multiple feels like temperture fixes in pull requests
-
I just released a new master release. So this should be fixed. :)