Hi Bashy,
I grabed your "ajaxWDwx.js" javascript and have added the cloud height snipped to it.
I've tested it and it updates the dashboard just fine.
The placement of the snipped was important in that it needed some of the other variables in the script.
I now redeclare those that are needed for the cloud height graphic update.
Below is your "ajaxWDwx.js" javascript with the additions for the cloud height graphic.
I think it's the standard javascript from Saratoga ... I could not see any changes you've made.
PS: This snipped will update the graphic if there are any changes in
altitude, temperature, humidity, pressure, wind speed, wind direction and rain.
If you don't need them all then just delete those not required from the buster section.
+ '&buster=' + altitude + pres + wind + wdir + rain;
Grab the "ajaxWDwx.js" below.