Somehow this code seems to use the users decimal separator (in my case a comma) and thus ignoreing the . (US & as far as i know part of the JSON's standard).
Result is wind speeds are 1000 fold of what they are in the data retrieved
"speed": 11.32 thus results in the demo printing 1132 m/s/
Somehow this code seems to use the users decimal separator (in my case a comma) and thus ignoreing the . (US & as far as i know part of the JSON's standard).
Result is wind speeds are 1000 fold of what they are in the data retrieved
"speed": 11.32 thus results in the demo printing 1132 m/s/