WXreports data problem

I down loaded wxreports into public_html on web site. But I have something not setup right. It loads data for today and then the next day it gone. I don’t know where it is saved. Only data is for today the form is not filling up. Also I have no wind direction.
http://lasvegaswx.com/wxtempdetail.php Thanks Joe

In your wxreports-settings.php file, you have the path to the dailynoaareport and climatedataout files listed as:
$path_dailynoaa = “./dailynoaareport.htm”; // path to NOAA reports
$path_climatedata = “./climatedataout.html”;

Change that to :
$path_dailynoaa = “./”; // path to NOAA reports
$path_climatedata = “./”;

Thanks for the help and very nice script. Joe

Hi Murry, I still have a problem with the ET, and Humidity not filling in. Iam not sure where it comes from

http://lasvegaswx.com/wxhumiditydetail.php Thanks Joe

That data comes from your climatedataout files. But that info is not in the climatedata.htm template you are currently using.
Copy the climatedatasolaruvdepth.html file included in the wxreports.zip to the webfiles folder of Weather Display. Then rename it to climatedata.html.
Then either manually recreate the climatedataout file in WD. Or wait until shortly after midnight when WD will do it automatically.

Thanks again Murry everything is working OK. Now I have a problem for Brian when I restart WD the UV spikes to 712, If I let it run its OK. Thanks Joe
PS I have to find out how to correct the UV files.

Is there a way to edit The table I have one way out of range 2/5/2017 I have edited the log file but how do I update it?
Thanks Joe

http://lasvegaswx.com/wxuvdetail.php

After you updated the log file, did you recreate and upload the climatedataout22017.html file for Feb 2017?

If all else fails, you can edit the wxreportsmmyyyy.csv file included in the wxreports.zip download.
Add a line with the day of the month in the first column (5 for your example) and enter the correct value in the Max UV column.
If you don’t know what the correct UV value should be, just enter a ‘D’ (without the quote marks) and no value will displayed.
Then save as wxreports022017.csv and upload to your website to the same location as the dailynoaareport and climatedataout files are located.

I did correct the logfile . I will try to do the recreate and upload. Thanks for the help. Joe