Hmmm I just downloaded this and installed in just a couple of hrs ago.
Well that fixes it great and is all good. THANKS!
If I decided to not use the Ajax option though how often would it update otherwise?
You probably got served an old cached version from a proxy somewhere along the line.
It updates when any of the buster conditions you have included changes i.e.
altitude, wind, wind direction, pressure or rain
(altitude + wind + wdir + pres + rain)Altitude changes when there's a change in temperature and/or humidity.
If you don't want to refresh at all then exclude the buster part from param eg.
param = '?uom=' + useunits + '&alti=' + uomHeight + '&wind=' + uomWind;