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
Barometric pressure is not logged for weathercloud.net because the unit is wrong. if (station.imperial.pressure != null) request += '&**baromin**=' + (new Number(station.imperial.pressure).**inhgTohPa**() * 10).toFixedNumber(0);
The argument in line 125 should be "bar" instead of "baromin".
The text was updated successfully, but these errors were encountered:
biuklija
changed the title
Wrong units for weathercloud barometric pressure
Wrong unit for weathercloud barometric pressure
Mar 28, 2022
Barometric pressure is not logged for weathercloud.net because the unit is wrong.
if (station.imperial.pressure != null) request += '&**baromin**=' + (new Number(station.imperial.pressure).**inhgTohPa**() * 10).toFixedNumber(0);
The argument in line 125 should be "bar" instead of "baromin".
The text was updated successfully, but these errors were encountered: