| Data7- AJAX data file | Data8 - for users with javascript turned off |
| Data template 1 - data7.htx parse to .txt | Data template 2 - data8.htx parse to .php |
| Output from data7.htx - data7.txt | Sample output of data8.htx - data8.php |
| ajaxWL7.js | all tags |
Last data update: 6:44p javascript is off
| Variable | WeatherLink Tag | AJAX | PHP DATA |
| Inside Temperature | <!--insideTemp--> | <span class="ajax" id="ajaxinsideTemp"><?php echo $insideTemp; ?></span> | 75.8 |
| High Inside Temperature | <!--hiInsideTemp--> | <span class="ajax" id="ajaxhiInsideTemp"><?php echo $hiInsideTemp; ?></span> | 75.8 |
| Low Inside Temperature | <!--lowInsideTemp--> | <span class="ajax" id="ajaxlowInsideTemp"><?php echo $lowInsideTemp; ?></span> | 73.0 |
| Time of High Inside Temperature | <!--hiInsideTempTime--> | <span class="ajax" id="ajaxhiInsideTempTime"><?php echo $hiInsideTempTime; ?></span> | 6:44p |
| Time of Low Inside Temperature | <!--lowInsideTempTime--> | <span class="ajax" id="ajaxlowInsideTempTime"><?php echo $lowInsideTempTime; ?></span> | 7:22a |
| High Monthly Inside Temperature | <!--hiMonthlyInsideTemp--> | <span class="ajax" id="ajaxhiMonthlyInsideTemp"><?php echo $hiMonthlyInsideTemp; ?></span> | 76.5 |
| Low Monthly Inside Temperature | <!--lowMonthlyInsideTemp--> | <span class="ajax" id="ajaxlowMonthlyInsideTemp"><?php echo $lowMonthlyInsideTemp; ?></span> | 68.7 |
| High Yearly Inside Temperature | <!--hiYearlyInsideTemp--> | <span class="ajax" id="ajaxhiYearlyInsideTemp"><?php echo $hiYearlyInsideTemp; ?></span> | 76.5 |
| Low Yearly Inside Temperature | <!--lowYearlyInsideTemp--> | <span class="ajax" id="ajaxlowYearlyInsideTemp"><?php echo $lowYearlyInsideTemp; ?></span> | 68.7 |
| Outside Temperature | <!--outsideTemp--> | <span class="ajax" id="ajaxoutsideTemp"><?php echo $outsideTemp; ?></span> | 8.4 |
| High Outside Temperature | <!--hiOutsideTemp--> | <span class="ajax" id="ajaxhiOutsideTemp"><?php echo $hiOutsideTemp; ?></span> | 16.9 |
| Low Outside Temperature | <!--lowOutsideTemp--> | <span class="ajax" id="ajaxlowOutsideTemp"><?php echo $lowOutsideTemp; ?></span> | -2.8 |
| Time of High Outside Temperature | <!--hiOutsideTempTime--> | <span class="ajax" id="ajaxhiOutsideTempTime"><?php echo $hiOutsideTempTime; ?></span> | 2:55p |
| Time of Low Outside Temperature | <!--lowOutsideTempTime--> | <span class="ajax" id="ajaxlowOutsideTempTime"><?php echo $lowOutsideTempTime; ?></span> | 3:20a |
| High monthly Outside Temperature | <!--hiMonthlyOutsideTemp--> | <span class="ajax" id="ajaxhiMonthlyOutsideTemp"><?php echo $hiMonthlyOutsideTemp; ?></span> | 36.3 |
| Low monthly Outside Temperature | <!--lowMonthlyOutsideTemp--> | <span class="ajax" id="ajaxlowMonthlyOutsideTemp"><?php echo $lowMonthlyOutsideTemp; ?></span> | -20.5 |
| High yearly Outside Temperature | <!--hiYearlyOutsideTemp--> | <span class="ajax" id="ajaxhiYearlyOutsideTemp"><?php echo $hiYearlyOutsideTemp; ?></span> | 36.3 |
| Low yearly Outside Temperature | <!--lowYearlyOutsideTemp--> | <span class="ajax" id="ajaxlowYearlyOutsideTemp"><?php echo $lowYearlyOutsideTemp; ?></span> | -20.5 |
| Temperature 2 | <!--Temperature2--> | <span class="ajax" id="ajaxTemperature2"><?php echo $Temperature2; ?></span> | --- |
| High Temperature 2 | <!--hiTemp2--> | <span class="ajax" id="ajaxhiTemp2"><?php echo $hiTemp2; ?></span> | --- |
| Low Temperature 2 | <!--lowTemp2--> | <span class="ajax" id="ajaxlowTemp2"><?php echo $lowTemp2; ?></span> | --- |
| Time of High Temperature 2 | <!--hiTempTime2--> | <span class="ajax" id="ajaxhiTempTime2"><?php echo $hiTempTime2; ?></span> | --- |
| Time of Low Temperature 2 | <!--lowTempTime2--> | <span class="ajax" id="ajaxlowTempTime2"><?php echo $lowTempTime2; ?></span> | --- |
| Temperature 3 | <!--Temperature3--> | <span class="ajax" id="ajaxTemperature3"><?php echo $Temperature3; ?></span> | --- |
| High Temperature 3 | <!--hiTemp3--> | <span class="ajax" id="ajaxhiTemp3"><?php echo $hiTemp3; ?></span> | --- |
| High Temperature 3 Time | <!--hiTempTime3--> | <span class="ajax" id="ajaxhiTempTime3"><?php echo $Temperature; ?></span> | |
| Low Temperature 3 | <!--lowTemp3--> | <span class="ajax" id="ajaxlowTemp3"><?php echo $lowTemp3; ?></span> | --- |
| Low Temperature 3 Time | <!--lowTempTime3--> | <span class="ajax" id="ajaxlowTempTime3"><?php echo $lowTempTime3; ?></span> | --- |
| Temperature 4 | <!--Temperature4--> | <span class="ajax" id="ajaxTemperature4"><?php echo $Temperature4; ?></span> | --- |
| High Temperature 4 | <!--hiTemp4--> | <span class="ajax" id="ajaxhiTemp4"><?php echo $hiTemp4; ?></span> | --- |
| High Temperature 4 Time | <!--hiTempTime4--> | <span class="ajax" id="ajaxhiTempTime4"><?php echo $; ?></span> | --- |
| Low Temperature 4 | <!--lowTemp4--> | <span class="ajax" id="ajaxlowTemp4"><?php echo $lowTemp4; ?></span> | --- |
| Low Temperature 4 Time | <!--lowTempTime4--> | <span class="ajax" id="ajaxlowTempTime4"><?php echo $lowTempTime4; ?></span> | --- |
| Inside Humidity | <!--insideHumidity--> | <span class="ajax" id="ajaxinsideHumidity"><?php echo $insideHumidity; ?></span> | 17 |
| High Inside Humidity | <!--hiInsideHumidity--> | <span class="ajax" id="ajaxhiInsideHumidity"><?php echo $hiInsideHumidity; ?></span> | 28 |
| Low Inside Humidity | <!--lowInsideHumidity--> | <span class="ajax" id="ajaxlowInsideHumidity"><?php echo $lowInsideHumidity; ?></span> | 17 |
| High Inside Humidity Time | <!--hiInsideHumidityTime--> | <span class="ajax" id="ajaxhiInsideHumidityTime"><?php echo $hiInsideHumidityTime; ?></span> | 4:55a |
| Low Inside Humidity Time | <!--lowInsideHumidityTime--> | <span class="ajax" id="ajaxlowInsideHumidityTime"><?php echo $lowInsideHumidityTime; ?></span> | 6:44p |
| High Monthly Inside Humidity | <!--hiMonthlyInsideHumidity--> | <span class="ajax" id="ajaxhiMonthlyInsideHumidity"><?php echo $hiMonthlyInsideHumidity; ?></span> | 30 |
| Low Monthly Inside Humidity | <!--lowMonthlyInsideHumidity--> | <span class="ajax" id="ajaxlowMonthlyInsideHumidity"><?php echo $lowMonthlyInsideHumidity; ?></span> | 15 |
| High Yearly Inside Humidity | <!--hiYearlyInsideHumidity--> | <span class="ajax" id="ajaxhiYearlyInsideHumidity"><?php echo $hiYearlyInsideHumidity; ?></span> | 30 |
| Low Yearly Inside Humidity | <!--lowYearlyInsideHumidity--> | <span class="ajax" id="ajaxlowYearlyInsideHumidity"><?php echo $lowYearlyInsideHumidity; ?></span> | 15 |
| Outside Humidity | <!--outsideHumidity--> | <span class="ajax" id="ajaxoutsideHumidity"><?php echo $outsideHumidity; ?></span> | 59 |
| Low Humidity | <!--lowHumidity--> | <span class="ajax" id="ajaxlowHumidity"><?php echo $lowHumidity; ?></span> | 47 |
| High Humidity | <!--hiHumidity--> | <span class="ajax" id="ajaxhiHumidity"><?php echo $hiHumidity; ?></span> | 79 |
| Time of Low Humidity | <!--lowHumTime--> | <span class="ajax" id="ajaxlowHumTime"><?php echo $lowHumTime; ?></span> | 4:12p |
| Time of High Humidity | <!--hiHumTime--> | <span class="ajax" id="ajaxhiHumTime"><?php echo $hiHumTime; ?></span> | 4:56a |
| High Monthly Humidity | <!--hiMonthlyHumidity--> | <span class="ajax" id="ajaxhiMonthlyHumidity"><?php echo $hiMonthlyHumidity; ?></span> | 96 |
| Low Monthly Humidity | <!--lowMonthlyHumidity--> | <span class="ajax" id="ajaxlowMonthlyHumidity"><?php echo $lowMonthlyHumidity; ?></span> | 38 |
| High Yearly Humidity | <!--hiYearlyHumidity--> | <span class="ajax" id="ajaxhiYearlyHumidity"><?php echo $hiYearlyHumidity; ?></span> | 96 |
| Low Yearly Humidity | <!--lowYearlyHumidity--> | <span class="ajax" id="ajaxlowYearlyHumidity"><?php echo $lowYearlyHumidity; ?></span> | 38 |
| Humidity 2 | <!--Humidity2--> | <span class="ajax" id="ajaxHumidity2"><?php echo $Humidity2; ?></span> | --- |
| High Humidity 2 | <!--hiHum2--> | <span class="ajax" id="ajaxhiHum2"><?php echo $hiHum2; ?></span> | --- |
| Low Humidity 2 | <!--lowHum2--> | <span class="ajax" id="ajaxlowHum2"><?php echo $lowHum2; ?></span> | --- |
| High Humidity Time 2 | <!--hiHumTime2--> | <span class="ajax" id="ajaxhiHumTime2"><?php echo $hiHumTime2; ?></span> | --- |
| Low Humidity Time 2 | <!--lowHumTime2--> | <span class="ajax" id="ajaxlowHumTime2"><?php echo $lowHumTime2; ?></span> | --- |
| Humidity 3 | <!--Humidity3--> | <span class="ajax" id="ajaxHumidity3"><?php echo $Humidity3; ?></span> | --- |
| High Humidity 3 | <!--hiHum3--> | <span class="ajax" id="ajaxhiHum3"><?php echo $hiHum3; ?></span> | --- |
| High Humidity 3 Time | <!--hiHumTime3--> | <span class="ajax" id="ajaxhiHumTime3"><?php echo $hiHumTime3; ?></span> | --- |
| Low Humidity 3 | <!--lowHum3--> | <span class="ajax" id="ajaxlowHum3"><?php echo $lowHum3; ?></span> | --- |
| Low Humidity 3 Time | <!--lowHumTime3--> | <span class="ajax" id="ajaxlowHumTime3"><?php echo $lowHumTime3; ?></span> | --- |
| Barometer | <!--barometer--> | <span class="ajax" id="ajaxbarometer"><?php echo $barometer; ?></span> | 30.382 |
| 3-Hour Barometer Trend* | <!--BarTrend--> | <span class="ajax" id="ajaxBarTrend"><?php echo $BarTrend; ?></span> | Rising Slowly |
| Low Barometer | <!--lowBarometer--> | <span class="ajax" id="ajaxlowBarometer"><?php echo $lowBarometer; ?></span> | 30.322 |
| High Barometer | <!--hiBarometer--> | <span class="ajax" id="ajaxhiBarometer"><?php echo $hiBarometer; ?></span> | 30.397 |
| Low Monthly Barometer | <!--lowMonthlyBarometer--> | <span class="ajax" id="ajaxlowMonthlyBarometer"><?php echo $lowMonthlyBarometer; ?></span> | 29.199 |
| High Monthly Barometer | <!--hiMonthlyBarometer--> | <span class="ajax" id="ajaxhiMonthlyBarometer"><?php echo $hiMonthlyBarometer; ?></span> | 30.732 |
| Low Yearly Barometer | <!--lowYearlyBarometer--> | <span class="ajax" id="ajaxlowYearlyBarometer"><?php echo $lowYearlyBarometer; ?></span> | 29.199 |
| High Yearly Barometer | <!--hiYearlyBarometer--> | <span class="ajax" id="ajaxhiYearlyBarometer"><?php echo $hiYearlyBarometer; ?></span> | 30.732 |
| Time of Low Barometer | <!--lowBarometerTime--> | <span class="ajax" id="ajaxlowBarometerTime"><?php echo $lowBarometerTime; ?></span> | 6:00a |
| Time of High Barometer | <!--hiBarometerTime--> | <span class="ajax" id="ajaxhiBarometerTime"><?php echo $hiBarometerTime; ?></span> | 10:50a |
| Wind Speed | <!--windSpeed--> | <span class="ajax" id="ajaxwindSpeed"><?php echo $windSpeed; ?></span> | 1.0 |
| 10 Minute Average Wind Speed | <!--wind10Avg--> | <span class="ajax" id="ajaxwind10Avg"><?php echo $wind10Avg; ?></span> | 0.0 |
| High Wind Speed | <!--hiWindSpeed--> | <span class="ajax" id="ajaxhiWindSpeed"><?php echo $hiWindSpeed; ?></span> | 15.0 |
| Time of High Wind Speed | <!--hiWindSpeedTime--> | <span class="ajax" id="ajaxhiWindSpeedTime"><?php echo $hiWindSpeedTime; ?></span> | 1:52p |
| High Monthly Wind Speed | <!--hiMonthlyWindSpeed--> | <span class="ajax" id="ajaxhiMonthlyWindSpeed"><?php echo $hiMonthlyWindSpeed; ?></span> | 26.0 |
| High Yearly Wind Speed | <!--hiYearlyWindSpeed--> | <span class="ajax" id="ajaxhiYearlyWindSpeed"><?php echo $hiYearlyWindSpeed; ?></span> | 26.0 |
| Wind Direction In Degrees | <!--windDir--> | <span class="ajax" id="ajaxwindDir"><?php echo $windDir; ?></span> | 209 |
| Wind Direction Sector (16-point compass) | <!--windDirection--> | <span class="ajax" id="ajaxwindDirection"><?php echo $windDirection; ?></span> | SSW |
| Wind Chill | <!--windChill--> | <span class="ajax" id="ajaxwindChill"><?php echo $windChill; ?></span> | 8.4 |
| Low Wind Chill | <!--lowWindchill--> | <span class="ajax" id="ajaxlowWindchill"><?php echo $lowWindchill; ?></span> | -5.0 |
| Time of Low Wind Chill | <!--lowWindchillTime--> | <span class="ajax" id="ajaxlowWindchillTime"><?php echo $lowWindchillTime; ?></span> | 2:49a |
| Low Monthly Wind Chill | <!--lowMonthlyWindchill--> | <span class="ajax" id="ajaxlowMonthlyWindchill"><?php echo $lowMonthlyWindchill; ?></span> | -27.0 |
| Low Yearly Wind Chill | <!--lowYearlyWindchill--> | <span class="ajax" id="ajaxlowYearlyWindchill"><?php echo $lowYearlyWindchill; ?></span> | -27.0 |
| Yearly Rain | <!--totalRain--> | <span class="ajax" id="ajaxtotalRain"><?php echo $totalRain; ?></span> | 0.80 |
| Daily Rain | <!--dailyRain--> | <span class="ajax" id="ajaxdailyRain"><?php echo $dailyRain; ?></span> | 0.00 |
| Monthly Rain | <!--monthlyRain--> | <span class="ajax" id="ajaxmonthlyRain"><?php echo $monthlyRain; ?></span> | 0.80 |
| Storm Rain | <!--stormRain--> | <span class="ajax" id="ajaxstormRain"><?php echo $stormRain; ?></span> | 0.00 |
| Rain Rate | <!--rainRate--> | <span class="ajax" id="ajaxrainRate"><?php echo $rainRate; ?></span> | 0.00 |
| High Rain Rate | <!--hiRainRate--> | <span class="ajax" id="ajaxhiRainRate"><?php echo $hiRainRate; ?></span> | 0.00 |
| Time of High Rain Rate | <!--hiRainRateTime--> | <span class="ajax" id="ajaxhiRainRateTime"><?php echo $hiRainRateTime; ?></span> | ---- |
| High Rain Rate Hour | <!--hiRainRateHour--> | <span class="ajax" id="ajaxhiRainRateHour"><?php echo $hiRainRateHour; ?></span> | 0.00 |
| High Monthly Rain Rate | <!--hiMonthlyRainRate--> | <span class="ajax" id="ajaxhiMonthlyRainRate"><?php echo $hiMonthlyRainRate; ?></span> | 0.09 |
| High Yearly Rain Rate | <!--hiYearlyRainRate--> | <span class="ajax" id="ajaxhiYearlyRainRate"><?php echo $hiYearlyRainRate; ?></span> | 0.09 |
| Daily ET | <!--dailyEt--> | <span class="ajax" id="ajaxdailyEt"><?php echo $dailyEt; ?></span> | --- |
| Monthly ET | <!--monthlyEt--> | <span class="ajax" id="ajaxmonthlyEt"><?php echo $monthlyEt; ?></span> | --- |
| Yearly ET | <!--yearlyEt--> | <span class="ajax" id="ajaxyearlyEt"><?php echo $yearlyEt; ?></span> | --- |
| Solar Radiation | <!--solarRad--> | <span class="ajax" id="ajaxsolarRad"><?php echo $solarRad; ?></span> | --- |
| High Solar Radiation | <!--hiSolarRad--> | <span class="ajax" id="ajaxhiSolarRad"><?php echo $hiSolarRad; ?></span> | --- |
| Time of High Solar Radiation | <!--hiSolarRadTime--> | <span class="ajax" id="ajaxhiSolarRadTime"><?php echo $hiSolarRadTime; ?></span> | --- |
| High Monthly Solar Radiation | <!--hiMonthlySolarRad--> | <span class="ajax" id="ajaxhiMonthlySolarRad"><?php echo $hiMonthlySolarRad; ?></span> | --- |
| High Yearly Solar Radiation | <!--hiYearlySolarRad--> | <span class="ajax" id="ajaxhiYearlySolarRad"><?php echo $hiYearlySolarRad; ?></span> | --- |
| UV | <!--uv--> | <span class="ajax" id="ajaxuv"><?php echo $uv; ?></span> | --- |
| High UV | <!--hiUV--> | <span class="ajax" id="ajaxhiUV"><?php echo $hiUV; ?></span> | --- |
| Time of High UV | <!--hiUVTime--> | <span class="ajax" id="ajaxhiUVTime"><?php echo $hiUVTime; ?></span> | --- |
| High monthly UV | <!--hiMonthlyUV--> | <span class="ajax" id="ajaxhiMonthlyUV"><?php echo $hiMonthlyUV; ?></span> | --- |
| High yearly UV | <!--hiYearlyUV--> | <span class="ajax" id="ajaxhiYearlyUV"><?php echo $hiYearlyUV; ?></span> | --- |
| Outside Dew Point | <!--outsideDewPt--> | <span class="ajax" id="ajaxoutsideDewPt"><?php echo $outsideDewPt; ?></span> | -3.0 |
| High Dew Point | <!--hiDewpoint--> | <span class="ajax" id="ajaxhiDewpoint"><?php echo $hiDewpoint; ?></span> | 3.0 |
| Low Dew Point | <!--lowDewpoint--> | <span class="ajax" id="ajaxlowDewpoint"><?php echo $lowDewpoint; ?></span> | -9.0 |
| Time of High Dew Point | <!--hiDewpointTime--> | <span class="ajax" id="ajaxhiDewpointTime"><?php echo $hiDewpointTime; ?></span> | 1:39p |
| Time of Low Dew Point | <!--lowDewpointTime--> | <span class="ajax" id="ajaxlowDewpointTime"><?php echo $lowDewpointTime; ?></span> | 2:28a |
| High Monthly Dew Point | <!--hiMonthlyDewpoint--> | <span class="ajax" id="ajaxhiMonthlyDewpoint"><?php echo $hiMonthlyDewpoint; ?></span> | 35.0 |
| Low Monthly Dew Point | <!--lowMonthlyDewpoint--> | <span class="ajax" id="ajaxlowMonthlyDewpoint"><?php echo $lowMonthlyDewpoint; ?></span> | -29.0 |
| High Yearly Dew Point | <!--hiYearlyDewpoint--> | <span class="ajax" id="ajaxhiYearlyDewpoint"><?php echo $hiYearlyDewpoint; ?></span> | 35.0 |
| Low Yearly Dew Point | <!--lowYearlyDewpoint--> | <span class="ajax" id="ajaxlowYearlyDewpoint"><?php echo $lowYearlyDewpoint; ?></span> | -29.0 |
| Inside Dew Point | <!--insideDewPt--> | <span class="ajax" id="ajaxinsideDewPt"><?php echo $insideDewPt; ?></span> | 27.8 |
| Outside Heat Index | <!--outsideHeatIndex--> | <span class="ajax" id="ajaxoutsideHeatIndex"><?php echo $outsideHeatIndex; ?></span> | 8.1 |
| High Heat Index | <!--hiHeatindex--> | <span class="ajax" id="ajaxhiHeatindex"><?php echo $hiHeatindex; ?></span> | 17.0 |
| Time of High Heat Index | <!--hiHeatindexTime--> | <span class="ajax" id="ajaxhiHeatindexTime"><?php echo $hiHeatindexTime; ?></span> | 2:55p |
| High Monthly Heat Index | <!--hiMonthlyHeatindex--> | <span class="ajax" id="ajaxhiMonthlyHeatindex"><?php echo $hiMonthlyHeatindex; ?></span> | 36.0 |
| High Yearly Heat Index | <!--hiYearlyHeatindex--> | <span class="ajax" id="ajaxhiYearlyHeatindex"><?php echo $hiYearlyHeatindex; ?></span> | 36.0 |
| Inside Heat Index | <!--insideHeatIndex--> | <span class="ajax" id="ajaxinsideHeatIndex"><?php echo $insideHeatIndex; ?></span> | 73.5 |
| THW Index | <!--thw--> | <span class="ajax" id="ajaxthw"><?php echo $thw; ?></span> | 8.1 |
| Soil Moisture 1 | <!--SoilMoisture1--> | <span class="ajax" id="ajaxSoilMoisture1"><?php echo $SoilMoisture1; ?></span> | --- |
| High Soil Moisture 1 | <!--hiSoilMoist1--> | <span class="ajax" id="ajaxhiSoilMoist1"><?php echo $hiSoilMoist1; ?></span> | --- |
| Low Soil Moisture 1 | <!--lowSoilMoist1--> | <span class="ajax" id="ajaxlowSoilMoist1"><?php echo $lowSoilMoist1; ?></span> | --- |
| High Soil Moisture 1 Time | <!--hiSoilMoistTime1--> | <span class="ajax" id="ajaxhiSoilMoistTime1"><?php echo $hiSoilMoistTime1; ?></span> | --- |
| Low Soil Moisture 1 Time | <!--lowSoilMoistTime1--> | <span class="ajax" id="ajaxlowSoilMoistTime1"><?php echo $lowSoilMoistTime1; ?></span> | --- |
| Soil Moisture 2 | <!--SoilMoisture2--> | <span class="ajax" id="ajaxSoilMoisture2"><?php echo $SoilMoisture2; ?></span> | --- |
| High Soil Moisture 2 | <!--hiSoilMoist2--> | <span class="ajax" id="ajaxhiSoilMoist2"><?php echo $hiSoilMoist2; ?></span> | --- |
| High Soil Moist 2 Time | <!--hiSoilMoistTime2--> | <span class="ajax" id="ajaxhiSoilMoistTime2"><?php echo $hiSoilMoistTime2; ?></span> | --- |
| Low Soil Moisture 2 | <!--lowSoilMoist2--> | <span class="ajax" id="ajaxlowSoilMoist2"><?php echo $lowSoilMoist2; ?></span> | --- |
| Low Soil Moist 2 Time | <!--lowSoilMoistTime2--> | <span class="ajax" id="ajaxlowSoilMoistTime2"><?php echo $lowSoilMoistTime2; ?></span> | --- |
| Soil Moisture 3 | <!--SoilMoisture3--> | <span class="ajax" id="ajaxSoilMoisture3"><?php echo $SoilMoisture3; ?></span> | --- |
| High Soil Moisture 3 | <!--hiSoilMoist3--> | <span class="ajax" id="ajaxhiSoilMoist3"><?php echo $hiSoilMoist3; ?></span> | --- |
| High Soil Moisture 3 Time | <!--hiSoilMoistTime3--> | <span class="ajax" id="ajaxhiSoilMoistTime3"><?php echo $hiSoilMoistTime3; ?></span> | --- |
| Low Soil Moisture 3 | <!--lowSoilMoist3--> | <span class="ajax" id="ajaxlowSoilMoist3"><?php echo $lowSoilMoist3; ?></span> | --- |
| Low Soil Moisture 3 Time | <!--lowSoilMoistTime3--> | <span class="ajax" id="ajaxlowSoilMoistTime3"><?php echo $lowSoilMoistTime3; ?></span> | --- |
| Soil Moisture 4 | <!--SoilMoisture4--> | <span class="ajax" id="ajaxSoilMoisture4"><?php echo $SoilMoisture4; ?></span> | --- |
| High Soil Moisture 4 | <!--hiSoilMoist4--> | <span class="ajax" id="ajaxhiSoilMoist4"><?php echo $hiSoilMoist4; ?></span> | --- |
| High Soil Moisture 4 Time | <!--hiSoilMoistTime4--> | <span class="ajax" id="ajaxhiSoilMoistTime4"><?php echo $hiSoilMoistTime4; ?></span> | --- |
| Low Soil Moisture 4 | <!--lowSoilMoist4--> | <span class="ajax" id="ajaxlowSoilMoist4"><?php echo $lowSoilMoist4; ?></span> | --- |
| Low Soil Moisture 4 Time | <!--lowSoilMoistTime4--> | <span class="ajax" id="ajaxlowSoilMoistTime4"><?php echo $lowSoilMoistTime4; ?></span> | --- |
| Soil Temp 1 | <!--SoilTemp1--> | <span class="ajax" id="ajaxSoilTemp1"><?php echo $SoilTemp1; ?></span> | --- |
| High Soil Temp 1 | <!--hiSoilTemp1--> | <span class="ajax" id="ajaxhiSoilTemp1"><?php echo $hiSoilTemp1; ?></span> | --- |
| Low Soil Temp 1 | <!--lowSoilTemp1--> | <span class="ajax" id="ajaxlowSoilTemp1"><?php echo $lowSoilTemp1; ?></span> | --- |
| High Soil Temp 1 Time | <!--hiSoilTempTime1--> | <span class="ajax" id="ajaxhiSoilTempTime1"><?php echo $hiSoilTempTime1; ?></span> | --- |
| Low Soil Temp 1 Time | <!--lowSoilTempTime1--> | <span class="ajax" id="ajaxlowSoilTempTime1"><?php echo $lowSoilTempTime1; ?></span> | --- |
| Soil Temperature 2 | <!--SoilTemp2--> | <span class="ajax" id="ajaxSoilTemp2"><?php echo $SoilTemp2; ?></span> | --- |
| High Soil Temp 2 | <!--hiSoilTemp2--> | <span class="ajax" id="ajaxhiSoilTemp2"><?php echo $hiSoilTemp2; ?></span> | --- |
| High Soil Temp 2 Time | <!--hiSoilTempTime2--> | <span class="ajax" id="ajaxhiSoilTempTime2"><?php echo $hiSoilTempTime2; ?></span> | --- |
| Low Soil Temp 2 | <!--lowSoilTemp2--> | <span class="ajax" id="ajaxlowSoilTemp2"><?php echo $lowSoilTemp2; ?></span> | --- |
| Low Soil Temp 2 Time | <!--lowSoilTempTime2--> | <span class="ajax" id="ajaxlowSoilTempTime2"><?php echo $lowSoilTempTime2; ?></span> | --- |
| Soil Temperature 3 | <!--SoilTemp3--> | <span class="ajax" id="ajaxSoilTemp3"><?php echo $SoilTemp3; ?></span> | --- |
| High Soil Temp 3 | <!--hiSoilTemp3--> | <span class="ajax" id="ajaxhiSoilTemp3"><?php echo $hiSoilTemp3; ?></span> | --- |
| High Soil Temp 3 Time | <!--hiSoilTempTime3--> | <span class="ajax" id="ajaxhiSoilTempTime3"><?php echo $hiSoilTempTime3; ?></span> | --- |
| Low Soil Temp 3 | <!--lowSoilTemp3--> | <span class="ajax" id="ajaxlowSoilTemp3"><?php echo $lowSoilTemp3; ?></span> | --- |
| Low Soil Temp 3 Time | <!--lowSoilTempTime3--> | <span class="ajax" id="ajaxlowSoilTempTime3"><?php echo $lowSoilTempTime3; ?></span> | --- |
| Soil Temperature 4 | <!--SoilTemp4--> | <span class="ajax" id="ajaxSoilTemp4"><?php echo $SoilTemp4; ?></span> | --- |
| High Soil Temp 4 | <!--hiSoilTemp4--> | <span class="ajax" id="ajaxhiSoilTemp4"><?php echo $hiSoilTemp4; ?></span> | --- |
| High Soil Temp 4 Time | <!--hiSoilTempTime4--> | <span class="ajax" id="ajaxhiSoilTempTime4"><?php echo $hiSoilTempTime4; ?></span> | --- |
| Low Soil Temp 4 | <!--lowSoilTemp4--> | <span class="ajax" id="ajaxlowSoilTemp4"><?php echo $lowSoilTemp4; ?></span> | --- |
| Low Soil Temp 4 Time | <!--lowSoilTempTime4--> | <span class="ajax" id="ajaxlowSoilTempTime4"><?php echo $lowSoilTempTime4; ?></span> | --- |
| Leaf Wetness 1 | <!--LeafWetness1--> | <span class="ajax" id="ajaxLeafWetness1"><?php echo $LeafWetness1; ?></span> | --- |
| High Leaf Wetness 1 | <!--hiLeaf1--> | <span class="ajax" id="ajaxhiLeaf1"><?php echo $hiLeaf1; ?></span> | --- |
| Low Leaf Wetness 1 | <!--lowLeaf1--> | <span class="ajax" id="ajaxlowLeaf1"><?php echo $lowLeaf1; ?></span> | --- |
| High Leaf Wetness 1 Time | <!--hiLeafTime1--> | <span class="ajax" id="ajaxhiLeafTime1"><?php echo $hiLeafTime1; ?></span> | --- |
| Low Leaf Wetness 1 Time | <!--lowLeafTime1--> | <span class="ajax" id="ajaxlowLeafTime1"><?php echo $lowLeafTime1; ?></span> | --- |
| Leaf Wetness 2 | <!--LeafWetness2--> | <span class="ajax" id="ajaxLeafWetness2"><?php echo $LeafWetness2; ?></span> | --- |
| High Leaf Wetness 2 | <!--hiLeaf2--> | <span class="ajax" id="ajaxhiLeaf2"><?php echo $hiLeaf2; ?></span> | --- |
| High Leaf Time | <!--hiLeafTime2--> | <span class="ajax" id="ajaxhiLeafTime2"><?php echo $hiLeafTime2; ?></span> | --- |
| Low Leaf Wetness 2 | <!--lowLeaf2--> | <span class="ajax" id="ajaxlowLeaf2"><?php echo $lowLeaf2; ?></span> | --- |
| Low Leaf Time 2 | <!--lowLeafTime2--> | <span class="ajax" id="ajaxlowLeafTime2"><?php echo $lowLeafTime2; ?></span> | --- |
| Leaf Temp 1 | <!--LeafTemp1--> | <span class="ajax" id="ajaxLeafTemp1"><?php echo $LeafTemp1; ?></span> | --- |
| High Leaf Temp 1 | <!--hiLeafTemp1--> | <span class="ajax" id="ajaxhiLeafTemp1"><?php echo $hiLeafTemp1; ?></span> | --- |
| Low Leaf Temp 1 | <!--lowLeafTemp1--> | <span class="ajax" id="ajaxlowLeafTemp1"><?php echo $lowLeafTemp1; ?></span> | --- |
| High Leaf Temp 1 Time | <!--hiLeafTempTime1--> | <span class="ajax" id="ajaxhiLeafTempTime1"><?php echo $hiLeafTempTime1; ?></span> | --- |
| Low Leaf Temp 1 Time | <!--lowLeafTempTime1--> | <span class="ajax" id="ajaxlowLeafTempTime1"><?php echo $lowLeafTempTime1; ?></span> | --- |
| EMC | <!--emc--> | <span class="ajax" id="ajaxemc"><?php echo $emc; ?></span> | --- |
| EMC Unit | <!--emcUnit--> | <span class="ajax" id="ajaxemcUnit"><?php echo $emcUnit; ?></span> | % |
| Air Density | <!--airDensity--> | <span class="ajax" id="ajaxairDensity"><?php echo $airDensity; ?></span> | 0.0860 |
| Air Density Unit | <!--airDensityUnit--> | <span class="ajax" id="ajaxairDensityUnit"><?php echo $airDensityUnit; ?></span> | lb/cu.ft |
| Date on the PC | <!--date--> | <span class="ajax" id="ajaxdate"><?php echo $date; ?></span> | 01/25/09 |
| Time on the PC | <!--time--> | <span class="ajax" id="ajaxtime"><?php echo $time; ?></span> | 6:44p |
| UTC Time | <!--utcTime--> | <span class="ajax" id="ajautcTime"><?php echo $utcTime; ?></span> | 11:44p |
| UTC Date | <!--utcDate--> | <span class="ajax" id="ajaxutcDate"><?php echo $utcDate; ?></span> | 01/25/09 |
| Date on the Station | <!--stationDate--> | <span class="ajax" id="ajaxstationDate"><?php echo $stationDate; ?></span> | 01/25/09 |
| Time on the Station | <!--stationTime--> | <span class="ajax" id="ajaxstationTime"><?php echo $stationTime; ?></span> | 6:44p |
| Name of Station | <!--StationName--> | <span class="ajax" id="ajaxStationName"><?php echo $StationName; ?></span> | Michiana Weather |
| City (from NOAA Setup) | <!--StationCity--> | <span class="ajax" id="ajaxStationCity"><?php echo $StationCity; ?></span> | Elkhart |
| State (from NOAA Setup) | <!--StationState--> | <span class="ajax" id="ajaxStationState"><?php echo $StationState; ?></span> | IN |
| Elevation (from NOAA Setup) | <!--StationElevation--> | <span class="ajax" id="ajaxStationElevation"><?php echo $StationElevation; ?></span> | 758 ft |
| Latitude (from NOAA Setup) | <!--StationLatitude--> | <span class="ajax" id="ajaxStationLatitude"><?php echo $StationLatitude; ?></span> | 41° 42' 22" N |
| Longitude (from NOAA Setup) | <!--StationLongitude--> | <span class="ajax" id="ajaxStationLongitude"><?php echo $StationLongitude; ?></span> | 86° 02' 30" W |
| Sunrise Time | <!--sunriseTime--> | <span class="ajax" id="ajaxsunriseTime"><?php echo $sunriseTime; ?></span> | 9:01a |
| Sunset Time | <!--sunsetTime--> | <span class="ajax" id="ajaxsunsetTime"><?php echo $sunsetTime; ?></span> | 6:52p |
| Temperature Units | <!--tempUnit--> | <span class="ajax" id="ajaxtempUnit"><?php echo $tempUnit; ?></span> | °F |
| Hum Units | <!--humUnit--> | <span class="ajax" id="ajaxhumUnit"><?php echo $humUnit; ?></span> | % |
| Wind Units | <!--windUnit--> | <span class="ajax" id="ajaxwindUnit"><?php echo $windUnit; ?></span> | mph |
| Bar Units | <!--barUnit--> | <span class="ajax" id="ajaxbarUnit"><?php echo $barUnit; ?></span> | in |
| Rain Units | <!--rainUnit--> | <span class="ajax" id="ajaxrainUnit"><?php echo $rainUnit; ?></span> | in |
| Solar Units | <!--solarUnit--> | <span class="ajax" id="ajaxsolarUnit"><?php echo $solarUnit; ?></span> | W/m² |
| Rain Rate Units | <!--rateUnit--> | <span class="ajax" id="ajaxrateUnit"><?php echo $rateUnit; ?></span> | in/hr |
| UV Units | <!--uvUnit--> | <span class="ajax" id="ajaxuvUnit"><?php echo $uvUnit; ?></span> | index |
| Soil Moisture Units | <!--SoilUnit--> | <span class="ajax" id="ajaxSoilUnit"><?php echo $SoilUnit; ?></span> | cb |
| Station Forecast | <!--ForecastStr--> | <span class="ajax" id="ajaxForecastStr"><?php echo $ForecastStr; ?></span> (shown below) | |
Partly cloudy with little temperature change. |
|||
| FUNCTION | AJAX | DATA | |
| Extra Outside Temp | <span class="ajax" id="ajaxtemp"><?php echo $outsideTemp; ?></span> | 8.4 | |
| Wind Direction (no display if "Calm") | <span class="ajax" id="ajaxwinddir"><?php echo $windDirection; ?></span> | SSW | |
| At (no display if "Calm") | <span class="ajax" id="ajaxat"></span> | ||
| Wind speed or "Calm" | <span class="ajax" id="ajaxwind"><?php echo $windSpeed; ?> <?php echo $windUnit; ?></span> | 1.0 mph | |
| Wind Icon (no display if "Calm") | <span class="ajax" id="ajaxwindicon"></span> | ||
| Wind Rose | <span class="ajax" id="ajaxwindiconwr"></span> | ||