' . 'Clear '; $weathercond = 'Dry'; $Currentsolardescription = 'Clear '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '16508'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '5033'; // 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 = ''; // time that the max gust last prior 1 hour occured $minbaroyest = '1013.7 '; $minbaroyestt = '00:22'; $mrecordlowbaro = '1004.2'; $mrecordlowbaroday = '22'; $mrecordlowbaromonth = '9'; $mrecordlowbaroyear = '2023'; $yrecordlowbaro = '977.2'; $yrecordlowbaroday = '16'; $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 = 'Early Morning'; $avwindlastimediate60 = '0.0'; // average wind speed $avwindlastimediate120 = '0.0'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '0.0'; // average wind speed $avwindlastimediate30 = '0.0'; // average wind speed $todayhihumidex = '12.6'; //daily high humidex $todaylohumidex = '10.0'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '+0.7'; //For snow prediction $abshum = '2.04'; //For snow prediction $maxtemp4today = '27.4'; // max from station's records $mintemp4today = '4.6'; // min from station's records $maxtemp4todayyr = '2011'; // max year from station's records $mintemp4todayyr = '2022'; // min year from station's records $avsnowjan = '4.5'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '4.8'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '1.7'; //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.2'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '5.6'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '0.0'; $avsnowfebnow = '0.0'; $avsnowmarnow = '5.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 = '3.7'; $avtempfebnow = '6.5'; $avtempmarnow = '12.2'; $avtempaprnow = '10.3'; $avtempmaynow = '14.5'; $avtempjunnow = '21.2'; $avtempjulnow = '18.7'; $avtempaugnow = '19.5'; $avtempsepnow = '19.3'; $avtempoctnow = '14.4'; $avtempnovnow = '9.8'; $avtempdecnow = '4.7'; $avtempjan = '4.1';//Average temperature for january from your data $avtempfeb = '5.1';//Average temperature for february from your data $avtempmar = '7.8';//Average temperature for march from your data $avtempapr = '10.9';//Average temperature for april from your data $avtempmay = '15.2';//Average temperature for may from your data $avtempjun = '18.1';//Average temperature for june from your data $avtempjul = '19.5';//Average temperature for july from your data $avtempaug = '19.4';//Average temperature for august from your data $avtempsep = '16.0';//Average temperature for september from your data $avtempoct = '12.4';//Average temperature for october from your data $avtempnov = '8.4';//Average temperature for november from your data $avtempdec = '5.2';//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 = '73.4'; $avrainfeb = '62.6'; $avrainmar = '74.5'; $avrainapr = '50.9'; $avrainmay = '66.4'; $avrainjun = '66.1'; $avrainjul = '81.1'; $avrainaug = '90.3'; $avrainsep = '79.2'; $avrainoct = '82.1'; $avrainnov = '95.0'; $avraindec = '71.5'; $avrainjannow = '103.4'; $avrainfebnow = '8.8'; $avrainmarnow = '103.4'; $avrainaprnow = '65.8'; $avrainmaynow = '52.2'; $avrainjunnow = '23.4'; $avrainjulnow = '92.0'; $avrainaugnow = '96.4'; $avrainsepnow = '38.0'; $avrainoctnow = '38.0'; $avrainnovnow = '62.0'; $avraindecnow = '69.6'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '41.0'; $recordlowtemp = '-12.4'; $recordhighheatindex = '56.6'; $recordlowchill = '-16.2'; $warmestdayonrecord = '38.9 C on: 19 Jul 2022'; $warmestnightonrecord = '30.3C on: 31 Jul 2008'; $coldestdayonrecord = '-7.2C on: 19 Dec 2009'; $coldestnightonrecord = '-9.9C on: 07 Jan 2009'; $recordwindgust = '93.8'; $recordwindspeed = '58.5'; $recordhighwindrun = '509.7'; $recorddailyrain = '40.2'; $recordhighrainmth = '323.6'; $recordrainrate = '15.2'; $recorddayswithrain = '28'; $recorddaysnorain = '33'; $recordhighdew = '41.9'; $recordlowdew = '-45.3'; $recordhighhum = '100'; $recordlowhum = '0'; $recordhighbaro = '1047.6'; $recordlowbaro = '961.1'; $recordhighsolar = '1331.0'; $recordhightempmonth = '7'; $recordhightempday = '19'; $recordhightempyear = '2022'; $recordlowtempmonth = '1'; $recordlowtempday = '7'; $recordlowtempyear = '2009'; $recordhighheatindexmonth = '9'; $recordhighheatindexday = '22'; $recordhighheatindexyear = '2020'; $recordlowchillmonth = '2'; $recordlowchillday = '7'; $recordlowchillyear = '2012'; $recordhighgustmonth = '11'; $recordhighgustday = '20'; $recordhighgustyear = '2016'; $recordhighavwindmonth = '9'; $recordhighavwindday = '10'; $recordhighavwindyear = '2017'; $recordhighwindrunmth = '1'; $recordhighwindrunday = '15'; $recordhighwindrunyr = '2015'; $recorddailyrainmonth = '8'; $recorddailyrainday = '26'; $recorddailyrainyear = '2010'; $recordhighrainmthmth = '10'; $recordhighrainmthyr = '2021'; $recordrainratemonth = '6'; $recordrainrateday = '28'; $recordrainrateyear = '2014'; $recorddayswithrainmonth = '1'; $recorddayswithrainday = '23'; $recorddayswithrainyear = '2023'; $recorddaysnorainmonth = '6'; $recorddaysnorainday = '18'; $recorddaysnorainyear = '2023'; $recordhighdewmonth = '3'; $recordhighdewday = '10'; $recordhighdewyear = '2023'; $recordlowdewmonth = '9'; $recordlowdewday = '24'; $recordlowdewyear = '2023'; $recordhighhummonth = '10'; $recordhighhumday = '14'; $recordhighhumyear = '2010'; $recordlowhummonth = '1'; $recordlowhumday = '18'; $recordlowhumyear = '2015'; $recordhighbaromonth = '1'; $recordhighbaroday = '26'; $recordhighbaroyear = '2010'; $recordlowbaromonth = '1'; $recordlowbaroday = '23'; $recordlowbaroyear = '2009'; $recordhighsolarmonth = '6'; $recordhighsolarday = '19'; $recordhighsolaryear = '2014'; $recordhighuv = '8.9'; $recordhighuvmonth = '6'; $recordhighuvday = '22'; $recordhighuvyear = '2016'; $yrecordhighheatindex = '39.0'; $yrecordhighheatindexmonth = '3'; $yrecordhighheatindexday = '10'; $yrecordhighheatindexyear = '2023'; $ywarmestdayonrecord = '32.1C on: 25 Jun 2023'; $ywarmestnightonrecord = '29.7C on: 10 Mar 2023'; $ycoldestdayonrecord = '-0.1C on: 25 Jan 2023'; $ycoldestnightonrecord = '-1.6C on: 18 Jan 2023'; $yrecordhighwindrun = '383.9'; $yrecordhighwindrunmth = '1'; $yrecordhighwindrunday = '13'; $yrecordhighwindrunyr = '2023'; $yrecorddailyrain = '26.0'; $yrecordhighrainmth = '103.4'; $yrecordrainrate = '4.4'; $yrecorddayswithrain = '28'; $yrecorddaysnorain = '33'; $yrecordhighdew = '41.9'; $yrecordlowdew = '-45.3'; $yrecordhighhum = '100'; $yrecordlowhum = '1'; $yrecorddailyrainmonth = '8'; $yrecorddailyrainday = '6'; $yrecorddailyrainyear = '2023'; $yrecordhighrainmthmth = '1'; $yrecordhighrainmthyr = '2023'; $yrecordrainratemonth = '7'; $yrecordrainrateday = '17'; $yrecordrainrateyear = '2023'; $yrecorddayswithrainmonth = '1'; $yrecorddayswithrainday = '23'; $yrecorddaysnorainmonth = '6'; $yrecorddaysnorainday = '18'; $yrecordhighdewmonth = '3'; $yrecordhighdewday = '10'; $yrecordhighdewyear = '2023'; $yrecordlowdewmonth = '9'; $yrecordlowdewday = '24'; $yrecordlowdewyear = '2023'; $yrecordhighhummonth = '3'; $yrecordhighhumday = '9'; $yrecordhighhumyear = '2023'; $yrecordlowhummonth = '9'; $yrecordlowhumday = '22'; $yrecordlowhumyear = '2023'; $yrecordhighsolar = '1208.0'; $yrecordhighsolarmonth = '7'; $yrecordhighsolarday = '15'; $yrecordhighsolaryear = '2023'; $yrecordhighuv = '7.5'; $yrecordhighuvmonth = '7'; $yrecordhighuvday = '14'; $yrecordhighuvyear = '2023'; $mrecordhighheatindex = '37.2'; $mrecordhighheatindexmonth = '9'; $mrecordhighheatindexday = '10'; $mrecordhighheatindexyear = '2023'; $mrecordhighwindrun = '15.9'; $mrecordhighwindrunmth = '9'; $mrecordhighwindrunday = '13'; $mrecordhighwindrunyr = '2023'; $mrecorddailyrain = '9.8'; $mrecordhighrainmth = '38.2'; $mrecordrainrate = '1.4'; $mrecorddayswithrain = '4'; $mrecorddaysnorain = '9'; $mrecordhighdew = '22.8'; $mrecordlowdew = '-45.3'; $mrecordhighhum = '73'; $mrecordlowhum = '1'; $mrecorddailyrainmonth = '9'; $mrecorddailyrainday = '1'; $mrecorddailyrainyear = '2023'; $mrecordhighrainmthmth = '9'; $mrecordhighrainmthyr = '2023'; $mrecordrainratemonth = '9'; $mrecordrainrateday = '11'; $mrecordrainrateyear = '2023'; $mrecorddayswithrainmonth = '9'; $mrecorddayswithrainday = '22'; $mrecorddaysnorainmonth = '9'; $mrecorddaysnorainday = '11'; $mrecordhighdewmonth = '9'; $mrecordhighdewday = '10'; $mrecordhighdewyear = '2023'; $mrecordlowdewmonth = '9'; $mrecordlowdewday = '24'; $mrecordlowdewyear = '2023'; $mrecordhighhummonth = '9'; $mrecordhighhumday = '2'; $mrecordhighhumyear = '2023'; $mrecordlowhummonth = '9'; $mrecordlowhumday = '22'; $mrecordlowhumyear = '2023'; $myrecordhighbaromonth = '9'; $mrecordhighsolar = '960.0'; $mrecordhighsolarmonth = '9'; $mrecordhighsolarday = '1'; $mrecordhighsolaryear = '2023'; $mrecordhighuv = '4.9'; $mrecordhighuvmonth = '9'; $mrecordhighuvday = '5'; $mrecordhighuvyear = '2023'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '98%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.3'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '7.4'; // Fire Weather Index $avtempweek = '15.8'; // Average Weekly Temp $hddday = '0.4'; // Heating Degree for day $hddmonth = '21.8'; // Heating Degree for month to date $hddyear = '585.5'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '0.0'; // Cooling Degree for month to date $cddyear = '104.1'; // Cooling Degree for year to date $minchillweek = '17.8'; // Minimum Wind Chill over past 7 days $maxheatweek = '26.0'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.22'; //air density $solarnoon = '14:09'; // Solar noon $changeinday = '-00:03:53'; // change in day length since yesterday $etcurrentweek = '10.4'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '145:59'; $maxsolarfortime = '0'; $wetbulb = '6.3'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '100.0'; $maxdew = '-14.9'; $maxdewt = '04:13'; $mindew = '-29.8'; $mindewt = '00:00'; $maxdewyest = '14.2'; $maxdewyestt = '15:16'; $mindewyest = '-30.8'; $mindewyestt = '21:14'; $stationname = 'Ekeren'; $raindifffromav = '---'; $raindifffromavyear = '581.4'; $gddmonth = '220.3'; $gddyear = '931.5'; $maxheat = '17.1'; $maxheatt = '04:10'; $maxheatyest = '21.8'; $yeartodateavtemp = '13.9'; $monthtodateavtemp = '19.3'; $maxchillyest = '21.8'; $monthtodatemaxgust = '24.1'; $monthtodateavspeed = '0.1'; // MTD average wind speed $monthtodateavgust = '0.4'; //MTD average wind gust $yeartodateavwind = '2.6'; // YTD average wind speed $yeartodategstwind = '5.3'; // YTD avg wind gust $lowbaro = '1014.8 '; $lowbarot = '04:30'; $monthtodatemaxbaro = '1028.7'; // MTD average wind speed $monthtodateminbaro = '1004.2'; //MTD average wind gust $sunshinehourstodateyear = '1023:45'; $sunshineyesterday = '03:03'; $avtempsincemidnight = '16.3'; $yesterdayavtemp = '17.9'; $avgspeedsincereset = '0.0'; $maxheatyestt = '15:17'; $windrunyesterday = '0.00'; $currentwdet = '0.9'; $yesterdaywdet = '1.6'; $highhum = '10'; $highhumt = '04:13'; $lowhum = '3'; $lowhumt = '00:00'; $maxhumyest = '63'; $maxhumyestt = '14:47'; $minhumyest = '3'; $minhumyestt = '03:13'; $recordhightempjan = '18.3'; $recordlowtempjan = '-12.4'; $recordhightempfeb = '19.6'; $recordlowtempfeb = '-12.4'; $recordhightempmar = '41.9'; $recordlowtempmar = '-8.0'; $recordhightempapr = '29.4'; $recordlowtempapr = '1.1'; $recordhightempmay = '33.1'; $recordlowtempmay = '1.3'; $recordhightempjun = '34.6'; $recordlowtempjun = '5.0'; $recordhightempjul = '39.2'; $recordlowtempjul = '-1.0'; $recordhightempaug = '35.6'; $recordlowtempaug = '-1.0'; $recordhightempsep = '40.4'; $recordlowtempsep = '3.4'; $recordhightempoct = '24.2'; $recordlowtempoct = '-1.6'; $recordhightempnov = '18.0'; $recordlowtempnov = '-4.7'; $recordhightempdec = '16.6'; $recordlowtempdec = '-11.1'; // average temp and rain by month (V1.08 addition) $avtempjannow = '3.7'; $avtempfebnow = '6.5'; $avtempmarnow = '12.2'; $avtempaprnow = '10.3'; $avtempmaynow = '14.5'; $avtempjunnow = '21.2'; $avtempjulnow = '18.7'; $avtempaugnow = '19.5'; $avtempsepnow = '19.3'; $avtempoctnow = '14.4'; $avtempnovnow = '9.8'; $avtempdecnow = '4.7'; $avrainjannow = '103.4'; $avrainfebnow = '8.8'; $avrainmarnow = '103.4'; $avrainaprnow = '65.8'; $avrainmaynow = '52.2'; $avrainjunnow = '23.4'; $avrainjulnow = '92.0'; $avrainaugnow = '96.4'; $avrainsepnow = '38.0'; $avrainoctnow = '38.0'; $avrainnovnow = '62.0'; $avraindecnow = '69.6'; // end of other addons // end of testtags.txt/testtags.php ?>