// Edited: 20-Apr-2006 to trim unused tags
// Version 1.01 - 25-Jan-2008 -- added Windy-rain to icon list
// Version 1.02 - 24-Jun-2008 -- added variables to replace old trends-inc.html with trends-inc.php
// Version 1.03 - 27-Oct-2008 -- added Snow and WU almanac variables
// Version 1.04 - 03-Jun-2009 -- added moonrisedate/moonsetdate for wxastronomy.php
// Version 1.05 - 11-Jul-2009 -- added tags for printable flyer, alternative dashboard, high/low/avg plugins
// Thanks to Mike and Scott for their permission to add the above tags!
// Version 1.06 - 12-Jul-2009 -- added tags for V4.0 of alternative dashboard
// Version 1.07 - 23-Jul-2011 -- added support for multiple plugin scripts for WD - see comments for supported scripts
/*
1.07 includes support for:
WebsterWeather: http://www.websterweatherlive.com/wxScripts.php
Alt-Dashboard 4.xx Script (Pre-Rainer's JavaScript) V4.30 18-FEB-2011
Alt-Dashboard 5.xx Script V5.20 18-FEB-2011
UpdatedAlt-Dashboard 6.xx Script V6.20 27-JUN-2011
UpdatedMOBILE Dashboard 1.xx Script V1.30 15-JUL-2011
High/Low/Averages Script Ver 3 Ajax-PHP Template Only V3.01 25-MAR-2011
642weather (MChallis) http://www.642weather.com/weather/scripts-printable-flyer.php
Printable Flyer Add-on for WD/PHP/AJAX Website Template V1.12 06-Nov-2009
Eastmasonville http://eastmasonvilleweather.com/downloads.php
Station Records (wxrecords) V1.13 - 24-May-2011
Relayweather http://www.relayweather.com/downloads.php
Temperature and Rain Trending (wxglobalwarming) V1.0 20-Jan-2010
end of 1.07 update description
*/
// --------------------------------------------------------------------------
// allow viewing of generated source
if ( isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) {
//--self downloader --
$filenameReal = __FILE__;
$download_size = filesize($filenameReal);
header('Pragma: public');
header('Cache-Control: private');
header('Cache-Control: no-cache, must-revalidate');
header('Content-type: text/plain');
header('Accept-Ranges: bytes');
header("Content-Length: $download_size");
header('Connection: close');
readfile($filenameReal);
exit;
}
// Units
// -----
$uomtemp = 'F'; // = 'C', 'F', (or '°C', '°F', or '°C', '°F' )
$uombaro = 'inHg'; // = 'inHg', 'hPa', 'kPa', 'mb'
$uomwind = 'mph'; // = 'kts','mph','kmh','km/h','m/s','Bft'
$uomrain = 'in'; // = 'mm', 'in'
$datefmt = 'd/m/y'; // = 'd/m/y', 'm/d/y'
$uomdistance = 'mi'; // = 'mi','km' (for windrun variables)
//
// General OR Non Weather Specific/SUN/MOON
// ========================================
$time = '03:50 AM'; // current time
$date = '25/2/2021'; // current date
$sunrise = '6:12 am'; // sun rise time (make sure you have the correct lat/lon
// in view/sun moon)
$time_minute = '50'; // Current minute
$time_hour = '03'; // Current hour
$date_day = '25'; // Current day
$date_month = '02'; // Current month
$date_year = '2021'; // Current year
$monthname = 'February'; // Current month name
$dayname = 'Thursday'; // Current day name
$sunset = '5:38 pm'; // sunset time
$moonrisedate = '25/02/21'; // moon rise date
$moonrise = '4:07 pm'; // moon rise time
$moonsetdate = '25/02/21'; // moon set date
$moonset = '5:19 am'; // moon set time
$moonage = 'Moon age: 12 days,17 hours,2 minutes,95%'; // current age of the moon (days since new moon)
$moonphase = '95%'; // Moon phase %
$moonphasename = 'Waxing Gibbous Moon'; // 10.36z addition
$marchequinox = '09:38 UTC 20 March 2021'; // March equinox date
$junesolstice = '03:33 UTC 21 June 2021'; // June solstice date
$sepequinox = '19:22 UTC 22 September 2021'; // September equinox date
$decsolstice = '16:00 UTC 21 December 2021'; // December solstice date
$moonperihel = '17:15 UTC 3 January 2022'; // Next Moon perihel date
$moonaphel = '02:08 UTC 5 July 2021'; // Next moon perihel date
$moonperigee = '05:15 UTC 2 March 2021'; // Next moon perigee date
$moonapogee = '05:05 UTC 18 March 2021'; // Next moon apogee date
$newmoon = '19:06 UTC 11 February 2021'; // Date/time of the next/last new moon
$nextnewmoon = '10:22 UTC 13 March 2021'; // Date/time of the next new moon for next month
$firstquarter = '18:48 UTC 19 February 2021'; // Date/time of the next/last first quarter moon
$lastquarter = '01:31 UTC 6 March 2021'; // Date/time of the next/last last quarter moon
$fullmoon = '08:18 UTC 27 February 2021'; // Date/time of the next/last full moon
$fullmoondate = '27 February 2021'; // Date of the next/last full moon (date only)
$suneclipse = '10 June 2021 03:26:16 72%'; // Next sun eclipse
$mooneclipse = '26 May 2021 05:19:07 101%'; // Next moon eclipse date
$easterdate = '4 April 2021'; // Next easter date
$chinesenewyear = '11 February 2021 ()'; // Chinese new year
$hoursofpossibledaylight = '11:26'; // Total hours/minutes of possible daylight for today
//
$weatherreport = 'overcast'; // current weather conditions from selected METAR
$stationaltitude = '30'; // Station altitude, feet, as set in the units setup
// this under setup)
$stationlatitude = '030:18:48'; // Latitude (from the sun moon rise/set setup)
$stationlongitude = '0085:36:51'; // Longtitude (from the sun moon rise/set setup)
$windowsuptime = '13 Days 4 Hours 4 Minutes 16 Seconds'; // uptime for windows on weather pc
$freememory = '5.17GB'; // amount of free memory on the pc
$Startimedate = '11:47:38 PM 2/11/2021'; // Time/date WD was started
/*
$NOAAEvent = 'NO CURRENT ADVISORIES'; // NOAA Watch/Warning/Advisory
$noaawarningraw = '
FLC005
There are no active watches, warnings or advisories'; // NOAA RAW watch/warning/advisory
*/
$wdversion = '10.37S' . '-(b' . '114' . ')'; // Weather Display version number you are running
$wdversiononly = '10.37S';
$wdbuild = '114'; // Weather Display build number you are running
$noaacityname = '---'; // City name,from the noaa setup (in the av/ext setup)
//
$timeofnextupdate = '---'; // Time of next Update/Upload of the weather data to your web page (based on the web table update
//
$heatcolourword = 'Comfortable'; // How hot/cold it feels at the moment, based on the humidex, used with the conditionscolour.jpg
//
//
// Temperature/Humidity
// ====================
// Current:
// --------
$temperature = '61.6°F'; // temperature
$tempnodp = '61'; // temperature, no decimal place
$humidity = '95'; // humidity
$dewpt = '60.2°F'; // dew point
$maxtemp = '61.9°F'; // today's maximum temperature
$maxtempt = '3:42 AM'; // time this occurred
$mintemp = '60.0°F'; // today's minimum temperature
$mintempt = '1:34 AM'; // time this occurred
$feelslike = '62'; // Shows heat index or humidex or windchill (if less than 16oC)
$heati = '61.6°F'; // current heat index
$heatinodp = '62'; // current heat index,no decimal place
$windch = '61.6°F'; // current wind-chill
$windchnodp = '62°F'; // current wind-chill, no decimal place
$humidexfaren = '69.5°F'; // Humidex value in oF
$humidexcelsius = '20.8°C'; // Humidex value in oC
$apparenttemp = '64.3'; // Apparent temperature
$apparentsolartemp = '64.3'; // Apparent temperature in the sun (you need a solar sensor)
$apparenttempc = '18.0'; // Apparent temperature, °C
$apparentsolartempc = '18.0'; // Apparent temperature in the sun, °C (you need a solar sensor)
$apparenttempf = '64.3'; // Apparent temperature, °F
$apparentsolartempf = '64.3'; // Apparent temperature in the sun, °F (you need a solar sensor)
//
$WUmaxtemp = '32.0'; // Todays average max temperature from the selected Wunderground almanac station
$WUmintemp = '32.0'; // Todays average min temperature from the selected Wunderground almanac station
//
$WUmaxtempr = '32.0'; // Todays record max temperature from the selected Wunderground almanac station
$WUmintempr = '32.0'; // Todays record min temperature from the selected Wunderground almanac station
$WUmaxtempryr = '0'; // Year that it occured
$WUmintempryr = '0'; // year that it occured
//
//
// Yesterday:
// ----------
$tempchangehour = '+0.2 °F/last hr'; // Temperature change in the last hour
$maxtempyest = '70.1 °F'; // Yesterday's max temperature
$maxtempyestt = '11:30 AM'; // Time of yesterday's max temperature
$mintempyest = '42.4 °F'; // Yesterday's min temperature
$mintempyestt = '5:15 AM'; // Time of yesterday's min temperature
//
//
// Trends:
// -------
$temp24hoursago = '45.7'; // The temperature 24 hours ago
$humchangelasthour = '0'; // Humidity change last hour
$dewchangelasthour = '+0.3'; // Dew point change last hour
$barochangelasthour = '-0.003'; // Baro change last hour
//
// Wind
// ====
// Current:
// --------
//
$avgspd = '0.0 mph'; // average wind speed (current)
$gstspd = '0.0 mph'; // current/gust wind speed
$maxgst = '0.0 mph'; // today's maximum wind speed
$maxgstt = '12:42 PM'; // time this occurred
$maxgsthr = '0.0 mph N '; // maximum gust last hour
$dirdeg = '154 °'; // wind direction (degrees)
$dirlabel = 'SSE'; // wind direction (NNE etc)
//$maxgustlastimediatehourtime = ''; // time that the max gust last prior 1 hour occured
$avwindlastimediate10 = '0.0 mph'; // Average wind for the last immediate 10 minute period
// $avdir10minute = '154°'; // average ten minute wind direction (degrees)
$beaufortnum ='0'; //Beaufort wind force number
$currbftspeed = '0 bft'; //Current Beaufort wind speed
$bftspeedtext = 'Calm'; //Beaufort scale in text (i.e Fresh Breeze)
//
//
// Baromometer
// ===========
// Current:
// --------
$baro = '30.135 in.'; // current barometer
$baroinusa2dp = '30.14 inches'; // Current barometer reading in inches, 2 decimal places only.
$trend = '-0.006in./hr'; // amount of change in the last hour
$pressuretrendname = 'Steady'; // pressure trend (i.e. 'falling'), last hour
$pressuretrendname3hour = 'Falling slowly'; // pressure trend (i.e. 'falling'), last 3 hours
$vpforecasttext = '---'; // Forecast text from the Davis VP
//
//
// Rain
// ====
// Current:
// --------
$dayrn = '0.00 in.'; // today's rain
$monthrn = '4.47 in.'; // rain so far this month
$yearrn = '10.32 in.'; // rain so far this year
$dayswithnorain = '2'; // Consecutative days with no rain
$dayswithrain = '12'; // Days with rain for the month
$dayswithrainyear = '20'; // Days with rain for the year
$currentrainratehr = '0.000'; // Current rain rate, mm/hr (or in./hr)
$maxrainrate = '0.000'; // Max rain rate,for the day, mm/min (or in./min)
$maxrainratehr = '0.000'; // Max rain rate,for the day, mm/hr (or in.mm)
$maxrainratetime = '00:00 AM'; // Time that occurred
// Yesterday:
// ----------
$yesterdayrain = '0.00 in.'; // Yesterday rain
//
$vpstormrainstart = '0/0/0'; //Davis VP Storm rain start date
$vpstormrain = '0.00 .in'; //Davis VP Storm rain value
//
//
// Sunshine/Solar/ET
// =================
$VPsolar = '0'; // Solar energy number (W/M2)
$VPuv = '0.0'; // UV number
$highsolar = '-1'; // Daily high solar (for Davis VP and Grow stations)
$highuv = '-1.0'; // Daily high UV (for Davis VP stations)
$currentsolarpercent = '0 %'; // Current solar percent for stations with a temperature solar sensor (like the dallas 1 wire)
$highsolartime = ''; // Time that the daily high solar occured
$lowsolartime = ''; // Time that the daily low solar occured
$highuvtime = ''; // Time that the daily high UV occured
$lowuvtime = ''; // Time that the daily low UV occured
$highuvyest = '-1.0'; // Yesterday's high UV
$highuvyesttime = ''; // Time of yesterday's high UV
$burntime = '720'; // Time (minutes) to burn (normal skin) at the current UV rate, from the Davis VP with UV sensor
//
// the solar setup.
//
//
// Number of resynchronizations, The largest number of packets in a row that were received., and the number of CRC errors
//
// detected.
//
//
// Record Readings
// ===============
//
// for current month to date:
//
$mrecordwindgust = '44.2'; // All time record high wind gust
$mrecordhighgustday = '15'; // Day of record high wind gust
//
//
// Snow
// =====
//
$snowseasonin = '0'; // Snow for season you have entered under input daily weather, inches
$snowmonthin = '0'; // Snow for month you have entered under input daily weather, inches
$snowtodayin = '0.00'; // Snow for today you have entered under input daily weather, inches
$snowseasoncm = '0'; // Snow for season you have entered under input daily weather, cm
$snowmonthcm = '0'; // Snow for month you have entered under input daily weather, cm
$snowtodaycm = '0.0'; // Snow for today you have entered under input daily weather, cm
$snowyesterday = '0'; // Yesterdays' snow
$snowheight = '431'; // Estimated height snow will fall at
$snowheightnew = '6493'; // Estimated height snow will fall at, new formula
//
$snownowin = '0.00'; // Current snow depth, inches.
$snownowcm = '0.0'; // Current snow depth, cm.
//
$snowrain = '0.00'; // Rain measure by a heated rain gauge when temp below freezing times 10 to give estimated snow fall
$snowdaysthismonth = '0'; // Days with snow this month
$snowdaysthisyear = '0'; // Days with snow this year
//
// tags needed for trends-inc.php
//
$temp0minuteago = '61.7'; // ****this one is needed for all the others to work
$wind0minuteago = '0.0';
$gust0minuteago = '0.0';
$dir0minuteago = ' SSE';
$hum0minuteago = '95';
$dew0minuteago = '60.2';
$baro0minuteago = '30.135';
$rain0minuteago = '0.00';
$VPsolar0minuteago = '-100';
$VPuv0minuteago = '0.0';
$temp5minuteago = '61.7';
$wind5minuteago = '0.0';
$gust5minuteago = '0.0';
$dir5minuteago = ' SSE';
$hum5minuteago = '95';
$dew5minuteago = '60.2';
$baro5minuteago = '30.135';
$rain5minuteago = '0.00';
$VPsolar5minuteago = '-100';
$VPuv5minuteago = '0.0';
$temp10minuteago = '61.6';
$wind10minuteago = '0.0';
$gust10minuteago = '0.0';
$dir10minuteago = ' SSE';
$hum10minuteago = '95';
$dew10minuteago = '60.2';
$baro10minuteago = '30.135';
$rain10minuteago = '0.00';
$VPsolar10minuteago = '-100';
$VPuv10minuteago = '0.0';
$temp15minuteago = '61.5';
$wind15minuteago = '0.0';
$gust15minuteago = '0.0';
$dir15minuteago = ' SSE';
$hum15minuteago = '95';
$dew15minuteago = '60.1';
$baro15minuteago = '30.135';
$rain15minuteago = '0.00';
$VPsolar15minuteago = '-100';
$VPuv15minuteago = '0.0';
$temp20minuteago = '61.3';
$wind20minuteago = '0.0';
$gust20minuteago = '0.0';
$dir20minuteago = ' SSE';
$hum20minuteago = '95';
$dew20minuteago = '59.9';
$baro20minuteago = '30.135';
$rain20minuteago = '0.00';
$VPsolar20minuteago = '-100';
$VPuv20minuteago = '0.0';
$temp30minuteago = '61.5';
$wind30minuteago = '0.0';
$gust30minuteago = '0.0';
$dir30minuteago = ' SSE';
$hum30minuteago = '95';
$dew30minuteago = '60.1';
$baro30minuteago = '30.136';
$rain30minuteago = '0.00';
$VPsolar30minuteago = '-100';
$VPuv30minuteago = '0.0';
$temp45minuteago = '61.5';
$wind45minuteago = '0.0';
$gust45minuteago = '0.0';
$dir45minuteago = ' SSE';
$hum45minuteago = '95';
$dew45minuteago = '60.0';
$baro45minuteago = '30.138';
$rain45minuteago = '0.00';
$VPsolar45minuteago = '-100';
$VPuv45minuteago = '0.0';
$temp60minuteago = '61.4';
$wind60minuteago = '0.0';
$gust60minuteago = '0.0';
$dir60minuteago = ' SSE';
$hum60minuteago = '95';
$dew60minuteago = '59.9';
$baro60minuteago = '30.141';
$rain60minuteago = '0.00';
$VPsolar60minuteago = '-100';
$VPuv60minuteago = '0.0';
$temp75minuteago = '60.7';
$wind75minuteago = '0.0';
$gust75minuteago = '0.0';
$dir75minuteago = ' SSE';
$hum75minuteago = '95';
$dew75minuteago = '59.3';
$baro75minuteago = '30.141';
$rain75minuteago = '0.00';
$VPsolar75minuteago = '-100';
$VPuv75minuteago = '0.0';
$temp90minuteago = '60.5';
$wind90minuteago = '0.0';
$gust90minuteago = '0.0';
$dir90minuteago = ' SSE';
$hum90minuteago = '95';
$dew90minuteago = '59.1';
$baro90minuteago = '30.144';
$rain90minuteago = '0.00';
$VPsolar90minuteago = '-100';
$VPuv90minuteago = '0.0';
$temp105minuteago = '60.1';
$wind105minuteago = '0.0';
$gust105minuteago = '0.0';
$dir105minuteago = ' SSE';
$hum105minuteago = '95';
$dew105minuteago = '58.7';
$baro105minuteago = '30.144';
$rain105minuteago = '0.00';
$VPsolar105minuteago = '-100';
$VPuv105minuteago = '0.0';
$temp120minuteago = '60.5';
$wind120minuteago = '0.0';
$gust120minuteago = '0.0';
$dir120minuteago = ' SSE';
$hum120minuteago = '95';
$dew120minuteago = '59.1';
$baro120minuteago = '30.147';
$rain120minuteago = '0.00';
$VPsolar120minuteago = '-100';
$VPuv120minuteago = '0.0';
$VPet = '0.00';
$VPetmonth = '0.00';
$dateoflastrainalways = '22/2/2021';
$highbaro = '30.162 in.';
$highbarot = '12:17 AM';
$highsolaryest = '-1.0';
$highsolaryesttime = '';
$hourrn = '0.00';
$maxaverageyest = '12.2 mph SSE';
$maxaverageyestt = '3:08 PM';
$maxavgdirectionletter = 'SSE';
$maxavgspd = '0.0 mph';
$maxavgspdt = '3:08 PM';
$maxbaroyest = '30.212 in.';
$maxbaroyestt = '7:56 AM';
$maxgstdirectionletter = 'SSW';
$maxgustyest = '17.8 mph SSW';
$maxgustyestt = '12:42 PM';
$mcoldestdayonrecord = '39.7°F on: 16 Feb 2021';
$mcoldestnightonrecord = '35.4°F on: 17 Feb 2021';
$minchillyest = '42.4 °F';
$minchillyestt = '5:15 AM';
$minwindch = '60.0 °F';
$minwindcht = '1:34 AM';
$mrecordhighavwindday = '15';
$mrecordhighavwindmonth = '2';
$mrecordhighavwindyear = '2021';
$mrecordhighbaro = '30.410';
$mrecordhighbaroday = '20';
$mrecordhighbaromonth = '2';
$mrecordhighbaroyear = '2021';
$mrecordhighgustmonth = '2';
$mrecordhighgustyear = '2021';
$mrecordhightemp = '73.9';
$mrecordhightempday = '11';
$mrecordhightempmonth = '2';
$mrecordhightempyear = '2021';
$mrecordlowchill = '23.5';
$mrecordlowchillday = '16';
$mrecordlowchillmonth = '2';
$mrecordlowchillyear = '2021';
$mrecordlowtemp = '31.6';
$mrecordlowtempday = '17';
$mrecordlowtempmonth = '2';
$mrecordlowtempyear = '2021';
$mrecordwindspeed = '26.9';
$mwarmestdayonrecord = '69.1°F on: 11 Feb 2021';
$mwarmestnightonrecord = '66.2°F on: 11 Feb 2021';
$raincurrentweek = '0.78';
$raintodatemonthago = '0.00';
$raintodateyearago = '0.00';
$timeoflastrainalways = ' 10:11 AM';
$windruntodatethismonth = '2955.63 miles';
$windruntodatethisyear = '6015.55 miles';
$windruntoday = '0.00';
$yesterdaydaviset = '0.000';
$yrecordhighavwindday = '15';
$yrecordhighavwindmonth = '2';
$yrecordhighavwindyear = '2021';
$yrecordhighbaro = '30.428';
$yrecordhighbaroday = '28';
$yrecordhighbaromonth = '1';
$yrecordhighbaroyear = '2021';
$yrecordhighgustday = '15';
$yrecordhighgustmonth = '2';
$yrecordhighgustyear = '2021';
$yrecordhightemp = '77.2';
$yrecordhightempday = '27';
$yrecordhightempmonth = '1';
$yrecordhightempyear = '2021';
$yrecordlowchill = '23.5';
$yrecordlowchillday = '16';
$yrecordlowchillmonth = '2';
$yrecordlowchillyear = '2021';
$yrecordlowtemp = '31.6';
$yrecordlowtempday = '17';
$yrecordlowtempmonth = '2';
$yrecordlowtempyear = '2021';
$yrecordwindgust = '44.2';
$yrecordwindspeed = '26.9';
$daysTmaxGT30C = '0';
$daysTmaxGT25C = '0';
$daysTminLT0C = '1';
$daysTminLTm15C = '0';
// 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 = '1'; // icon number
$current_icon = $icon_array[1]; // name of our condition icon
// ----------------------------------------------------------------------------------
// $current_summary = 'Dry' . ' ' . 'overcast ';
$weathercond = 'Dry';
$Currentsolardescription = 'overcast ';
$current_summary = $Currentsolardescription;
$current_summary = preg_replace('|^/[^/]+/|','',$current_summary);
$current_summary = preg_replace('|\\\\|',', ',$current_summary);
$current_summary = preg_replace('|/|',', ',$current_summary);
//
//
$cloudheightfeet = '361'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter
$cloudheightmeters = '110'; // 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 = '30.118 in.';
$minbaroyestt = '4:37 PM';
$mrecordlowbaro = '29.713';
$mrecordlowbaroday = '15';
$mrecordlowbaromonth = '2';
$mrecordlowbaroyear = '2021';
$yrecordlowbaro = '29.713';
$yrecordlowbaroday = '15';
$yrecordlowbaromonth = '2';
$yrecordlowbaroyear = '2021';
// 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 = 'Night';
$avwindlastimediate60 = '0.0 mph'; // average wind speed
$avwindlastimediate120 = '0.0 mph'; // average wind speed
$currentmonthaveragerain = '---'; // average rain for current month
//
// version 5.00+
$avwindlastimediate15 = '0.0 mph'; // average wind speed
$avwindlastimediate30 = '0.0 mph'; // average wind speed
$todayhihumidex = '70.0'; //daily high humidex
$todaylohumidex = '66.9'; //Daily low Humidex
//Version 5.02
$dayornight = 'Night'; // Day or night flag
//Version 6.20
$tempchangelasthourfaren = '+0.3'; //For snow prediction
$abshum = '7.27'; //For snow prediction
$maxtemp4today = '81.7'; // max from station's records
$mintemp4today = '43.3'; // min from station's records
$maxtemp4todayyr = '2018'; // max year from station's records
$mintemp4todayyr = '2015'; // 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 = '54.6';
$avtempfebnow = '54.7';
$avtempmarnow = '70.7';
$avtempaprnow = '70.9';
$avtempmaynow = '75.9';
$avtempjunnow = '82.2';
$avtempjulnow = '82.0';
$avtempaugnow = '83.4';
$avtempsepnow = '73.8';
$avtempoctnow = '73.5';
$avtempnovnow = '66.8';
$avtempdecnow = '53.7';
$avtempjan = '48.0';//Average temperature for january from your data
$avtempfeb = '57.8';//Average temperature for february from your data
$avtempmar = '61.7';//Average temperature for march from your data
$avtempapr = '68.3';//Average temperature for april from your data
$avtempmay = '74.4';//Average temperature for may from your data
$avtempjun = '79.1';//Average temperature for june from your data
$avtempjul = '80.6';//Average temperature for july from your data
$avtempaug = '80.5';//Average temperature for august from your data
$avtempsep = '77.4';//Average temperature for september from your data
$avtempoct = '68.7';//Average temperature for october from your data
$avtempnov = '60.3';//Average temperature for november from your data
$avtempdec = '52.3';//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 = '2.41';
$avrainfeb = '2.08';
$avrainmar = '1.09';
$avrainapr = '1.50';
$avrainmay = '0.95';
$avrainjun = '2.17';
$avrainjul = '4.52';
$avrainaug = '4.79';
$avrainsep = '2.02';
$avrainoct = '4.89';
$avrainnov = '2.21';
$avraindec = '1.98';
$avrainjannow = '5.85';
$avrainfebnow = '4.47';
$avrainmarnow = '1.81';
$avrainaprnow = '4.03';
$avrainmaynow = '0.97';
$avrainjunnow = '3.33';
$avrainjulnow = '14.21';
$avrainaugnow = '14.71';
$avrainsepnow = '2.53';
$avrainoctnow = '8.10';
$avrainnovnow = '0.80';
$avraindecnow = '3.94';
//End Rain Trending
// end of relayweather tags
// ----------------------------------------------------------------------------------------------------
// eastmasonville wxrecord.php tags
$recordhightemp = '98.8';
$recordlowtemp = '-54.6';
$recordhighheatindex = '149.0';
$recordlowchill = '-54.6';
$warmestdayonrecord = '92.5°F on: 11 Jul 2020';
$warmestnightonrecord = '85.6°F on: 04 Jul 2016';
$coldestdayonrecord = '-20.2°F on: 23 Oct 2019';
$coldestnightonrecord = '-26.7°F on: 23 Oct 2019';
$recordwindgust = '58.8';
$recordwindspeed = '37.1';
$recordhighwindrun = '294.5';
$recorddailyrain = '15.10';
$recordhighrainmth = '16.6';
$recordrainrate = '0.598';
$recorddayswithrain = '36';
$recorddaysnorain = '47';
$recordhighdew = '95.7';
$recordlowdew = '-65.2';
$recordhighhum = '100';
$recordlowhum = '0';
$recordhighbaro = '30.755';
$recordlowbaro = '28.015';
$recordhighsolar = '0.0';
$recordhightempmonth = '6';
$recordhightempday = '27';
$recordhightempyear = '2020';
$recordlowtempmonth = '1';
$recordlowtempday = '9';
$recordlowtempyear = '2019';
$recordhighheatindexmonth = '7';
$recordhighheatindexday = '20';
$recordhighheatindexyear = '2016';
$recordlowchillmonth = '1';
$recordlowchillday = '9';
$recordlowchillyear = '2019';
$recordhighgustmonth = '4';
$recordhighgustday = '3';
$recordhighgustyear = '2017';
$recordhighavwindmonth = '4';
$recordhighavwindday = '3';
$recordhighavwindyear = '2017';
$recordhighwindrunmth = '2';
$recordhighwindrunday = '1';
$recordhighwindrunyr = '2021';
$recorddailyrainmonth = '10';
$recorddailyrainday = '10';
$recorddailyrainyear = '2018';
$recordhighrainmthmth = '9';
$recordhighrainmthyr = '2020';
$recordrainratemonth = '10';
$recordrainrateday = '8';
$recordrainrateyear = '2020';
$recorddayswithrainmonth = '6';
$recorddayswithrainday = '17';
$recorddayswithrainyear = '2018';
$recorddaysnorainmonth = '1';
$recorddaysnorainday = '8';
$recorddaysnorainyear = '2017';
$recordhighdewmonth = '7';
$recordhighdewday = '19';
$recordhighdewyear = '2016';
$recordlowdewmonth = '10';
$recordlowdewday = '25';
$recordlowdewyear = '2019';
$recordhighhummonth = '9';
$recordhighhumday = '6';
$recordhighhumyear = '2015';
$recordlowhummonth = '9';
$recordlowhumday = '13';
$recordlowhumyear = '2020';
$recordhighbaromonth = '1';
$recordhighbaroday = '8';
$recordhighbaroyear = '2017';
$recordlowbaromonth = '10';
$recordlowbaroday = '10';
$recordlowbaroyear = '2018';
$recordhighsolarmonth = '9';
$recordhighsolarday = '5';
$recordhighsolaryear = '2015';
$recordhighuv = '0.0';
$recordhighuvmonth = '9';
$recordhighuvday = '5';
$recordhighuvyear = '2015';
$yrecordhighheatindex = '77.2';
$yrecordhighheatindexmonth = '1';
$yrecordhighheatindexday = '27';
$yrecordhighheatindexyear = '2021';
$ywarmestdayonrecord = '72.3°F on: 27 Jan 2021';
$ywarmestnightonrecord = '70.3°F on: 01 Jan 2021';
$ycoldestdayonrecord = '39.7°F on: 16 Feb 2021';
$ycoldestnightonrecord = '35.4°F on: 17 Feb 2021';
$yrecordhighwindrun = '294.5';
$yrecordhighwindrunmth = '2';
$yrecordhighwindrunday = '1';
$yrecordhighwindrunyr = '2021';
$yrecorddailyrain = '2.14';
$yrecordhighrainmth = '5.9';
$yrecordrainrate = '0.086';
$yrecorddayswithrain = '5';
$yrecorddaysnorain = '6';
$yrecordhighdew = '72.7';
$yrecordlowdew = '23.0';
$yrecordhighhum = '99';
$yrecordlowhum = '26';
$yrecorddailyrainmonth = '1';
$yrecorddailyrainday = '1';
$yrecorddailyrainyear = '2021';
$yrecordhighrainmthmth = '1';
$yrecordhighrainmthyr = '2021';
$yrecordrainratemonth = '2';
$yrecordrainrateday = '15';
$yrecordrainrateyear = '2021';
$yrecorddayswithrainmonth = '2';
$yrecorddayswithrainday = '15';
$yrecorddaysnorainmonth = '1';
$yrecorddaysnorainday = '22';
$yrecordhighdewmonth = '1';
$yrecordhighdewday = '27';
$yrecordhighdewyear = '2021';
$yrecordlowdewmonth = '2';
$yrecordlowdewday = '20';
$yrecordlowdewyear = '2021';
$yrecordhighhummonth = '1';
$yrecordhighhumday = '14';
$yrecordhighhumyear = '2021';
$yrecordlowhummonth = '2';
$yrecordlowhumday = '3';
$yrecordlowhumyear = '2021';
$yrecordhighsolar = '0.0';
$yrecordhighsolarmonth = '9';
$yrecordhighsolarday = '5';
$yrecordhighsolaryear = '2015';
$yrecordhighuv = '0.0';
$yrecordhighuvmonth = '9';
$yrecordhighuvday = '5';
$yrecordhighuvyear = '2015';
$mrecordhighheatindex = '73.9';
$mrecordhighheatindexmonth = '2';
$mrecordhighheatindexday = '11';
$mrecordhighheatindexyear = '2021';
$mrecordhighwindrun = '294.5';
$mrecordhighwindrunmth = '2';
$mrecordhighwindrunday = '1';
$mrecordhighwindrunyr = '2021';
$mrecorddailyrain = '1.19';
$mrecordhighrainmth = '4.5';
$mrecordrainrate = '0.086';
$mrecorddayswithrain = '5';
$mrecorddaysnorain = '3';
$mrecordhighdew = '69.9';
$mrecordlowdew = '23.0';
$mrecordhighhum = '99';
$mrecordlowhum = '26';
$mrecorddailyrainmonth = '2';
$mrecorddailyrainday = '12';
$mrecorddailyrainyear = '2021';
$mrecordhighrainmthmth = '2';
$mrecordhighrainmthyr = '2021';
$mrecordrainratemonth = '2';
$mrecordrainrateday = '15';
$mrecordrainrateyear = '2021';
$mrecorddayswithrainmonth = '2';
$mrecorddayswithrainday = '15';
$mrecorddaysnorainmonth = '2';
$mrecorddaysnorainday = '4';
$mrecordhighdewmonth = '2';
$mrecordhighdewday = '15';
$mrecordhighdewyear = '2021';
$mrecordlowdewmonth = '2';
$mrecordlowdewday = '20';
$mrecordlowdewyear = '2021';
$mrecordhighhummonth = '2';
$mrecordhighhumday = '7';
$mrecordhighhumyear = '2021';
$mrecordlowhummonth = '2';
$mrecordlowhumday = '3';
$mrecordlowhumyear = '2021';
$myrecordhighbaromonth = '2';
$mrecordhighsolar = '0.0';
$mrecordhighsolarmonth = '9';
$mrecordhighsolarday = '5';
$mrecordhighsolaryear = '2015';
$mrecordhighuv = '0.0';
$mrecordhighuvmonth = '9';
$mrecordhighuvday = '5';
$mrecordhighuvyear = '2015';
// end of eastmasonville wxrecord.php tags
// ----------------------------------------------------------------------------------------------------
// other addons
$vpissstatus = 'Ok'; // VP ISS Status
$vpreception2 = '%vpreception2%'; // VP Current reception % *** NEW IN V1.01
$vpconsolebattery = '%vpconsolebattery%'; // VP Console Battery Volts *** NEW IN V1.01
$firewi = '3.1'; // Fire Weather Index
$avtempweek = '56.1'; // Average Weekly Temp
$hddday = '0.6'; // Heating Degree for day
$hddmonth = '253.5'; // Heating Degree for month to date
$hddyear = '590.5'; // Heating Degree for year to date
$cddday = '0.0'; // Cooling Degree for day
$cddmonth = '5.3'; // Cooling Degree for month to date
$cddyear = '22.4'; // Cooling Degree for year to date
$minchillweek = '28.8'; // Minimum Wind Chill over past 7 days
$maxheatweek = '77.5'; // Maximum Heat Index for the Week *** NEW IN V2.00
$airdensity = '1.22'; //air density
$solarnoon = '11:55'; // Solar noon
$changeinday = '00:01:47'; // change in day length since yesterday
$etcurrentweek = '0.000'; // ET total for the last 7 days
$sunshinehourstodateday = '00:00';
$sunshinehourstodatemonth = '00:00';
$maxsolarfortime = '0';
$wetbulb = '60.7 °F';
$lighteningcountlasthour = '0';
$lighteningcountlastminute = '0';
$lighteningcountlast5minutes = '0';
$lighteningcountlast12hour = '0';
$lighteningcountlast30minutes = '0';
$lighteningcountlasttime = '';
$lighteningcountmonth = '0';
$lighteningcountyear = '0';
$chandler = '-1.6';
$maxdew = '60.5 °F';
$maxdewt = '3:42 AM';
$mindew = '58.6 °F';
$mindewt = '1:34 AM';
$maxdewyest = '59.3 °F';
$maxdewyestt = '11:45 PM';
$mindewyest = '41.9 °F';
$mindewyestt = '5:15 AM';
$stationname = 'AC4QB';
$raindifffromav = '---';
$raindifffromavyear = '10.320';
$gddmonth = '233.2';
$gddyear = '493.6';
$maxheat = '61.9 °F';
$maxheatt = '3:42 AM';
$maxheatyest = '70.1 °F';
$yeartodateavtemp = '54.6';
$monthtodateavtemp = '54.7';
$maxchillyest = '70.1 °F';
$monthtodatemaxgust = '43.7';
$monthtodateavspeed = '5.1'; // MTD average wind speed
$monthtodateavgust = '7.5'; //MTD average wind gust
$yeartodateavwind = '4.5'; // YTD average wind speed
$yeartodategstwind = '6.9'; // YTD avg wind gust
$lowbaro = '30.132 in.';
$lowbarot = '3:31 AM';
$monthtodatemaxbaro = '30.410'; // MTD average wind speed
$monthtodateminbaro = '29.713'; //MTD average wind gust
$sunshinehourstodateyear = '00:00';
$sunshineyesterday = '00:00';
$avtempsincemidnight = '60.9';
$yesterdayavtemp = '57.9';
$avgspeedsincereset = '0.0';
$maxheatyestt = '11:30 AM';
$windrunyesterday = '48.93';
$currentwdet = '0.000';
$yesterdaywdet = '0.000';
$highhum = '96';
$highhumt = '1:37 AM';
$lowhum = '93';
$lowhumt = '12:00 AM';
$maxhumyest = '99';
$maxhumyestt = '5:54 AM';
$minhumyest = '41';
$minhumyestt = '11:00 AM';
$recordhightempjan = '77.9';
$recordlowtempjan = '-54.6';
$recordhightempfeb = '78.1';
$recordlowtempfeb = '-54.6';
$recordhightempmar = '85.6';
$recordlowtempmar = '-54.6';
$recordhightempapr = '86.7';
$recordlowtempapr = '32.0';
$recordhightempmay = '91.8';
$recordlowtempmay = '48.9';
$recordhightempjun = '92.3';
$recordlowtempjun = '32.0';
$recordhightempjul = '97.9';
$recordlowtempjul = '32.0';
$recordhightempaug = '95.9';
$recordlowtempaug = '-54.2';
$recordhightempsep = '97.9';
$recordlowtempsep = '32.0';
$recordhightempoct = '90.5';
$recordlowtempoct = '-54.6';
$recordhightempnov = '88.0';
$recordlowtempnov = '32.0';
$recordhightempdec = '86.2';
$recordlowtempdec = '-0.0';
// end of other addons
// end of testtags.txt/testtags.php
?>
ARS AC4QB Southport, FL Weather - Home