30C%'; $daysTmaxGT25C = '%daysTmax>25C%'; $daysTminLT0C = '%daysTmin<0C%'; $daysTminLTm5C = '%daysTmin<5C%'; // end of trends-inc.php variables // // CURRENT CONDITIONS ICONS FOR clientraw.txt // create array for icons. There are 35 possible values in clientraw.txt // It would be simpler to do this with array() but to make it easier to // modify each element is defined individually. Each index [#] corresponds // to the value provided in clientraw.txt $icon_array[0] = 'day_clear.gif'; // imagesunny.visible $icon_array[1] = 'night_clear.gif'; // imageclearnight.visible $icon_array[2] = 'day_partly_cloudy.gif'; // imagecloudy.visible $icon_array[3] = 'day_partly_cloudy.gif'; // imagecloudy2.visible $icon_array[4] = 'night_partly_cloudy.gif'; // imagecloudynight.visible $icon_array[5] = 'day_partly_cloudy.gif'; // imagedry.visible $icon_array[6] = 'fog.gif'; // imagefog.visible $icon_array[7] = 'haze.gif'; // imagehaze.visible $icon_array[8] = 'day_heavy_rain.gif'; // imageheavyrain.visible $icon_array[9] = 'day_mostly_sunny.gif'; // imagemainlyfine.visible $icon_array[10] = 'mist.gif'; // imagemist.visible $icon_array[11] = 'fog.gif'; // imagenightfog.visible $icon_array[12] = 'night_heavy_rain.gif'; // imagenightheavyrain.visible $icon_array[13] = 'night_cloudy.gif'; // imagenightovercast.visible $icon_array[14] = 'night_rain.gif'; // imagenightrain.visible $icon_array[15] = 'night_light_rain.gif'; // imagenightshowers.visible $icon_array[16] = 'night_snow.gif'; // imagenightsnow.visible $icon_array[17] = 'night_tstorm.gif'; // imagenightthunder.visible $icon_array[18] = 'day_cloudy.gif'; // imageovercast.visible $icon_array[19] = 'day_partly_cloudy.gif'; // imagepartlycloudy.visible $icon_array[20] = 'day_rain.gif'; // imagerain.visible $icon_array[21] = 'day_rain.gif'; // imagerain2.visible $icon_array[22] = 'day_light_rain.gif'; // imageshowers2.visible $icon_array[23] = 'sleet.gif'; // imagesleet.visible $icon_array[24] = 'sleet.gif'; // imagesleetshowers.visible $icon_array[25] = 'snow.gif'; // imagesnow.visible $icon_array[26] = 'snow.gif'; // imagesnowmelt.visible $icon_array[27] = 'snow.gif'; // imagesnowshowers2.visible $icon_array[28] = 'day_clear.gif.gif'; // imagesunny.visible $icon_array[29] = 'day_tstorm.gif'; // imagethundershowers.visible $icon_array[30] = 'day_tstorm.gif'; // imagethundershowers2.visible $icon_array[31] = 'day_tstorm.gif'; // imagethunderstorms.visible $icon_array[32] = 'tornado.gif'; // imagetornado.visible $icon_array[33] = 'windy.gif'; // imagewindy.visible $icon_array[34] = 'day_partly_cloudy.gif'; // stopped raining $icon_array[35] = 'windyrain.gif'; // Wind+rain $iconnumber = '%iconnumber%'; // icon number $FWIfwi = "%FWIfwi%"; // fire weather index $current_icon = $icon_array[%iconnumber%]; // name of our condition icon // ---------------------------------------------------------------------------------- // $current_summary = '%weathercond%' . "
" . '%Currentsolardescription% '; $weathercond = '%weathercond%'; $Currentsolardescription = '%Currentsolardescription% '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',", ",$current_summary); $current_summary = preg_replace('|/|',", ",$current_summary); // // $cloudheightfeet = '%cloudheightfeet%'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '%cloudheightmeters%'; // Estimated cloud base height, metres, (based on dew point, and you height above sea // end of generation script // Modifications for Webster Weather Live's Modifications // NOTE: These are all using US measurements!! // Add this code in right before the section called // General OR Non Weather Specific/SUN/MOON in the file // in your c:\wDisplay\webfiles directory // Version 1.1 - 17-FEB-2009 Initial Release // Version 1.2 - 10-MAR-2009 Fixed snow tags for CM measurements // ======================================================== $vpissstatus = "%vpissstatus%"; // VP ISS Status $vpreception2 = "%vpreception2%"; // VP Current reception % $vpconsolebattery = "%vpconsolebattery%"; // VP Console Battery Volts $firewi = "%FWIfwi%"; // Fire Weather Index $avtempweek = "%avtempweek%"; // Average Weekly Temp $warmestdayonrecord = "%warmestdayonrecord%"; //Warmest Day on Record $coldestdayonrecord = "%coldestdayonrecord%"; //coldest Day on Record $warmestnightonrecord = "%warmestnightonrecord%"; //Warmest Night on Record $coldestnightonrecord = "%coldestnightonrecord%"; //coldest Day on Record $recordhightemp = "%recordhightemp%"; // Record high temp $recordhightempmonth = "%recordhightempmonth%"; // Record high temp month $recordhightempday = "%recordhightempday%"; // Record high temp day $recordhightempyear = "%recordhightempyear%"; // Record high temp year $recordlowtemp = "%recordlowtemp%"; // Record low temp $recordlowtempmonth = "%recordlowtempmonth%"; // Record low temp month $recordlowtempday = "%recordlowtempday%"; // Record low temp day $recordlowtempyear = "%recordlowtempyear%"; // Record low temp year $recordlowchillmonth = "%recordlowchillmonth%"; // Record low temp month $recordlowchillday = "%recordlowchillday%"; // Record low temp day $recordlowchillyear = "%recordlowchillyear%"; // Record low temp year $recordhighheatindex = "%recordhighheatindex%"; $recordhighheatindexmonth = "%recordhighheatindexmonth%"; // Record high heatindex month $recordhighheatindexday = "%recordhighheatindexday%"; // Record high heatindex day $recordhighheatindexyear = "%recordhighheatindexyear%"; // Record high heatindex year $recordhighbaromonth = "%recordhighbaromonth%"; // Record high baro month $recordhighbaroday = "%recordhighbaroday%"; // Record high baro day $recordhighbaroyear = "%recordhighbaroyear%"; // Record high baro year $recordlowbaromonth = "%recordlowbaromonth%"; // Record low baro month $recordlowbaroday = "%recordlowbaroday%"; // Record low baro day $recordlowbaroyear = "%recordlowbaroyear%"; // Record low baro year $recorddailyrainmonth = "%recorddailyrainmonth%"; // Record daily rain month $recorddailyrainday = "%recorddailyrainday%"; // Record daily rain day $recorddailyrainyear = "%recorddailyrainyear%"; // Record daily rain year $recorddailyrain = "%recorddailyrain%"; // Record Daily Rain $hddday = "%hddday%"; // Heating Degree for day $hddmonth = "%hddmonth%"; // Heating Degree for month to date $hddyear = "%hddyear%"; // Heating Degree for year to date $cddday = "%cddday%"; // Cooling Degree for day $cddmonth = "%cddmonth%"; // Cooling Degree for month to date $cddyear = "%cddyear%"; // Cooling Degree for year to date $minwindch = "%minwindch%"; // Minimum Wind Chill $minchillweek = "%minchillweek%"; // Minimum Wind Chill over past 7 days $minwindcht = "%minwindcht%"; // Time of min wind chill $maxheat = "%maxheat%"; $maxheatt = "%maxheatt%"; $minchillyest = "%minchillyest%"; // Minimum Wind Chill yesterday $maxheatyest = "%maxheatyest%"; $recordlowchill = "%recordlowchill%"; //record low windchill $mrecordhighheatindex = "%mrecordhighheatindex%"; $yrecordhighheatindex = "%yrecordhighheatindex%"; $airdensity = "%airdensity%"; //air density $solarnoon = "%solarnoon%"; // Solar noon $changeinday = "%changeinday%"; // change in day length since yesterday // You can comment out the next 6 lines if you do not use Weather Underground history $WUmaxtemp = '%WUmaxtemp%'; // Todays average max temperature from the selected Wunderground almanac station $WUmintemp = '%WUmintemp%'; // Todays average min temperature from the selected Wunderground almanac station $WUmaxtempr = '%WUmaxtempr%'; // Todays record max temperature from the selected Wunderground almanac station $WUmintempr = '%WUmintempr%'; // Todays record min temperature from the selected Wunderground almanac station $WUmaxtempryr = '%WUmaxtempryr%'; // Year that it occured $WUmintempryr = '%WUmintempryr%'; // year that it occured $snowyesterday = "%snowyesterday%"; // Snow Yesterday // Next 4 Lines are US snow measurements (Comment out if using CM) $snowseasonin = "%snowseasonin.%"; // Snow for the Season $snowmonthin = "%snowmonthin.%"; // Snow for the Month $snowtodayin = "%snowtodayin.%"; // Snow for Today $snownowin = "%snownowin.%"; // Snow Now in Inches // Next 4 lines are METRIC snow measurements (Uncomment to use these) // $snowseasoncm = "%snowseasoncm%"; // Snow for the Season CM // $snowmonthcm = "%snowmonthcm%"; // Snow for the Month CM // $snowtodaycm = "%snowtodaycm%"; // Snow for Today CM // $snownowcm = "%snownowcm%"; // Snow Now in CM // End of snow tags to change $snowdaysthismonth = "%snowdaysthismonth%"; // Snow days this month $snowdaysthisyear = "%snowdaysthisyear%"; //Snow days this year $VPetmonth = "%VPetmonth%"; // Vantage Pro ET for Month to date $monthrn = "%monthrn%"; // Month rain $raincurrentweek = "%raincurrentweek%"; // Rain for last 7 days $maxsolarfortime = "%maxsolarfortime%"; // Max Solar for time $etcurrentweek = "%etcurrentweek%"; // ET total for the last 7 days $mrecordhightemp = "%mrecordhightemp%"; //Record High Temp for month $mrecordlowtemp = "%mrecordlowtemp%"; //Record Low Temp for month $yeartodateavtemp = "%yeartodateavtemp%"; $monthtodateavtemp = "%monthtodateavtemp%"; $mrecordlowchill = "%mrecordlowchill%"; //Record Low Chill for month $maxchillyest = "%maxchillyest%"; $monthtodatemaxgust = "%monthtodatemaxgust%"; $yrecordhightemp = "%yrecordhightemp%"; //Record High Temp for year-to-date $yrecordlowtemp = "%yrecordlowtemp%"; //Record Low Temp for year-to-date $yrecordlowchill = "%yrecordlowchill%"; //Record Low Chill for year-to-date $yearrn = "%yearrn%"; // Rain Y-T-D $yesterdayrain = "%yesterdayrain%"; // Yesterday's Rain $maxaverageyest = "%maxaverageyest%"; // Yesterdays Max Average Wind $maxgustyest = "%maxgustyest%"; // Yesterdays Max Gust $recordwindspeed = "%recordwindspeed%"; // All Time Record Avg Wind Speed $recordwindgust = "%recordwindgust%"; // All Time Record wind gust $monthtodateavspeed = "%monthtodateavspeed%"; // MTD average wind speed $monthtodateavgust = "%monthtodateavgust%"; //MTD average wind gust $yeartodateavwind = "%yeartodateavwind%"; // YTD average wind speed $yeartodategstwind = "%yeartodategstwind%"; // YTD avg wind gust $highbaro = "%highbaro%"; $lowbaro = "%lowbaro%"; $highbarot = "%highbarot%"; $lowbarot = "%lowbarot%"; $maxbaroyest = "%maxbaroyest%"; $minbaroyest = "%minbaroyest%"; $monthtodatemaxbaro = "%monthtodatemaxbaro%"; // MTD average wind speed $monthtodateminbaro = "%monthtodateminbaro%"; //MTD average wind gust $yeartodateavwind = "%yeartodateavwind%"; // YTD average wind speed $yeartodategstwind = "%yeartodategstwind%"; // YTD avg wind gust $recordhighbaro = "%recordhighbaro%"; // All Time Record Avg Wind Speed $recordlowbaro = "%recordlowbaro%"; // All Time Record wind gust $yrecordhighbaro = "%yrecordhighbaro%"; //Record High Temp for year-to-date $yrecordlowbaro = "%yrecordlowbaro%"; //Record Low Temp for year-to-date $recordhighavwindmonth = "%recordhighavwindmonth%"; $recordhighavwindday = "%recordhighavwindday%"; $recordhighavwindyear = "%recordhighavwindyear%"; $recordhighgustmonth = "%recordhighavwindmonth%"; $recordhighgustday = "%recordhighavwindday%"; $recordhighgustyear = "%recordhighavwindyear%"; $yrecordwindgust = "%yrecordwindgust%"; $sunshinehourstodateday = "%sunshinehourstodateday%"; $sunshinehourstodatemonth = "%sunshinehourstodatemonth%"; $sunshinehourstodateyear = "%sunshinehourstodateyear%"; $sunshineyesterday = "%sunshineyesterday%"; $mrecordhighsolar = "%mrecordhighsolar%"; $yrecordhighsolar = "%yrecordhighsolar%"; $highsolaryest = "%highsolaryest%"; $recordhighsolar = "%recordhighsolar%"; $recordhighsolarmonth = "%recordhighsolarmonth%"; $recordhighsolarday = "%recordhighsolarday%"; $recordhighsolaryear = "%recordhighsolaryear%"; $mrecordhighuv = "%mrecordhighuv%"; $yrecordhighuv = "%yrecordhighuv%"; $highuvyest = "%highuvyest%"; $recordhighuv = "%recordhighuv%"; $recordhighuvmonth = "%recordhighuvmonth%"; $recordhighuvday = "%recordhighuvday%"; $recordhighuvyear = "%recordhighuvyear%"; $avtempsincemidnight = "%avtempsincemidnight%"; $yesterdayavtemp = "%yesterdayavtemp%"; $avgspeedsincereset = "%avgspeedsincereset%"; $maxtempyestt = "%maxtempyestt%"; $mintempyestt = "%mintempyestt%"; $minchillyestt = "%minchillyestt%"; $maxheatyestt = "%maxheatyestt%"; $highsolaryesttime = "%highsolaryesttime%"; $highuvyesttime = "%highuvyesttime%"; $maxaverageyestt = "%maxaverageyestt%"; $maxaverageyest = "%maxaverageyest%"; $maxgustyestt = "%maxgustyestt%"; $maxbaroyestt = "%maxbaroyestt%"; $minbaroyestt = "%minbaroyestt%"; $dayswithrain = "%dayswithrain%"; $dayswithrainyear = "%dayswithrainyear%"; $recorddayswithrain = "%recorddayswithrain%"; $recorddayswithrainmonth = "%recorddayswithrainmonth%"; $recorddayswithrainday = "%recorddayswithrainday%"; $recorddayswithrainyear = "%recorddayswithrainyear%"; $mrecorddailyrain = "%mrecorddailyrain%"; $yrecorddailyrain = "%yrecorddailyrain%"; $recorddailyrain = "%recorddailyrain%"; $mrecordhightempday = "%mrecordhightempday%"; $mrecordhightempmonth = "%mrecordhightempmonth%"; $mrecordlowtempday = "%mrecordlowtempday%"; $mrecordlowtempmonth = "%mrecordlowtempmonth%"; $yrecordhightempday = "%yrecordhightempday%"; $yrecordhightempmonth = "%yrecordhightempmonth%"; $yrecordlowtempday = "%yrecordlowtempday%"; $yrecordlowtempmonth = "%yrecordlowtempmonth%"; $mrecordlowchillday = "%mrecordlowchillday%"; $mrecordlowchillmonth = "%mrecordlowchillmonth%"; $yrecordlowchillday = "%yrecordlowchillday%"; $yrecordlowchillmonth = "%yrecordlowchillmonth%"; $mrecordhighheatindexday = "%mrecordhighheatindexday%"; $mrecordhighheatindexmonth = "%mrecordhighheatindexmonth%"; $yrecordhighheatindexday = "%yrecordhighheatindexday%"; $yrecordhighheatindexmonth = "%yrecordhighheatindexmonth%"; $mrecordhighsolarday = "%mrecordhighsolarday%"; $mrecordhighsolarmonth = "%mrecordhighsolarmonth%"; $yrecordhighsolarday = "%yrecordhighsolarday%"; $yrecordhighsolarmonth = "%yrecordhighsolarmonth%"; $mrecordhighuvday = "%mrecordhighuvday%"; $mrecordhighuvmonth = "%mrecordhighuvmonth%"; $yrecordhighuvday = "%yrecordhighuvday%"; $yrecordhighuvmonth = "%yrecordhighuvmonth%"; $mrecordhighavwindday = "%mrecordhighavwindday%"; $mrecordhighavwindmonth = "%mrecordhighavwindmonth%"; $yrecordhighavwindday = "%yrecordhighavwindday%"; $yrecordhighavwindmonth = "%yrecordhighavwindmonth%"; $mrecordhighgustday = "%mrecordhighgustday%"; $mrecordhighgustmonth = "%mrecordhighgustmonth%"; $yrecordhighgustday = "%yrecordhighgustday%"; $yrecordhighgustmonth = "%yrecordhighgustmonth%"; $mrecordhighbaroday = "%mrecordhighbaroday%"; $mrecordhighbaromonth = "%mrecordhighbaromonth%"; $yrecordhighbaroday = "%yrecordhighbaroday%"; $yrecordhighbaromonth = "%yrecordhighbaromonth%"; $mrecordlowbaroday = "%mrecordlowbaroday%"; $mrecordlowbaromonth = "%mrecordlowbaromonth%"; $yrecordlowbaroday = "%yrecordlowbaroday%"; $yrecordlowbaromonth = "%yrecordlowbaromonth%"; $windruntoday = "%windruntoday%"; $windrunyesterday = "%windrunyesterday%"; $windruntodatethismonth = "%windruntodatethismonth%"; $windruntodatethisyear = "%windruntodatethisyear%"; $recordhighwindrun = "%recordhighwindrun%"; $recordhighwindrunday = "%recordhighwindrunday%"; $recordhighwindrunmth = "%recordhighwindrunmth%"; $recordhighwindrunyr = "%recordhighwindrunyr%"; $VPet = "%VPet%"; $VPetmonth = "%VPetmonth%"; $currentwdet = "%currentwdet%"; $yesterdaywdet = "%yesterdaywdet%"; $highhum = "%highhum%"; $highhumt = "%highhumt%"; $lowhum = "%lowhum%"; $lowhumt = "%lowhumt%"; $maxhumyest = "%maxhumyest%"; $maxhumyestt = "%maxhumyestt%"; $minhumyest = "%minhumyest%"; $minhumyestt = "%minhumyestt%"; $mrecordhighhum = "%mrecordhighhum%"; $mrecordhighhummonth = "%mrecordhighhummonth%"; $mrecordhighhumday = "%mrecordhighhumday%"; $mrecordlowhum = "%mrecordlowhum%"; $mrecordlowhummonth = "%mrecordlowhummonth%"; $mrecordlowhumday = "%mrecordlowhumday%"; $yrecordhighhum = "%yrecordhighhum%"; $yrecordhighhummonth = "%yrecordhighhummonth%"; $yrecordhighhumday = "%yrecordhighhumday%"; $yrecordlowhum = "%yrecordlowhum%"; $yrecordlowhummonth = "%yrecordlowhummonth%"; $yrecordlowhumday = "%yrecordlowhumday%"; $recordhighhum = "%recordhighhum%"; $recordhighhumyear = "%recordhighhumyear%"; $recordhighhummonth = "%recordhighhummonth%"; $recordhighhumday = "%recordhighhumday%"; $recordlowhum = "%recordlowhum%"; $recordlowhumyear = "%recordlowhumyear%"; $recordlowhummonth = "%recordlowhummonth%"; $recordlowhumday = "%recordlowhumday%"; // // Monthly High/low/avg Hometownzone Mod // You can ship this section if you do not plan // to use the Monthly.php script // $recordhightempjan = "%recordhightempjan%"; $recordlowtempjan = "%recordlowtempjan%"; $avtempjan = "%avtempjan%"; $avrainjan = "%avrainjan%"; $recordhightempfeb = "%recordhightempfeb%"; $recordlowtempfeb = "%recordlowtempfeb%"; $avtempfeb = "%avtempfeb%"; $avrainfeb = "%avrainfeb%"; $recordhightempmar = "%recordhightempmar%"; $recordlowtempmar = "%recordlowtempmar%"; $avtempmar = "%avtempmar%"; $avrainmar = "%avrainmar%"; $recordhightempapr = "%recordhightempapr%"; $recordlowtempapr = "%recordlowtempapr%"; $avtempapr = "%avtempapr%"; $avrainapr = "%avrainapr%"; $recordhightempmay = "%recordhightempmay%"; $recordlowtempmay = "%recordlowtempmay%"; $avtempmay = "%avtempmay%"; $avrainmay = "%avrainmay%"; $recordhightempjun = "%recordhightempjun%"; $recordlowtempjun = "%recordlowtempjun%"; $avtempjun = "%avtempjun%"; $avrainjun = "%avrainjun%"; $recordhightempjul = "%recordhightempjul%"; $recordlowtempjul = "%recordlowtempjul%"; $avtempjul = "%avtempjul%"; $avrainjul = "%avrainjul%"; $recordhightempaug = "%recordhightempaug%"; $recordlowtempaug = "%recordlowtempaug%"; $avtempaug = "%avtempaug%"; $avrainaug = "%avrainaug%"; $recordhightempsep = "%recordhightempsep%"; $recordlowtempsep = "%recordlowtempsep%"; $avtempsep = "%avtempsep%"; $avrainsep = "%avrainsep%"; $recordhightempoct = "%recordhightempoct%"; $recordlowtempoct = "%recordlowtempoct%"; $avtempoct = "%avtempoct%"; $avrainoct = "%avrainoct%"; $recordhightempnov = "%recordhightempnov%"; $recordlowtempnov = "%recordlowtempnov%"; $avtempnov = "%avtempnov%"; $avrainnov = "%avrainnov%"; $recordhightempdec = "%recordhightempdec%"; $recordlowtempdec = "%recordlowtempdec%"; $avtempdec = "%avtempdec%"; $avraindec = "%avraindec%"; $vpissstatus = "%vpissstatus%"; // VP ISS Status $vpreception2 = "%vpreception2%"; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = "%vpconsolebattery%"; // VP Console Battery Volts *** NEW IN V1.01 $firewi = "%FWIfwi%"; // Fire Weather Index $avtempweek = "%avtempweek%"; // Average Weekly Temp $warmestdayonrecord = "%warmestdayonrecord%"; //Warmest Day on Record $coldestdayonrecord = "%coldestdayonrecord%"; //coldest Day on Record $warmestnightonrecord = "%warmestnightonrecord%"; //Warmest Night on Record $coldestnightonrecord = "%coldestnightonrecord%"; //coldest Day on Record $recordhightemp = "%recordhightemp%"; // Record high temp $recordhightempmonth = "%recordhightempmonth%"; // Record high temp month $recordhightempday = "%recordhightempday%"; // Record high temp day $recordhightempyear = "%recordhightempyear%"; // Record high temp year $recordlowtemp = "%recordlowtemp%"; // Record low temp $recordlowtempmonth = "%recordlowtempmonth%"; // Record low temp month $recordlowtempday = "%recordlowtempday%"; // Record low temp day $recordlowtempyear = "%recordlowtempyear%"; // Record low temp year $recordlowchillmonth = "%recordlowchillmonth%"; // Record low temp month $recordlowchillday = "%recordlowchillday%"; // Record low temp day $recordlowchillyear = "%recordlowchillyear%"; // Record low temp year $hddday = "%hddday%"; // Heating Degree for day $hddmonth = "%hddmonth%"; // Heating Degree for month to date $hddyear = "%hddyear%"; // Heating Degree for year to date $cddday = "%cddday%"; // Cooling Degree for day $cddmonth = "%cddmonth%"; // Cooling Degree for month to date $cddyear = "%cddyear%"; // Cooling Degree for year to date $minwindch = "%minwindch%"; // Minimum Wind Chill $minchillweek = "%minchillweek%"; // Minimum Wind Chill over past 7 days $minwindcht = "%minwindcht%"; // Time of min wind chill $minchillyest = "%minchillyest%"; // Minimum Wind Chill yesterday $maxheatweek = "%maxheatweek%"; // Maximum Heat Index for the Week *** NEW IN V2.00 $recordlowchill = "%recordlowchill%"; //record low windchill $airdensity = "%airdensity%"; //air density $solarnoon = "%solarnoon%"; // Solar noon $changeinday = "%changeinday%"; // change in day length since yesterday // You can comment out the next 6 WU tags if you don't use the Weather Underground Records option $WUmaxtemp = '%WUmaxtemp%'; // Todays average max temperature from the selected Wunderground almanac station $WUmintemp = '%WUmintemp%'; // Todays average min temperature from the selected Wunderground almanac station $WUmaxtempr = '%WUmaxtempr%'; // Todays record max temperature from the selected Wunderground almanac station $WUmintempr = '%WUmintempr%'; // Todays record min temperature from the selected Wunderground almanac station $WUmaxtempryr = '%WUmaxtempryr%'; // Year that it occured $WUmintempryr = '%WUmintempryr%'; // year that it occured // Snow tags for USA - Comment out if using CM $snowseasonin = "%snowseasonin.%"; // Snow for the Season IN $snowmonthin = "%snowmonthin.%"; // Snow for the Month IN $snowtodayin = "%snowtodayin.%"; // Snow for Today IN $snownowin = "%snownowin.%"; // Snow Now in Inches // Snow tags for Metric - unComment out if using CM // $snowseasoncm = "%snowseasoncm%"; // Snow for the Season CM // $snowmonthcm = "%snowmonthcm%"; // Snow for the Month CM // $snowtodaycm = "%snowtodaycm%"; // Snow for Today CM // $snownowcm = "%snownowcm%"; // Snow Now in CM // End of snow tages to change $snowyesterday = "%snowyesterday%"; // Snow Yesterday $snowdaysthismonth = "%snowdaysthismonth%"; // Snow days this month $snowdaysthisyear = "%snowdaysthisyear%"; //Snow days this year $VPetmonth = "%VPetmonth%"; // Vantage Pro ET for Month to date $monthrn = "%monthrn%"; // Month rain in Inches $raincurrentweek = "%raincurrentweek%"; // Rain for last 7 days $etcurrentweek = "%etcurrentweek%"; // ET total for the last 7 days // // NEW TAGS in Version 2.75 // $apparentsolartempf = "%apparentsolartempf%"; //$apparentsolartempc = "%apparentsolartempc%"; // Uncomment if using C and comment out F line above $sunshinehourstodateday = "%sunshinehourstodateday%"; $sunshinehourstodatemonth = "%sunshinehourstodatemonth%"; $maxsolarfortime = "%maxsolarfortime%"; $wetbulb = "%wetbulb%"; $fullmoondate = "%fullmoondate%"; $nextnewmoon = "%nextnewmoon%"; // // NEW TAGS in Version 2.80 // Not needed if not using Lightning display! // $lighteningcountlasthour = "%lighteningcountlasthour%"; $lighteningcountlastminute = "%lighteningcountlastminute%"; $lighteningcountlast5minutes = "%lighteningcountlast5minutes%"; $lighteningcountlast12hour = "%lighteningcountlast12hour%"; $lighteningcountlast30minutes = "%lighteningcountlast30minutes%"; $lighteningcountlasttime = "%lighteningcountlasttime%"; $lighteningcountmonth = "%lighteningcountmonth%"; $lighteningcountyear = "%lighteningcountyear%"; // End of Lightning tags // // NEW TAGS IN VERSION 3.00 // $burntime = "%burntime%"; $chandler = "%chandler%"; ?>