Added feels like and kmph wind for currentweather module

This commit is contained in:
Pranav Sethi
2018-03-12 05:06:16 -04:00
parent b9b9773df9
commit 7285ada9dd
3 changed files with 12 additions and 2 deletions

View File

@@ -430,7 +430,7 @@ Module.register("currentweather",{
+ 1.22874*Math.pow(10,-3)*tempInF*tempInF*this.humidity
+ 8.5282*Math.pow(10,-4)*tempInF*this.humidity*this.humidity
- 1.99*Math.pow(10,-6)*tempInF*tempInF*this.humidity*this.humidity;
// this.feelsLike = Hindex.toFixed(0);
switch (this.config.units){
case "metric": this.feelsLike = Hindex.toFixed(0);
break;