You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the weather.clouds.getPerc() to get cloud percent I always receive a zero value. I saw that this method is declared as int but the documentation from forecast.io says: "cloudCover: A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds".
Maybe this is the problem. Can you fix that?
Thanks for your perfect work!
The text was updated successfully, but these errors were encountered:
When I use the weather.clouds.getPerc() to get cloud percent I always receive a zero value. I saw that this method is declared as int but the documentation from forecast.io says: "cloudCover: A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds".
Maybe this is the problem. Can you fix that?
Thanks for your perfect work!
The text was updated successfully, but these errors were encountered: