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. :)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login