Author Topic: 1st Snow of Season & Avg Snow Missing  (Read 404 times)

0 Members and 1 Guest are viewing this topic.

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
1st Snow of Season & Avg Snow Missing
« on: January 06, 2022, 08:53:35 AM »
The "First Snow of Season" and "Average 1st Snow" are not populated on my home page and have never been. Can anyone tell me where to find these settings in the scripts?

Thank you,
Joe
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9257
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: 1st Snow of Season & Avg Snow Missing
« Reply #1 on: January 06, 2022, 11:14:41 AM »
On the alternative dashboard (ajax-dashboard6.php), all the snow reporting comes from manual entries into Weather-Display software, then through testtags.php variables:
Code: [Select]
//
$snowseasonin = '0.500'; // 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 = '409'; // Estimated height snow will fall at
$snowheightnew = '0'; // Estimated height snow will fall at, new formula
//
$snownowin = '0'; // Current snow depth, inches.
$snownowcm = '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 = '2'; // Days with snow this year
//
and
Code: [Select]
$avsnowjan = '3.7'; //Average snow for jan from your inputted snow data (cm)
$avsnowfeb = '10.2'; //Average snow for feb from your inputted snow data (cm)
$avsnowmar = '1.3'; //Average snow for mar from your inputted snow data (cm)
$avsnowapr = '1.9'; //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.1'; //Average snow for nov from your inputted snow data (cm)
$avsnowdec = '6.3'; //Average snow for dec from your inputted snow data (cm)
$avsnowjannow = '0.0';
$avsnowfebnow = '26.0';
$avsnowmarnow = '0.0';
$avsnowaprnow = '7.6';
$avsnowmaynow = '0.0';
$avsnowjunnow = '0.0';
$avsnowjulnow = '0.0';
$avsnowaugnow = '0.0';
$avsnowsepnow = '0.0';
$avsnowoctnow = '0.0';
$avsnownovnow = '0.5';
$avsnowdecnow = '0.8';
  (the above is from your testtags.php?sce=view)

You'll need to use Weather-Display, Input Daily Weather, Snow to correct the values (AFAIK).

Hope this helps... we never get snow around here, so I've not personally used those inputs.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Re: 1st Snow of Season & Avg Snow Missing
« Reply #2 on: January 06, 2022, 04:40:23 PM »
Thanks Ken.  I do enter my data manually in WD. Shows snow amounts, etc. it’s the dates that I cannot seem to find.

Thanks for rubbing in the “California Weather” .  Lol

Joe
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

Offline ed2kayak

  • Ed
  • Forecaster
  • *****
  • Posts: 613
  • Davis Vantage Pro2 w/12 hr FARS, solar/uv
    • Cumberland Valley Weather
Re: 1st Snow of Season & Avg Snow Missing
« Reply #3 on: January 06, 2022, 06:34:36 PM »
Are you using these testtags?

$firstsnowseason = '%firstsnowseason%';
$firstsnowseasonav = '%firstsnowseasonav%';
Ed
CoCoRaHS PA-CD-6,  Weather Underground KPAMECHA7, CWOP DW5425

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Re: 1st Snow of Season & Avg Snow Missing
« Reply #4 on: January 06, 2022, 07:25:56 PM »
No, didn’t know.  I will add them tomorrow.

Thanks, Ed!

Joe
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Re: 1st Snow of Season & Avg Snow Missing
« Reply #5 on: January 07, 2022, 08:32:16 PM »
Are you using these testtags?

$firstsnowseason = '%firstsnowseason%';
$firstsnowseasonav = '%firstsnowseasonav%';

I added them to the testtags… problem solved.

Thanks
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

 

anything