| Data3- AJAX data file | Data4 - for users with javascript turned off |
| data3 template - data3.htx Parse to .txt | data4 template - data4.htx Parse to .php |
| Output from data3.htx - data3.txt | Sample output of data4.htx - data4.php |
| ajaxWL3.js | Tag listing - all tags |
Last data update 6:45p javascript is off
| # | Variable | WeatherLink Tag | AJAX | * PHP DATA |
| 1 | Inside Temperature | <!--insideTemp--> | <span class="ajax" id="ajaxinsideTemp"><?php echo $insideTemp; ?></span> | 76.0 |
| 2 | High Inside Temperature | <!--hiInsideTemp--> | <span class="ajax" id="ajaxhiInsideTemp"><?php echo $hiInsideTemp; ?></span> | 76.0 |
| 3 | Low Inside Temperature | <!--lowInsideTemp--> | <span class="ajax" id="ajaxlowInsideTemp"><?php echo $lowInsideTemp; ?></span> | 73.0 |
| 4 | Time of High Inside Temperature | <!--hiInsideTempTime--> | <span class="ajax" id="ajaxhiInsideTempTime"><?php echo $hiInsideTempTime; ?></span> | 6:45p |
| 5 | Time of Low Inside Temperature | <!--lowInsideTempTime--> | <span class="ajax" id="ajaxlowInsideTempTime"><?php echo $lowInsideTempTime; ?></span> | 7:22a |
| 6 | High Monthly Inside Temperature | <!--hiMonthlyInsideTemp--> | <span class="ajax" id="ajaxhiMonthlyInsideTemp"><?php echo $hiMonthlyInsideTemp; ?></span> | 76.5 |
| 7 | Low Monthly Inside Temperature | <!--lowMonthlyInsideTemp--> | <span class="ajax" id="ajaxlowMonthlyInsideTemp"><?php echo $lowMonthlyInsideTemp; ?></span> | 68.7 |
| 8 | High Yearly Inside Temperature | <!--hiYearlyInsideTemp--> | <span class="ajax" id="ajaxhiYearlyInsideTemp"><?php echo $hiYearlyInsideTemp; ?></span> | 76.5 |
| 9 | Low Yearly Inside Temperature | <!--lowYearlyInsideTemp--> | <span class="ajax" id="ajaxlowYearlyInsideTemp"><?php echo $lowYearlyInsideTemp; ?></span> | 68.7 |
| 10 | Outside Temperature | <!--outsideTemp--> | <span class="ajax" id="ajaxoutsideTemp"><?php echo $outsideTemp; ?></span> | 8.4 |
| 11 | High Outside Temperature | <!--hiOutsideTemp--> | <span class="ajax" id="ajaxhiOutsideTemp"><?php echo $hiOutsideTemp; ?></span> | 16.9 |
| 12 | Low Outside Temperature | <!--lowOutsideTemp--> | <span class="ajax" id="ajaxlowOutsideTemp"><?php echo $lowOutsideTemp; ?></span> | -2.8 |
| 13 | Time of High Outside Temperature | <!--hiOutsideTempTime--> | <span class="ajax" id="ajaxhiOutsideTempTime"><?php echo $hiOutsideTempTime; ?></span> | 2:55p |
| 14 | Time of Low Outside Temperature | <!--lowOutsideTempTime--> | <span class="ajax" id="ajaxlowOutsideTempTime"><?php echo $lowOutsideTempTime; ?></span> | 3:20a |
| 15 | High monthly Outside Temperature | <!--hiMonthlyOutsideTemp--> | <span class="ajax" id="ajaxhiMonthlyOutsideTemp"><?php echo $hiMonthlyOutsideTemp; ?></span> | 36.3 |
| 16 | Low monthly Outside Temperature | <!--lowMonthlyOutsideTemp--> | <span class="ajax" id="ajaxlowMonthlyOutsideTemp"><?php echo $lowMonthlyOutsideTemp; ?></span> | -20.5 |
| 17 | High yearly Outside Temperature | <!--hiYearlyOutsideTemp--> | <span class="ajax" id="ajaxhiYearlyOutsideTemp"><?php echo $hiYearlyOutsideTemp; ?></span> | 36.3 |
| 18 | Low yearly Outside Temperature | <!--lowYearlyOutsideTemp--> | <span class="ajax" id="ajaxlowYearlyOutsideTemp"><?php echo $lowYearlyOutsideTemp; ?></span> | -20.5 |
| 19 | Temperature 2 | <!--Temperature2--> | <span class="ajax" id="ajaxTemperature2"><?php echo $Temperature2; ?></span> | --- |
| 20 | High Temperature 2 | <!--hiTemp2--> | <span class="ajax" id="ajaxhiTemp2"><?php echo $hiTemp2; ?></span> | --- |
| 21 | Low Temperature 2 | <!--lowTemp2--> | <span class="ajax" id="ajaxlowTemp2"><?php echo $lowTemp2; ?></span> | --- |
| 22 | Time of High Temperature 2 | <!--hiTempTime2--> | <span class="ajax" id="ajaxhiTempTime2"><?php echo $hiTempTime2; ?></span> | --- |
| 23 | Time of Low Temperature 2 | <!--lowTempTime2--> | <span class="ajax" id="ajaxlowTempTime2"><?php echo $lowTempTime2; ?></span> | --- |
| 24 | Temperature 3 | <!--Temperature3--> | <span class="ajax" id="ajaxTemperature3"><?php echo $Temperature3; ?></span> | --- |
| 25 | High Temperature 3 | <!--hiTemp3--> | <span class="ajax" id="ajaxhiTemp3"><?php echo $hiTemp3; ?></span> | --- |
| 26 | High Temperature 3 Time | <!--hiTempTime3--> | <span class="ajax" id="ajaxhiTempTime3"><?php echo $Temperature; ?></span> | |
| 27 | Low Temperature 3 | <!--lowTemp3--> | <span class="ajax" id="ajaxlowTemp3"><?php echo $lowTemp3; ?></span> | --- |
| 28 | Low Temperature 3 Time | <!--lowTempTime3--> | <span class="ajax" id="ajaxlowTempTime3"><?php echo $lowTempTime3; ?></span> | --- |
| 29 | Temperature 4 | <!--Temperature4--> | <span class="ajax" id="ajaxTemperature4"><?php echo $Temperature4; ?></span> | --- |
| 30 | High Temperature 4 | <!--hiTemp4--> | <span class="ajax" id="ajaxhiTemp4"><?php echo $hiTemp4; ?></span> | --- |
| 31 | High Temperature 4 Time | <!--hiTempTime4--> | <span class="ajax" id="ajaxhiTempTime4"><?php echo $; ?></span> | --- |
| 32 | Low Temperature 4 | <!--lowTemp4--> | <span class="ajax" id="ajaxlowTemp4"><?php echo $lowTemp4; ?></span> | --- |
| 33 | Low Temperature 4 Time | <!--lowTempTime4--> | <span class="ajax" id="ajaxlowTempTime4"><?php echo $lowTempTime4; ?></span> | --- |
| 34 | Temperature 5 | <!--Temperature5--> | <span class="ajax" id="ajaxTemperature5"><?php echo $Temperature5; ?></span> | |
| 35 | High Temperature 5 | <!--hiTemp5--> | <span class="ajax" id="ajaxhiTemp5"><?php echo $hiTemp5; ?></span> | |
| 36 | High Temperature 5 Time | <!--hiTempTime5--> | <span class="ajax" id="ajaxhiTempTime5"><?php echo $hiTempTime5; ?></span> | |
| 37 | Low Temperature 5 | <!--lowTemp5--> | <span class="ajax" id="ajaxlowTemp5"><?php echo $lowTemp5; ?></span> | |
| 38 | Low Temperature 5 Time | <!--lowTempTime5--> | <span class="ajax" id="ajaxlowTempTime5"><?php echo $lowTempTime5; ?></span> | |
| 39 | Temperature 6 | <!--Temperature6--> | <span class="ajax" id="ajaxTemperature6"><?php echo $Temperature6; ?></span> | |
| 40 | High Temperature 6 | <!--hiTemp6--> | <span class="ajax" id="ajaxhiTemp6"><?php echo $hiTemp6; ?></span> | |
| 41 | High Temperature 6 Time | <!--hiTempTime6--> | <span class="ajax" id="ajaxhiTempTime6"><?php echo $hiTempTime6; ?></span> | |
| 42 | Low Temperature 6 | <!--lowTemp6--> | <span class="ajax" id="ajaxlowTemp6"><?php echo $lowTemp6; ?></span> | |
| 43 | Low Temperature 6 Time | <!--lowTempTime6--> | <span class="ajax" id="ajaxlowTempTime6"><?php echo $lowTempTime6; ?></span> | |
| 44 | Temperature 7 | <!--Temperature7--> | <span class="ajax" id="ajaxTemperature7"><?php echo $Temperature7; ?></span> | |
| 45 | High Temperature 7 | <!--hiTemp7--> | <span class="ajax" id="ajaxhiTemp7"><?php echo $hiTemp7; ?></span> | |
| 46 | High Temperature 7 Time | <!--hiTempTime7--> | <span class="ajax" id="ajaxhiTempTime7"><?php echo $hiTempTime7; ?></span> | |
| 47 | Low Temperature 7 | <!--lowTemp7--> | <span class="ajax" id="ajaxlowTemp7"><?php echo $lowTemp7; ?></span> | |
| 48 | Low Temperature 7 Time | <!--lowTempTime7--> | <span class="ajax" id="ajaxlowTempTime7"><?php echo $lowTempTime7; ?></span> | |
| 49 | Temperature 8 | <!--Temperature8--> | <span class="ajax" id="ajaxTemperature8"><?php echo $Temperature8; ?></span> | |
| 50 | High Temperature 8 | <!--hiTemp8--> | <span class="ajax" id="ajaxhiTemp8"><?php echo $hiTemp8; ?></span> | |
| 51 | High Temperature 8 Time | <!--hiTempTime8--> | <span class="ajax" id="ajaxhiTempTime8"><?php echo $hiTempTime8; ?></span> | |
| 52 | Low Temperature 8 | <!--lowTemp8--> | <span class="ajax" id="ajaxlowTemp8"><?php echo $lowTemp8; ?></span> | |
| 53 | Low Temperature 8 Time | <!--lowTempTime8--> | <span class="ajax" id="ajaxlowTempTime8"><?php echo $lowTempTime8; ?></span> | |
| 54 | Inside Humidity | <!--insideHumidity--> | <span class="ajax" id="ajaxinsideHumidity"><?php echo $insideHumidity; ?></span> | 17 |
| 55 | High Inside Humidity | <!--hiInsideHumidity--> | <span class="ajax" id="ajaxhiInsideHumidity"><?php echo $hiInsideHumidity; ?></span> | 28 |
| 56 | Low Inside Humidity | <!--lowInsideHumidity--> | <span class="ajax" id="ajaxlowInsideHumidity"><?php echo $lowInsideHumidity; ?></span> | 17 |
| 57 | High Inside Humidity Time | <!--hiInsideHumidityTime--> | <span class="ajax" id="ajaxhiInsideHumidityTime"><?php echo $hiInsideHumidityTime; ?></span> | 4:55a |
| 58 | Low Inside Humidity Time | <!--lowInsideHumidityTime--> | <span class="ajax" id="ajaxlowInsideHumidityTime"><?php echo $lowInsideHumidityTime; ?></span> | 6:44p |
| 59 | High Monthly Inside Humidity | <!--hiMonthlyInsideHumidity--> | <span class="ajax" id="ajaxhiMonthlyInsideHumidity"><?php echo $hiMonthlyInsideHumidity; ?></span> | 30 |
| 60 | Low Monthly Inside Humidity | <!--lowMonthlyInsideHumidity--> | <span class="ajax" id="ajaxlowMonthlyInsideHumidity"><?php echo $lowMonthlyInsideHumidity; ?></span> | 15 |
| 61 | High Yearly Inside Humidity | <!--hiYearlyInsideHumidity--> | <span class="ajax" id="ajaxhiYearlyInsideHumidity"><?php echo $hiYearlyInsideHumidity; ?></span> | 30 |
| 62 | Low Yearly Inside Humidity | <!--lowYearlyInsideHumidity--> | <span class="ajax" id="ajaxlowYearlyInsideHumidity"><?php echo $lowYearlyInsideHumidity; ?></span> | 15 |
| 63 | Outside Humidity | <!--outsideHumidity--> | <span class="ajax" id="ajaxoutsideHumidity"><?php echo $outsideHumidity; ?></span> | 59 |
| 64 | Low Humidity | <!--lowHumidity--> | <span class="ajax" id="ajaxlowHumidity"><?php echo $lowHumidity; ?></span> | 47 |
| 65 | High Humidity | <!--hiHumidity--> | <span class="ajax" id="ajaxhiHumidity"><?php echo $hiHumidity; ?></span> | 79 |
| 66 | Time of Low Humidity | <!--lowHumTime--> | <span class="ajax" id="ajaxlowHumTime"><?php echo $lowHumTime; ?></span> | 4:12p |
| 67 | Time of High Humidity | <!--hiHumTime--> | <span class="ajax" id="ajaxhiHumTime"><?php echo $hiHumTime; ?></span> | 4:56a |
| 68 | High Monthly Humidity | <!--hiMonthlyHumidity--> | <span class="ajax" id="ajaxhiMonthlyHumidity"><?php echo $hiMonthlyHumidity; ?></span> | 96 |
| 69 | Low Monthly Humidity | <!--lowMonthlyHumidity--> | <span class="ajax" id="ajaxlowMonthlyHumidity"><?php echo $lowMonthlyHumidity; ?></span> | 38 |
| 70 | High Yearly Humidity | <!--hiYearlyHumidity--> | <span class="ajax" id="ajaxhiYearlyHumidity"><?php echo $hiYearlyHumidity; ?></span> | 96 |
| 71 | Low Yearly Humidity | <!--lowYearlyHumidity--> | <span class="ajax" id="ajaxlowYearlyHumidity"><?php echo $lowYearlyHumidity; ?></span> | 38 |
| 72 | Humidity 2 | <!--Humidity2--> | <span class="ajax" id="ajaxHumidity2"><?php echo $Humidity2; ?></span> | --- |
| 73 | High Humidity 2 | <!--hiHum2--> | <span class="ajax" id="ajaxhiHum2"><?php echo $hiHum2; ?></span> | --- |
| 74 | Low Humidity 2 | <!--lowHum2--> | <span class="ajax" id="ajaxlowHum2"><?php echo $lowHum2; ?></span> | --- |
| 75 | High Humidity Time 2 | <!--hiHumTime2--> | <span class="ajax" id="ajaxhiHumTime2"><?php echo $hiHumTime2; ?></span> | --- |
| 76 | Low Humidity Time 2 | <!--lowHumTime2--> | <span class="ajax" id="ajaxlowHumTime2"><?php echo $lowHumTime2; ?></span> | --- |
| 77 | Humidity 3 | <!--Humidity3--> | <span class="ajax" id="ajaxHumidity3"><?php echo $Humidity3; ?></span> | --- |
| 78 | High Humidity 3 | <!--hiHum3--> | <span class="ajax" id="ajaxhiHum3"><?php echo $hiHum3; ?></span> | --- |
| 79 | High Humidity 3 Time | <!--hiHumTime3--> | <span class="ajax" id="ajaxhiHumTime3"><?php echo $hiHumTime3; ?></span> | --- |
| 80 | Low Humidity 3 | <!--lowHum3--> | <span class="ajax" id="ajaxlowHum3"><?php echo $lowHum3; ?></span> | --- |
| 81 | Low Humidity 3 Time | <!--lowHumTime3--> | <span class="ajax" id="ajaxlowHumTime3"><?php echo $lowHumTime3; ?></span> | --- |
| 82 | Humidity 4 | <!--Humidity4--> | <span class="ajax" id="ajaxHumidity4"><?php echo $Humidity4; ?></span> | |
| 83 | High Humidity 4 | <!--hiHum4--> | <span class="ajax" id="ajaxhiHum4"><?php echo $hiHum4; ?></span> | |
| 84 | High Humidity 4 Time | <!--hiHumTime4--> | <span class="ajax" id="ajaxhiHumTime4"><?php echo $hiHumTime4; ?></span> | |
| 85 | Low Humidity 4 | <!--lowHum4--> | <span class="ajax" id="ajaxlowHum4"><?php echo $lowHum4; ?></span> | |
| 86 | Low Humidity 4 Time | <!--lowHumTime4--> | <span class="ajax" id="ajaxlowHumTime4"><?php echo $lowHumTime4; ?></span> | |
| 87 | Humidity 5 | <!--Humidity5--> | <span class="ajax" id="ajaxHumidity5"><?php echo $Humidity5; ?></span> | |
| 88 | High Humidity 5 | <!--hiHum5--> | <span class="ajax" id="ajaxhiHum5"><?php echo $hiHum5; ?></span> | |
| 89 | High Humidity 5 Time | <!--hiHumTime5--> | <span class="ajax" id="ajaxhiHumTime5"><?php echo $hiHumTime5; ?></span> | |
| 90 | Low Humidity 5 | <!--lowHum5--> | <span class="ajax" id="ajaxlowHum5"><?php echo $lowHum5; ?></span> | |
| 91 | Low Humidity 5 Time | <!--lowHumTime5--> | <span class="ajax" id="ajaxlowHumTime5"><?php echo $lowHumTime5; ?></span> | |
| 92 | Humidity 6 | <!--Humidity6--> | <span class="ajax" id="ajaxHumidity6"><?php echo $Humidity6; ?></span> | |
| 93 | High Humidity 6 | <!--hiHum6--> | <span class="ajax" id="ajaxhiHum6"><?php echo $hiHum6; ?></span> | |
| 94 | High Humidity 6 Time | <!--hiHumTime6--> | <span class="ajax" id="ajaxhiHumTime6"><?php echo $hiHumTime6; ?></span> | |
| 95 | Low Humidity 6 | <!--lowHum6--> | <span class="ajax" id="ajaxlowHum6"><?php echo $lowHum6; ?></span> | |
| 96 | Low Humidity 6 Time | <!--lowHumTime6--> | <span class="ajax" id="ajaxlowHumTime6"><?php echo $lowHumTime6; ?></span> | |
| 97 | Humidity 7 | <!--Humidity7--> | <span class="ajax" id="ajaxHumidity7"><?php echo $Humidity7; ?></span> | |
| 98 | High Humidity 7 | <!--hiHum7--> | <span class="ajax" id="ajaxhiHum7"><?php echo $hiHum7; ?></span> | |
| 99 | High Humidity 7 Time | <!--hiHumTime7--> | <span class="ajax" id="ajaxhiHumTime7"><?php echo $hiHumTime7; ?></span> | |
| 100 | Low Humidity 7 | <!--lowHum7--> | <span class="ajax" id="ajaxlowHum7"><?php echo $lowHum7; ?></span> | |
| 101 | Low Humidity 7 Time | <!--lowHumTime7--> | <span class="ajax" id="ajaxlowHumTime7"><?php echo $lowHumTime7; ?></span> | |
| 102 | Humidity 8 | <!--Humidity8--> | <span class="ajax" id="ajaxHumidity8"><?php echo $Humidity8; ?></span> | |
| 103 | High Humidity 8 | <!--hiHum8--> | <span class="ajax" id="ajaxhiHum8"><?php echo $hiHum8; ?></span> | |
| 104 | High Humidity 8 Time | <!--hiHumTime8--> | <span class="ajax" id="ajaxhiHumTime8"><?php echo $hiHumTime8; ?></span> | |
| 105 | Low Humidity 8 | <!--lowHum8--> | <span class="ajax" id="ajaxlowHum8"><?php echo $lowHum8; ?></span> | |
| 106 | Low Humidty 8 Time | <!--lowHumTime8--> | <span class="ajax" id="ajaxlowHumTime8"><?php echo $lowHumTime8; ?></span> | |
| 107 | Barometer | <!--barometer--> | <span class="ajax" id="ajaxbarometer"><?php echo $barometer; ?></span> | 30.380 |
| 108 | 3-Hour Barometer Trend* | <!--BarTrend--> | <span class="ajax" id="ajaxBarTrend"><?php echo $BarTrend; ?></span> | Rising Slowly |
| 109 | Low Barometer | <!--lowBarometer--> | <span class="ajax" id="ajaxlowBarometer"><?php echo $lowBarometer; ?></span> | 30.322 |
| 110 | High Barometer | <!--hiBarometer--> | <span class="ajax" id="ajaxhiBarometer"><?php echo $hiBarometer; ?></span> | 30.397 |
| 111 | Low Monthly Barometer | <!--lowMonthlyBarometer--> | <span class="ajax" id="ajaxlowMonthlyBarometer"><?php echo $lowMonthlyBarometer; ?></span> | 29.199 |
| 112 | High Monthly Barometer | <!--hiMonthlyBarometer--> | <span class="ajax" id="ajaxhiMonthlyBarometer"><?php echo $hiMonthlyBarometer; ?></span> | 30.732 |
| 113 | Low Yearly Barometer | <!--lowYearlyBarometer--> | <span class="ajax" id="ajaxlowYearlyBarometer"><?php echo $lowYearlyBarometer; ?></span> | 29.199 |
| 114 | High Yearly Barometer | <!--hiYearlyBarometer--> | <span class="ajax" id="ajaxhiYearlyBarometer"><?php echo $hiYearlyBarometer; ?></span> | 30.732 |
| 115 | Time of Low Barometer | <!--lowBarometerTime--> | <span class="ajax" id="ajaxlowBarometerTime"><?php echo $lowBarometerTime; ?></span> | 6:00a |
| 116 | Time of High Barometer | <!--hiBarometerTime--> | <span class="ajax" id="ajaxhiBarometerTime"><?php echo $hiBarometerTime; ?></span> | 10:50a |
| 117 | Wind Speed | <!--windSpeed--> | <span class="ajax" id="ajaxwindSpeed"><?php echo $windSpeed; ?></span> | 0.0 |
| 118 | 10 Minute Average Wind Speed | <!--wind10Avg--> | <span class="ajax" id="ajaxwind10Avg"><?php echo $wind10Avg; ?></span> | 0.0 |
| 119 | High Wind Speed | <!--hiWindSpeed--> | <span class="ajax" id="ajaxhiWindSpeed"><?php echo $hiWindSpeed; ?></span> | 15.0 |
| 120 | Time of High Wind Speed | <!--hiWindSpeedTime--> | <span class="ajax" id="ajaxhiWindSpeedTime"><?php echo $hiWindSpeedTime; ?></span> | 1:52p |
| 121 | High Monthly Wind Speed | <!--hiMonthlyWindSpeed--> | <span class="ajax" id="ajaxhiMonthlyWindSpeed"><?php echo $hiMonthlyWindSpeed; ?></span> | 26.0 |
| 122 | High Yearly Wind Speed | <!--hiYearlyWindSpeed--> | <span class="ajax" id="ajaxhiYearlyWindSpeed"><?php echo $hiYearlyWindSpeed; ?></span> | 26.0 |
| 123 | Wind Direction In Degrees | <!--windDir--> | <span class="ajax" id="ajaxwindDir"><?php echo $windDir; ?></span> | 209 |
| 124 | Wind Direction Sector (16-point compass) | <!--windDirection--> | <span class="ajax" id="ajaxwindDirection"><?php echo $windDirection; ?></span> | SSW |
| 125 | Wind Chill | <!--windChill--> | <span class="ajax" id="ajaxwindChill"><?php echo $windChill; ?></span> | 8.4 |
| 126 | Low Wind Chill | <!--lowWindchill--> | <span class="ajax" id="ajaxlowWindchill"><?php echo $lowWindchill; ?></span> | -5.0 |
| 127 | Time of Low Wind Chill | <!--lowWindchillTime--> | <span class="ajax" id="ajaxlowWindchillTime"><?php echo $lowWindchillTime; ?></span> | 2:49a |
| 128 | Low Monthly Wind Chill | <!--lowMonthlyWindchill--> | <span class="ajax" id="ajaxlowMonthlyWindchill"><?php echo $lowMonthlyWindchill; ?></span> | -27.0 |
| 129 | Low Yearly Wind Chill | <!--lowYearlyWindchill--> | <span class="ajax" id="ajaxlowYearlyWindchill"><?php echo $lowYearlyWindchill; ?></span> | -27.0 |
| 130 | Yearly Rain | <!--totalRain--> | <span class="ajax" id="ajaxtotalRain"><?php echo $totalRain; ?></span> | 0.80 |
| 131 | Daily Rain | <!--dailyRain--> | <span class="ajax" id="ajaxdailyRain"><?php echo $dailyRain; ?></span> | 0.00 |
| 132 | Monthly Rain | <!--monthlyRain--> | <span class="ajax" id="ajaxmonthlyRain"><?php echo $monthlyRain; ?></span> | 0.80 |
| 133 | Storm Rain | <!--stormRain--> | <span class="ajax" id="ajaxstormRain"><?php echo $stormRain; ?></span> | 0.00 |
| 134 | Rain Rate | <!--rainRate--> | <span class="ajax" id="ajaxrainRate"><?php echo $rainRate; ?></span> | 0.00 |
| 135 | High Rain Rate | <!--hiRainRate--> | <span class="ajax" id="ajaxhiRainRate"><?php echo $hiRainRate; ?></span> | 0.00 |
| 136 | Time of High Rain Rate | <!--hiRainRateTime--> | <span class="ajax" id="ajaxhiRainRateTime"><?php echo $hiRainRateTime; ?></span> | ---- |
| 137 | High Rain Rate Hour | <!--hiRainRateHour--> | <span class="ajax" id="ajaxhiRainRateHour"><?php echo $hiRainRateHour; ?></span> | 0.00 |
| 138 | High Monthly Rain Rate | <!--hiMonthlyRainRate--> | <span class="ajax" id="ajaxhiMonthlyRainRate"><?php echo $hiMonthlyRainRate; ?></span> | 0.09 |
| 139 | High Yearly Rain Rate | <!--hiYearlyRainRate--> | <span class="ajax" id="ajaxhiYearlyRainRate"><?php echo $hiYearlyRainRate; ?></span> | 0.09 |
| 140 | Daily ET | <!--dailyEt--> | <span class="ajax" id="ajaxdailyEt"><?php echo $dailyEt; ?></span> | --- |
| 141 | Monthly ET | <!--monthlyEt--> | <span class="ajax" id="ajaxmonthlyEt"><?php echo $monthlyEt; ?></span> | --- |
| 142 | Yearly ET | <!--yearlyEt--> | <span class="ajax" id="ajaxyearlyEt"><?php echo $yearlyEt; ?></span> | --- |
| 143 | Solar Radiation | <!--solarRad--> | <span class="ajax" id="ajaxsolarRad"><?php echo $solarRad; ?></span> | --- |
| 144 | High Solar Radiation | <!--hiSolarRad--> | <span class="ajax" id="ajaxhiSolarRad"><?php echo $hiSolarRad; ?></span> | --- |
| 145 | Time of High Solar Radiation | <!--hiSolarRadTime--> | <span class="ajax" id="ajaxhiSolarRadTime"><?php echo $hiSolarRadTime; ?></span> | --- |
| 146 | High Monthly Solar Radiation | <!--hiMonthlySolarRad--> | <span class="ajax" id="ajaxhiMonthlySolarRad"><?php echo $hiMonthlySolarRad; ?></span> | --- |
| 147 | High Yearly Solar Radiation | <!--hiYearlySolarRad--> | <span class="ajax" id="ajaxhiYearlySolarRad"><?php echo $hiYearlySolarRad; ?></span> | --- |
| 148 | UV | <!--uv--> | <span class="ajax" id="ajaxuv"><?php echo $uv; ?></span> | --- |
| 149 | High UV | <!--hiUV--> | <span class="ajax" id="ajaxhiUV"><?php echo $hiUV; ?></span> | --- |
| 150 | Time of High UV | <!--hiUVTime--> | <span class="ajax" id="ajaxhiUVTime"><?php echo $hiUVTime; ?></span> | --- |
| 151 | High monthly UV | <!--hiMonthlyUV--> | <span class="ajax" id="ajaxhiMonthlyUV"><?php echo $hiMonthlyUV; ?></span> | --- |
| 152 | High yearly UV | <!--hiYearlyUV--> | <span class="ajax" id="ajaxhiYearlyUV"><?php echo $hiYearlyUV; ?></span> | --- |
| 153 | Outside Dew Point | <!--outsideDewPt--> | <span class="ajax" id="ajaxoutsideDewPt"><?php echo $outsideDewPt; ?></span> | -3.0 |
| 154 | High Dew Point | <!--hiDewpoint--> | <span class="ajax" id="ajaxhiDewpoint"><?php echo $hiDewpoint; ?></span> | 3.0 |
| 155 | Low Dew Point | <!--lowDewpoint--> | <span class="ajax" id="ajaxlowDewpoint"><?php echo $lowDewpoint; ?></span> | -9.0 |
| 156 | Time of High Dew Point | <!--hiDewpointTime--> | <span class="ajax" id="ajaxhiDewpointTime"><?php echo $hiDewpointTime; ?></span> | 1:39p |
| 157 | Time of Low Dew Point | <!--lowDewpointTime--> | <span class="ajax" id="ajaxlowDewpointTime"><?php echo $lowDewpointTime; ?></span> | 2:28a |
| 158 | High Monthly Dew Point | <!--hiMonthlyDewpoint--> | <span class="ajax" id="ajaxhiMonthlyDewpoint"><?php echo $hiMonthlyDewpoint; ?></span> | 35.0 |
| 159 | Low Monthly Dew Point | <!--lowMonthlyDewpoint--> | <span class="ajax" id="ajaxlowMonthlyDewpoint"><?php echo $lowMonthlyDewpoint; ?></span> | -29.0 |
| 160 | High Yearly Dew Point | <!--hiYearlyDewpoint--> | <span class="ajax" id="ajaxhiYearlyDewpoint"><?php echo $hiYearlyDewpoint; ?></span> | 35.0 |
| 161 | Low Yearly Dew Point | <!--lowYearlyDewpoint--> | <span class="ajax" id="ajaxlowYearlyDewpoint"><?php echo $lowYearlyDewpoint; ?></span> | -29.0 |
| 162 | Inside Dew Point | <!--insideDewPt--> | <span class="ajax" id="ajaxinsideDewPt"><?php echo $insideDewPt; ?></span> | 28.0 |
| 163 | Outside Heat Index | <!--outsideHeatIndex--> | <span class="ajax" id="ajaxoutsideHeatIndex"><?php echo $outsideHeatIndex; ?></span> | 8.1 |
| 164 | High Heat Index | <!--hiHeatindex--> | <span class="ajax" id="ajaxhiHeatindex"><?php echo $hiHeatindex; ?></span> | 17.0 |
| 165 | Time of High Heat Index | <!--hiHeatindexTime--> | <span class="ajax" id="ajaxhiHeatindexTime"><?php echo $hiHeatindexTime; ?></span> | 2:55p |
| 166 | High Monthly Heat Index | <!--hiMonthlyHeatindex--> | <span class="ajax" id="ajaxhiMonthlyHeatindex"><?php echo $hiMonthlyHeatindex; ?></span> | 36.0 |
| 167 | High Yearly Heat Index | <!--hiYearlyHeatindex--> | <span class="ajax" id="ajaxhiYearlyHeatindex"><?php echo $hiYearlyHeatindex; ?></span> | 36.0 |
| 168 | Inside Heat Index | <!--insideHeatIndex--> | <span class="ajax" id="ajaxinsideHeatIndex"><?php echo $insideHeatIndex; ?></span> | 73.8 |
| 169 | THW Index | <!--thw--> | <span class="ajax" id="ajaxthw"><?php echo $thw; ?></span> | 8.1 |
| 170 | Soil Moisture 1 | <!--SoilMoisture1--> | <span class="ajax" id="ajaxSoilMoisture1"><?php echo $SoilMoisture1; ?></span> | --- |
| 171 | High Soil Moisture 1 | <!--hiSoilMoist1--> | <span class="ajax" id="ajaxhiSoilMoist1"><?php echo $hiSoilMoist1; ?></span> | --- |
| 172 | Low Soil Moisture 1 | <!--lowSoilMoist1--> | <span class="ajax" id="ajaxlowSoilMoist1"><?php echo $lowSoilMoist1; ?></span> | --- |
| 173 | High Soil Moisture 1 Time | <!--hiSoilMoistTime1--> | <span class="ajax" id="ajaxhiSoilMoistTime1"><?php echo $hiSoilMoistTime1; ?></span> | --- |
| 174 | Low Soil Moisture 1 Time | <!--lowSoilMoistTime1--> | <span class="ajax" id="ajaxlowSoilMoistTime1"><?php echo $lowSoilMoistTime1; ?></span> | --- |
| 175 | Soil Moisture 2 | <!--SoilMoisture2--> | <span class="ajax" id="ajaxSoilMoisture2"><?php echo $SoilMoisture2; ?></span> | --- |
| 176 | High Soil Moisture 2 | <!--hiSoilMoist2--> | <span class="ajax" id="ajaxhiSoilMoist2"><?php echo $hiSoilMoist2; ?></span> | --- |
| 177 | High Soil Moist 2 Time | <!--hiSoilMoistTime2--> | <span class="ajax" id="ajaxhiSoilMoistTime2"><?php echo $hiSoilMoistTime2; ?></span> | --- |
| 178 | Low Soil Moisture 2 | <!--lowSoilMoist2--> | <span class="ajax" id="ajaxlowSoilMoist2"><?php echo $lowSoilMoist2; ?></span> | --- |
| 179 | Low Soil Moist 2 Time | <!--lowSoilMoistTime2--> | <span class="ajax" id="ajaxlowSoilMoistTime2"><?php echo $lowSoilMoistTime2; ?></span> | --- |
| 180 | Soil Moisture 3 | <!--SoilMoisture3--> | <span class="ajax" id="ajaxSoilMoisture3"><?php echo $SoilMoisture3; ?></span> | --- |
| 181 | High Soil Moisture 3 | <!--hiSoilMoist3--> | <span class="ajax" id="ajaxhiSoilMoist3"><?php echo $hiSoilMoist3; ?></span> | --- |
| 182 | High Soil Moisture 3 Time | <!--hiSoilMoistTime3--> | <span class="ajax" id="ajaxhiSoilMoistTime3"><?php echo $hiSoilMoistTime3; ?></span> | --- |
| 183 | Low Soil Moisture 3 | <!--lowSoilMoist3--> | <span class="ajax" id="ajaxlowSoilMoist3"><?php echo $lowSoilMoist3; ?></span> | --- |
| 184 | Low Soil Moisture 3 Time | <!--lowSoilMoistTime3--> | <span class="ajax" id="ajaxlowSoilMoistTime3"><?php echo $lowSoilMoistTime3; ?></span> | --- |
| 185 | Soil Moisture 4 | <!--SoilMoisture4--> | <span class="ajax" id="ajaxSoilMoisture4"><?php echo $SoilMoisture4; ?></span> | --- |
| 186 | High Soil Moisture 4 | <!--hiSoilMoist4--> | <span class="ajax" id="ajaxhiSoilMoist4"><?php echo $hiSoilMoist4; ?></span> | --- |
| 187 | High Soil Moisture 4 Time | <!--hiSoilMoistTime4--> | <span class="ajax" id="ajaxhiSoilMoistTime4"><?php echo $hiSoilMoistTime4; ?></span> | --- |
| 188 | Low Soil Moisture 4 | <!--lowSoilMoist4--> | <span class="ajax" id="ajaxlowSoilMoist4"><?php echo $lowSoilMoist4; ?></span> | --- |
| 189 | Low Soil Moisture 4 Time | <!--lowSoilMoistTime4--> | <span class="ajax" id="ajaxlowSoilMoistTime4"><?php echo $lowSoilMoistTime4; ?></span> | --- |
| 190 | Soil Temp 1 | <!--SoilTemp1--> | <span class="ajax" id="ajaxSoilTemp1"><?php echo $SoilTemp1; ?></span> | --- |
| 191 | High Soil Temp 1 | <!--hiSoilTemp1--> | <span class="ajax" id="ajaxhiSoilTemp1"><?php echo $hiSoilTemp1; ?></span> | --- |
| 192 | Low Soil Temp 1 | <!--lowSoilTemp1--> | <span class="ajax" id="ajaxlowSoilTemp1"><?php echo $lowSoilTemp1; ?></span> | --- |
| 193 | High Soil Temp 1 Time | <!--hiSoilTempTime1--> | <span class="ajax" id="ajaxhiSoilTempTime1"><?php echo $hiSoilTempTime1; ?></span> | --- |
| 194 | Low Soil Temp 1 Time | <!--lowSoilTempTime1--> | <span class="ajax" id="ajaxlowSoilTempTime1"><?php echo $lowSoilTempTime1; ?></span> | --- |
| 195 | Soil Temperature 2 | <!--SoilTemp2--> | <span class="ajax" id="ajaxSoilTemp2"><?php echo $SoilTemp2; ?></span> | --- |
| 196 | High Soil Temp 2 | <!--hiSoilTemp2--> | <span class="ajax" id="ajaxhiSoilTemp2"><?php echo $hiSoilTemp2; ?></span> | --- |
| 197 | High Soil Temp 2 Time | <!--hiSoilTempTime2--> | <span class="ajax" id="ajaxhiSoilTempTime2"><?php echo $hiSoilTempTime2; ?></span> | --- |
| 198 | Low Soil Temp 2 | <!--lowSoilTemp2--> | <span class="ajax" id="ajaxlowSoilTemp2"><?php echo $lowSoilTemp2; ?></span> | --- |
| 199 | Low Soil Temp 2 Time | <!--lowSoilTempTime2--> | <span class="ajax" id="ajaxlowSoilTempTime2"><?php echo $lowSoilTempTime2; ?></span> | --- |
| 200 | Soil Temperature 3 | <!--SoilTemp3--> | <span class="ajax" id="ajaxSoilTemp3"><?php echo $SoilTemp3; ?></span> | --- |
| 201 | High Soil Temp 3 | <!--hiSoilTemp3--> | <span class="ajax" id="ajaxhiSoilTemp3"><?php echo $hiSoilTemp3; ?></span> | --- |
| 202 | High Soil Temp 3 Time | <!--hiSoilTempTime3--> | <span class="ajax" id="ajaxhiSoilTempTime3"><?php echo $hiSoilTempTime3; ?></span> | --- |
| 203 | Low Soil Temp 3 | <!--lowSoilTemp3--> | <span class="ajax" id="ajaxlowSoilTemp3"><?php echo $lowSoilTemp3; ?></span> | --- |
| 204 | Low Soil Temp 3 Time | <!--lowSoilTempTime3--> | <span class="ajax" id="ajaxlowSoilTempTime3"><?php echo $lowSoilTempTime3; ?></span> | --- |
| 205 | Soil Temperature 4 | <!--SoilTemp4--> | <span class="ajax" id="ajaxSoilTemp4"><?php echo $SoilTemp4; ?></span> | --- |
| 206 | High Soil Temp 4 | <!--hiSoilTemp4--> | <span class="ajax" id="ajaxhiSoilTemp4"><?php echo $hiSoilTemp4; ?></span> | --- |
| 207 | High Soil Temp 4 Time | <!--hiSoilTempTime4--> | <span class="ajax" id="ajaxhiSoilTempTime4"><?php echo $hiSoilTempTime4; ?></span> | --- |
| 208 | Low Soil Temp 4 | <!--lowSoilTemp4--> | <span class="ajax" id="ajaxlowSoilTemp4"><?php echo $lowSoilTemp4; ?></span> | --- |
| 209 | Low Soil Temp 4 Time | <!--lowSoilTempTime4--> | <span class="ajax" id="ajaxlowSoilTempTime4"><?php echo $lowSoilTempTime4; ?></span> | --- |
| 210 | Leaf Wetness 1 | <!--LeafWetness1--> | <span class="ajax" id="ajaxLeafWetness1"><?php echo $LeafWetness1; ?></span> | --- |
| 211 | High Leaf Wetness 1 | <!--hiLeaf1--> | <span class="ajax" id="ajaxhiLeaf1"><?php echo $hiLeaf1; ?></span> | --- |
| 212 | Low Leaf Wetness 1 | <!--lowLeaf1--> | <span class="ajax" id="ajaxlowLeaf1"><?php echo $lowLeaf1; ?></span> | --- |
| 213 | High Leaf Wetness 1 Time | <!--hiLeafTime1--> | <span class="ajax" id="ajaxhiLeafTime1"><?php echo $hiLeafTime1; ?></span> | --- |
| 214 | Low Leaf Wetness 1 Time | <!--lowLeafTime1--> | <span class="ajax" id="ajaxlowLeafTime1"><?php echo $lowLeafTime1; ?></span> | --- |
| 215 | Leaf Wetness 2 | <!--LeafWetness2--> | <span class="ajax" id="ajaxLeafWetness2"><?php echo $LeafWetness2; ?></span> | --- |
| 216 | High Leaf Wetness 2 | <!--hiLeaf2--> | <span class="ajax" id="ajaxhiLeaf2"><?php echo $hiLeaf2; ?></span> | --- |
| 217 | High Leaf Time | <!--hiLeafTime2--> | <span class="ajax" id="ajaxhiLeafTime2"><?php echo $hiLeafTime2; ?></span> | --- |
| 218 | Low Leaf Wetness 2 | <!--lowLeaf2--> | <span class="ajax" id="ajaxlowLeaf2"><?php echo $lowLeaf2; ?></span> | --- |
| 219 | Low Leaf Time 2 | <!--lowLeafTime2--> | <span class="ajax" id="ajaxlowLeafTime2"><?php echo $lowLeafTime2; ?></span> | --- |
| 220 | Leaf Temp 1 | <!--LeafTemp1--> | <span class="ajax" id="ajaxLeafTemp1"><?php echo $LeafTemp1; ?></span> | --- |
| 221 | High Leaf Temp 1 | <!--hiLeafTemp1--> | <span class="ajax" id="ajaxhiLeafTemp1"><?php echo $hiLeafTemp1; ?></span> | --- |
| 222 | Low Leaf Temp 1 | <!--lowLeafTemp1--> | <span class="ajax" id="ajaxlowLeafTemp1"><?php echo $lowLeafTemp1; ?></span> | --- |
| 223 | High Leaf Temp 1 Time | <!--hiLeafTempTime1--> | <span class="ajax" id="ajaxhiLeafTempTime1"><?php echo $hiLeafTempTime1; ?></span> | --- |
| 224 | Low Leaf Temp 1 Time | <!--lowLeafTempTime1--> | <span class="ajax" id="ajaxlowLeafTempTime1"><?php echo $lowLeafTempTime1; ?></span> | --- |
| 225 | EMC | <!--emc--> | <span class="ajax" id="ajaxemc"><?php echo $emc; ?></span> | --- |
| 226 | EMC Unit | <!--emcUnit--> | <span class="ajax" id="ajaxemcUnit"><?php echo $emcUnit; ?></span> | % |
| 227 | Air Density | <!--airDensity--> | <span class="ajax" id="ajaxairDensity"><?php echo $airDensity; ?></span> | 0.0860 |
| 228 | Air Density Unit | <!--airDensityUnit--> | <span class="ajax" id="ajaxairDensityUnit"><?php echo $airDensityUnit; ?></span> | lb/cu.ft |
| 229 | Date on the PC | <!--date--> | <span class="ajax" id="ajaxdate"><?php echo $date; ?></span> | 01/25/09 |
| 230 | Time on the PC | <!--time--> | <span class="ajax" id="ajaxtime"><?php echo $time; ?></span> | 6:45p |
| 231 | UTC Time | <!--utcTime--> | <span class="ajax" id="ajautcTime"><?php echo $utcTime; ?></span> | 11:45p |
| 232 | UTC Date | <!--utcDate--> | <span class="ajax" id="ajaxutcDate"><?php echo $utcDate; ?></span> | 01/25/09 |
| 233 | Date on the Station | <!--stationDate--> | <span class="ajax" id="ajaxstationDate"><?php echo $stationDate; ?></span> | 01/25/09 |
| 234 | Time on the Station | <!--stationTime--> | <span class="ajax" id="ajaxstationTime"><?php echo $stationTime; ?></span> | 6:45p |
| 235 | Name of Station | <!--StationName--> | <span class="ajax" id="ajaxStationName"><?php echo $StationName; ?></span> | Michiana Weather |
| 236 | City (from NOAA Setup) | <!--StationCity--> | <span class="ajax" id="ajaxStationCity"><?php echo $StationCity; ?></span> | Elkhart |
| 237 | State (from NOAA Setup) | <!--StationState--> | <span class="ajax" id="ajaxStationState"><?php echo $StationState; ?></span> | IN |
| 238 | Elevation (from NOAA Setup) | <!--StationElevation--> | <span class="ajax" id="ajaxStationElevation"><?php echo $StationElevation; ?></span> | 758 ft |
| 239 | Latitude (from NOAA Setup) | <!--StationLatitude--> | <span class="ajax" id="ajaxStationLatitude"><?php echo $StationLatitude; ?></span> | 41° 42' 22" N |
| 240 | Longitude (from NOAA Setup) | <!--StationLongitude--> | <span class="ajax" id="ajaxStationLongitude"><?php echo $StationLongitude; ?></span> | 86° 02' 30" W |
| 241 | Sunrise Time | <!--sunriseTime--> | <span class="ajax" id="ajaxsunriseTime"><?php echo $sunriseTime; ?></span> | 9:01a |
| 242 | Sunset Time | <!--sunsetTime--> | <span class="ajax" id="ajaxsunsetTime"><?php echo $sunsetTime; ?></span> | 6:52p |
| 243 | Temperature Units | <!--tempUnit--> | <span class="ajax" id="ajaxtempUnit"><?php echo $tempUnit; ?></span> | °F |
| 244 | Hum Units | <!--humUnit--> | <span class="ajax" id="ajaxhumUnit"><?php echo $humUnit; ?></span> | % |
| 245 | Wind Units | <!--windUnit--> | <span class="ajax" id="ajaxwindUnit"><?php echo $windUnit; ?></span> | mph |
| 246 | Bar Units | <!--barUnit--> | <span class="ajax" id="ajaxbarUnit"><?php echo $barUnit; ?></span> | in |
| 247 | Rain Units | <!--rainUnit--> | <span class="ajax" id="ajaxrainUnit"><?php echo $rainUnit; ?></span> | in |
| 248 | Solar Units | <!--solarUnit--> | <span class="ajax" id="ajaxsolarUnit"><?php echo $solarUnit; ?></span> | W/m² |
| 249 | Rain Rate Units | <!--rateUnit--> | <span class="ajax" id="ajaxrateUnit"><?php echo $rateUnit; ?></span> | in/hr |
| 250 | UV Units | <!--uvUnit--> | <span class="ajax" id="ajaxuvUnit"><?php echo $uvUnit; ?></span> | index |
| 251 | Soil Moisture Units | <!--SoilUnit--> | <span class="ajax" id="ajaxSoilUnit"><?php echo $SoilUnit; ?></span> | cb |
| 252 | 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> | 0.0 mph | ||
| Wind Icon (no display if "Calm") | <span class="ajax" id="ajaxwindicon"></span> | |||
| Wind Rose | <span class="ajax" id="ajaxwindiconwr"></span> | |||