' . 'mostly clear '; $weathercond = 'Dry'; $Currentsolardescription = 'mostly clear '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '8939'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '2725'; // Estimated cloud base height, metres, (based on dew point, and you height above sea // end of stock testtags.txt // ---------------------------------------------------------------------------------------------------- // begin mchallis tags added to testtags.txt for printable flyer $maxgsthrtime = '16:01'; // time that the max gust last prior 1 hour occured $minbaroyest = '30.100 in.'; $minbaroyestt = '00:26'; $mrecordlowbaro = '29.943'; $mrecordlowbaroday = '6'; $mrecordlowbaromonth = '2'; $mrecordlowbaroyear = '2023'; $yrecordlowbaro = '29.627'; $yrecordlowbaroday = '1'; $yrecordlowbaromonth = '1'; $yrecordlowbaroyear = '2023'; // end mchallis tags added to testtags.txt for printable flyer // ---------------------------------------------------------------------------------------------------- // New WebsterWeatherLive VER 4.10 tags //---------------------------------------------- $lighteningbearing = '0'; $lighteningdistance = '0'; $lighteningcountlasthournextstorm = '0'; $lighteningcountlastminutenextstorm = '0'; $lighteningcountlast12hournextstorm = '0'; $lighteningcountlast30minutesnextstorm = '0'; $timeofdaygreeting = 'Afternoon'; $avwindlastimediate60 = '2.3 mph'; // average wind speed $avwindlastimediate120 = '1.7 mph'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '2.3 mph'; // average wind speed $avwindlastimediate30 = '2.3 mph'; // average wind speed $todayhihumidex = '62.2'; //daily high humidex $todaylohumidex = '32.0'; //Daily low Humidex //Version 5.02 $dayornight = 'Day'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '+0.2'; //For snow prediction $abshum = '4.21'; //For snow prediction $maxtemp4today = '84.3'; // max from station's records $mintemp4today = '31.6'; // min from station's records $maxtemp4todayyr = '2018'; // max year from station's records $mintemp4todayyr = '2019'; // min year from station's records $avsnowjan = '0.0'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '0.0'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '0.0'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '0.0'; //Average snow for apr from your inputted snow data (cm) $avsnowmay = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjun = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjul = '0.0'; //Average snow for jul from your inputted snow data (cm) $avsnowaug = '0.0'; //Average snow for aug from your inputted snow data (cm) $avsnowsep = '0.0'; //Average snow for sep from your inputted snow data (cm) $avsnowoct = '0.0'; //Average snow for oct from your inputted snow data (cm) $avsnownov = '0.0'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '0.0'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '0.0'; $avsnowfebnow = '0.0'; $avsnowmarnow = '0.0'; $avsnowaprnow = '0.0'; $avsnowmaynow = '0.0'; $avsnowjunnow = '0.0'; $avsnowjulnow = '0.0'; $avsnowaugnow = '0.0'; $avsnowsepnow = '0.0'; $avsnowoctnow = '0.0'; $avsnownovnow = '0.0'; $avsnowdecnow = '0.0'; // end of websterweather additions // ---------------------------------------------------------------------------------------------------- // relayweather wxglobalwarming // For Temperature Trend Chart, you Need to add the following to your testtags file if they don't yet exist: $avtempjannow = '50.4'; $avtempfebnow = '53.9'; $avtempmarnow = '63.9'; $avtempaprnow = '73.5'; $avtempmaynow = '81.3'; $avtempjunnow = '91.0'; $avtempjulnow = '93.9'; $avtempaugnow = '89.9'; $avtempsepnow = '87.2'; $avtempoctnow = '72.8'; $avtempnovnow = '55.3'; $avtempdecnow = '51.3'; $avtempjan = '53.0';//Average temperature for january from your data $avtempfeb = '56.4';//Average temperature for february from your data $avtempmar = '64.5';//Average temperature for march from your data $avtempapr = '73.3';//Average temperature for april from your data $avtempmay = '80.1';//Average temperature for may from your data $avtempjun = '91.1';//Average temperature for june from your data $avtempjul = '94.0';//Average temperature for july from your data $avtempaug = '92.4';//Average temperature for august from your data $avtempsep = '86.0';//Average temperature for september from your data $avtempoct = '72.8';//Average temperature for october from your data $avtempnov = '61.6';//Average temperature for november from your data $avtempdec = '52.7';//Average temperature for december from your data //For the Rain Trending Chart, you Need to add the following to your testtags file if they don't yet exist: //Start Rain Trending $avrainjan = '0.92'; $avrainfeb = '0.00'; $avrainmar = '0.00'; $avrainapr = '0.00'; $avrainmay = '0.00'; $avrainjun = '0.00'; $avrainjul = '0.00'; $avrainaug = '0.46'; $avrainsep = '0.56'; $avrainoct = '0.57'; $avrainnov = '0.22'; $avraindec = '1.40'; $avrainjannow = '0.92'; $avrainfebnow = '0.00'; $avrainmarnow = '---'; $avrainaprnow = '---'; $avrainmaynow = '---'; $avrainjunnow = '---'; $avrainjulnow = '---'; $avrainaugnow = '0.46'; $avrainsepnow = '0.56'; $avrainoctnow = '0.57'; $avrainnovnow = '0.22'; $avraindecnow = '1.40'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '120.0'; $recordlowtemp = '23.7'; $recordhighheatindex = '138.2'; $recordlowchill = '22.3'; $warmestdayonrecord = '118.9°F on: Jun 19 2016'; $warmestnightonrecord = '103.1°F on: Jul 08 2017'; $coldestdayonrecord = '42.3°F on: Dec 31 2018'; $coldestnightonrecord = '32.0°F on: Jan 15 2013'; $recordwindgust = '85.1'; $recordwindspeed = '29.4'; $recordhighwindrun = '96.5'; $recorddailyrain = '7.40'; $recordhighrainmth = '1.4'; $recordrainrate = '0.150'; $recorddayswithrain = '4'; $recorddaysnorain = '23'; $recordhighdew = '107.1'; $recordlowdew = '-19.7'; $recordhighhum = '99'; $recordlowhum = '0'; $recordhighbaro = '30.519'; $recordlowbaro = '29.317'; $recordhighsolar = '0.0'; $recordhightempmonth = '6'; $recordhightempday = '19'; $recordhightempyear = '2016'; $recordlowtempmonth = '1'; $recordlowtempday = '13'; $recordlowtempyear = '2013'; $recordhighheatindexmonth = '6'; $recordhighheatindexday = '6'; $recordhighheatindexyear = '2013'; $recordlowchillmonth = '1'; $recordlowchillday = '12'; $recordlowchillyear = '2013'; $recordhighgustmonth = '8'; $recordhighgustday = '7'; $recordhighgustyear = '2018'; $recordhighavwindmonth = '10'; $recordhighavwindday = '3'; $recordhighavwindyear = '2022'; $recordhighwindrunmth = '10'; $recordhighwindrunday = '19'; $recordhighwindrunyr = '2022'; $recorddailyrainmonth = '8'; $recorddailyrainday = '21'; $recorddailyrainyear = '2012'; $recordhighrainmthmth = '12'; $recordhighrainmthyr = '2022'; $recordrainratemonth = '1'; $recordrainrateday = '1'; $recordrainrateyear = '2023'; $recorddayswithrainmonth = '8'; $recorddayswithrainday = '21'; $recorddayswithrainyear = '2022'; $recorddaysnorainmonth = '12'; $recorddaysnorainday = '3'; $recorddaysnorainyear = '2022'; $recordhighdewmonth = '6'; $recordhighdewday = '6'; $recordhighdewyear = '2013'; $recordlowdewmonth = '5'; $recordlowdewday = '20'; $recordlowdewyear = '2013'; $recordhighhummonth = '10'; $recordhighhumday = '3'; $recordhighhumyear = '2018'; $recordlowhummonth = '5'; $recordlowhumday = '24'; $recordlowhumyear = '2020'; $recordhighbaromonth = '11'; $recordhighbaroday = '13'; $recordhighbaroyear = '2018'; $recordlowbaromonth = '4'; $recordlowbaroday = '8'; $recordlowbaroyear = '2013'; $recordhighsolarmonth = '8'; $recordhighsolarday = '13'; $recordhighsolaryear = '2022'; $recordhighuv = '0.0'; $recordhighuvmonth = '8'; $recordhighuvday = '13'; $recordhighuvyear = '2022'; $yrecordhighheatindex = '75.4'; $yrecordhighheatindexmonth = '2'; $yrecordhighheatindexday = '4'; $yrecordhighheatindexyear = '2023'; $ywarmestdayonrecord = '63.1°F on: Jan 13 2023'; $ywarmestnightonrecord = '55.0°F on: Jan 15 2023'; $ycoldestdayonrecord = '43.9°F on: Jan 23 2023'; $ycoldestnightonrecord = '38.5°F on: Jan 24 2023'; $yrecordhighwindrun = '70.7'; $yrecordhighwindrunmth = '1'; $yrecordhighwindrunday = '26'; $yrecordhighwindrunyr = '2023'; $yrecorddailyrain = '0.40'; $yrecordhighrainmth = '0.9'; $yrecordrainrate = '0.150'; $yrecorddayswithrain = '4'; $yrecorddaysnorain = '23'; $yrecordhighdew = '54.0'; $yrecordlowdew = '13.1'; $yrecordhighhum = '93'; $yrecordlowhum = '13'; $yrecorddailyrainmonth = '1'; $yrecorddailyrainday = '1'; $yrecorddailyrainyear = '2023'; $yrecordhighrainmthmth = '1'; $yrecordhighrainmthyr = '2023'; $yrecordrainratemonth = '1'; $yrecordrainrateday = '1'; $yrecordrainrateyear = '2023'; $yrecorddayswithrainmonth = '8'; $yrecorddayswithrainday = '21'; $yrecorddaysnorainmonth = '12'; $yrecorddaysnorainday = '3'; $yrecordhighdewmonth = '1'; $yrecordhighdewday = '1'; $yrecordhighdewyear = '2023'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '26'; $yrecordlowdewyear = '2023'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '2'; $yrecordhighhumyear = '2023'; $yrecordlowhummonth = '2'; $yrecordlowhumday = '6'; $yrecordlowhumyear = '2023'; $yrecordhighsolar = '0.0'; $yrecordhighsolarmonth = '8'; $yrecordhighsolarday = '13'; $yrecordhighsolaryear = '2022'; $yrecordhighuv = '0.0'; $yrecordhighuvmonth = '8'; $yrecordhighuvday = '13'; $yrecordhighuvyear = '2022'; $mrecordhighheatindex = '75.4'; $mrecordhighheatindexmonth = '2'; $mrecordhighheatindexday = '4'; $mrecordhighheatindexyear = '2023'; $mrecordhighwindrun = '47.8'; $mrecordhighwindrunmth = '2'; $mrecordhighwindrunday = '7'; $mrecordhighwindrunyr = '2023'; $mrecorddailyrain = '0.00'; $mrecordhighrainmth = '0.0'; $mrecordrainrate = '0.000'; $mrecorddayswithrain = '0'; $mrecorddaysnorain = '22'; $mrecordhighdew = '40.6'; $mrecordlowdew = '14.2'; $mrecordhighhum = '88'; $mrecordlowhum = '13'; $mrecorddailyrainmonth = '2'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2023'; $mrecordhighrainmthmth = '1'; $mrecordhighrainmthyr = '2023'; $mrecordrainratemonth = '2'; $mrecordrainrateday = '1'; $mrecordrainrateyear = '2023'; $mrecorddayswithrainmonth = '2'; $mrecorddayswithrainday = '1'; $mrecorddaysnorainmonth = '2'; $mrecorddaysnorainday = '8'; $mrecordhighdewmonth = '2'; $mrecordhighdewday = '6'; $mrecordhighdewyear = '2023'; $mrecordlowdewmonth = '2'; $mrecordlowdewday = '6'; $mrecordlowdewyear = '2023'; $mrecordhighhummonth = '2'; $mrecordhighhumday = '1'; $mrecordhighhumyear = '2023'; $mrecordlowhummonth = '2'; $mrecordlowhumday = '6'; $mrecordlowhumyear = '2023'; $myrecordhighbaromonth = '2'; $mrecordhighsolar = '0.0'; $mrecordhighsolarmonth = '8'; $mrecordhighsolarday = '13'; $mrecordhighsolaryear = '2022'; $mrecordhighuv = '0.0'; $mrecordhighuvmonth = '8'; $mrecordhighuvday = '13'; $mrecordhighuvyear = '2022'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '100%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.6'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '21.8'; // Fire Weather Index $avtempweek = '54.5'; // Average Weekly Temp $hddday = '12.5'; // Heating Degree for day $hddmonth = '86.7'; // Heating Degree for month to date $hddyear = '537.1'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '0.0'; // Cooling Degree for month to date $cddyear = '0.0'; // Cooling Degree for year to date $minchillweek = '39.8'; // Minimum Wind Chill over past 7 days $maxheatweek = '76.9'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.21'; //air density $solarnoon = '12:42'; // Solar noon $changeinday = '00:01:48'; // change in day length since yesterday $etcurrentweek = '0.024'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '00:00'; $maxsolarfortime = '0'; $wetbulb = '50.5 °F'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '81.3'; $maxdew = '31.3 °F'; $maxdewt = '08:32'; $mindew = '24.6 °F'; $mindewt = '15:31'; $maxdewyest = '29.2 °F'; $maxdewyestt = '23:15'; $mindewyest = '21.6 °F'; $mindewyestt = '15:48'; $stationname = 'Mariposa_Park_AZ_Weather'; $raindifffromav = '---'; $raindifffromavyear = '4.150'; $gddmonth = '102.4'; $gddyear = '295.4'; $maxheat = '67.3 °F'; $maxheatt = '16:01'; $maxheatyest = '68.0 °F'; $yeartodateavtemp = '51.1'; $monthtodateavtemp = '53.9'; $maxchillyest = '68.0 °F'; $monthtodatemaxgust = '15.0'; $monthtodateavspeed = '0.9'; // MTD average wind speed $monthtodateavgust = '2.0'; //MTD average wind gust $yeartodateavwind = '0.8'; // YTD average wind speed $yeartodategstwind = '1.8'; // YTD avg wind gust $lowbaro = '30.159 in.'; $lowbarot = '16:59'; $monthtodatemaxbaro = '30.394'; // MTD average wind speed $monthtodateminbaro = '29.944'; //MTD average wind gust $sunshinehourstodateyear = '00:00'; $sunshineyesterday = '00:00'; $avtempsincemidnight = '48.8'; $yesterdayavtemp = '54.9'; $avgspeedsincereset = '0.6'; $maxheatyestt = '16:03'; $windrunyesterday = '47.84'; $currentwdet = '0.020'; $yesterdaywdet = '0.000'; $highhum = '70'; $highhumt = '07:35'; $lowhum = '20'; $lowhumt = '15:31'; $maxhumyest = '53'; $maxhumyestt = '06:02'; $minhumyest = '18'; $minhumyestt = '15:38'; $recordhightempjan = '82.6'; $recordlowtempjan = '23.7'; $recordhightempfeb = '88.2'; $recordlowtempfeb = '30.0'; $recordhightempmar = '97.2'; $recordlowtempmar = '34.5'; $recordhightempapr = '103.5'; $recordlowtempapr = '43.2'; $recordhightempmay = '110.5'; $recordlowtempmay = '51.6'; $recordhightempjun = '120.0'; $recordlowtempjun = '60.4'; $recordhightempjul = '118.6'; $recordlowtempjul = '67.3'; $recordhightempaug = '116.8'; $recordlowtempaug = '55.4'; $recordhightempsep = '113.7'; $recordlowtempsep = '54.0'; $recordhightempoct = '104.2'; $recordlowtempoct = '39.2'; $recordhightempnov = '88.0'; $recordlowtempnov = '35.6'; $recordhightempdec = '83.3'; $recordlowtempdec = '29.8'; // average temp and rain by month (V1.08 addition) $avtempjannow = '50.4'; $avtempfebnow = '53.9'; $avtempmarnow = '63.9'; $avtempaprnow = '73.5'; $avtempmaynow = '81.3'; $avtempjunnow = '91.0'; $avtempjulnow = '93.9'; $avtempaugnow = '89.9'; $avtempsepnow = '87.2'; $avtempoctnow = '72.8'; $avtempnovnow = '55.3'; $avtempdecnow = '51.3'; $avrainjannow = '0.92'; $avrainfebnow = '0.00'; $avrainmarnow = '---'; $avrainaprnow = '---'; $avrainmaynow = '---'; $avrainjunnow = '---'; $avrainjulnow = '---'; $avrainaugnow = '0.46'; $avrainsepnow = '0.56'; $avrainoctnow = '0.57'; $avrainnovnow = '0.22'; $avraindecnow = '1.40'; // end of other addons // end of testtags.txt/testtags.php ?>