24hr Charts
//Call the Work function
$weatherperiod = 1;
$weatherArray = unitConverter($weatherperiod);
dayTempChillHeat($weatherArray);
dayBaromWind($weatherArray);
Rain24hr($weatherArray);
dayHumidDewp($weatherArray);
dayRainRate($weatherArray);
daywinddir($weatherArray);
?>







