wsReport daily detail

Can someone help me on how to correct errors with the wsReport script. The problem is the on the “daily detail report” does not match the file "dailynoaareport’ or the “climatedataout” from my station. The information that is in the daily report comes from a file “IVLAAMSG47-year-2017.txt”, which I am not familiar with.

Below is a clip from the IVLAAMSG47-year-2017 which show the information that shows in my daily detail report.

Date,TemperatureHighF,TemperatureAvgF,TemperatureLowF,DewpointHighF,DewpointAvgF,DewpointLowF,HumidityHigh,HumidityAvg,HumidityLow,PressureMaxIn,PressureMinIn,WindSpeedMaxMPH,WindSpeedAvgMPH,GustSpeedMaxMPH,PrecipitationSumIn
2017-1-1,32.9,30.2,27.6,31.0,28.9,25.0,97,94,90,30.34,30.09,3,0,5,0.00
2017-1-2,39.8,36.1,32.4,37.0,33.8,31.0,99,96,90,30.36,30.16,1,0,4,0.11
2017-1-3,38.6,34.0,29.4,36.0,33.2,29.0,98,93,86,30.37,30.16,7,1,9,0.01
2017-1-4,44.4,40.8,37.1,41.0,37.4,35.0,97,91,80,30.25,30.05,7,2,19,0.10
2017-1-5,38.6,32.8,27.1,35.0,30.3,24.0,96,85,61,30.71,30.26,1,0,7,0.03
2017-1-6,31.6,27.5,23.5,24.0,22.9,22.0,95,84,71,30.76,30.65,1,0,3,0.00
2017-1-7,33.7,30.8,27.9,33.0,28.0,22.0,98,92,75,30.64,30.45,2,0,5,0.00
2017-1-8,40.9,37.3,33.7,40.0,37.0,33.0,99,98,96,30.51,30.45,1,0,2,0.13
2017-1-9,43.3,40.8,38.3,41.0,39.2,37.0,98,94,89,30.47,29.85,4,0,6,0.07
2017-1-10,43.7,40.6,37.4,42.0,40.2,37.0,98,95,92,29.93,29.79,3,0,11,0.09
2017-1-11,49.5,45.1,40.7,48.0,40.3,34.0,97,87,68,29.94,29.72,8,1,21,0.07
2017-1-12,45.2,42.4,39.6,41.0,37.7,34.0,95,85,73,29.95,28.96,5,0,9,0.38
2017-1-13,40.0,36.5,33.1,38.0,34.1,31.0,97,92,75,29.81,28.97,13,3,21,0.37
2017-1-14,38.4,35.7,33.0,36.0,33.7,32.0,97,94,89,30.10,29.82,6,1,18,0.16
2017-1-15,37.7,34.8,32.0,36.0,33.8,32.0,98,95,92,30.25,30.10,2,0,7,0.03
2017-1-16,36.8,32.7,28.5,35.0,33.3,27.0,97,93,85,30.53,30.25,3,0,4,0.00
2017-1-17,32.4,29.0,25.5,27.0,25.3,24.0,94,87,73,30.70,30.53,2,0,5,0.00

The information below is from the dailynoaareport.htm which is the correct data from my station.

                        MONTHLY CLIMATOLOGICAL SUMMARY for APR. 2017

NAME: CITY: STATE:

ELEV: LAT: LONG:

                        TEMPERATURE (

The settings in the wxStartReports.php should contain YOUR weatherUnderground ID. IVLAAMSG47 = the WU-id for my station.

Check the install / settings tabs with instructions at http://www.weerstation-leuven.be/wsreports/demo.php?lang=en

Change the setting

$wuid		= 'IVLAAMSG47';		// your WU station name

to the ID of your station, and change the start-date of your uploads to WU in the line with

$wustart 	= '31-01-2011';		// your first day of uploading data to WU.    Important the format is:   dd-mm-YYYY   !

When posting a question about any script, always mention the URL link to the website-page with the problem.
That improves the answers /solutions you get from the authors of the scripts.

For this problem, I could not find any of the normal links it at your site,
http://www.frontrangeweather.net/wsreports/startReports.php => 404 error
http://www.frontrangeweather.net/wsreports/wxStartreports.php => 404 error
also the folder wsreports/ is not there or not accessible.

So for now this is all I can do to help you with this problem for your site www.frontrangeweather.net

===
You are also posting questions for website using Leuven-Template http://noahsweather.com/weather28/

A Leuven-Template user does not have to do any customazation to use the wsreports scripts as they are already fully adapted and take all settings from the wsUserSettings.php

Wim

I checked your “noahsweather” site and found that something strange happened as the update for the http=>https was not installed but the scripts still work. Comparing your scripts with the updated ones I found an old typo for which a previous update was issued.

I attach the weather28/wsreports/wsReports1part.php script from the updated version ‘3.02 2016-03-05’, please unzip and replace the one with the typo.

Please also check the wsUserSettings.php => $SITE[‘wuStart’], as it seems you entered a start-date at WU for which no relevant data is available at WU.

Wim


wsReports1part.php.zip (7.54 KB)

Wim,

Thank you for your reply. I think my problem was thinking that my data was coming from the “dailynoaareport.php” where it looks like it comes from WU. I had not checked that the station uploaded to WU and not entered my api key. Once I did that all the data came up correctly.

Regards,

Bill