Data1- AJAX data file Data2 - for users with javascript turned off
Data template 1 -  data5.htx       parse to  .txt Data template 2 - data6.htx     parse to .php
Output from data5.htx - data5.txt   Sample output of data6.htx -  data6.php 
ajaxWL5.js

 

Last 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
 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
 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
 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
 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
 Rain Rate Units  <!--rateUnit--> <span class="ajax" id="ajaxrateUnit"><?php echo $rateUnit; ?></span> in/hr
 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; ?>&nbsp;<?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>