I am incorporating the newest detail pages and a few of them are coming up as Celsius as opposed to Fahrenheit. Is there a common place to force Fahrenheit only display?
The scripts use the measurement units set in the settings.php file.
$SITE['uomTemp'] = '°F';
$SITE['uomBaro'] = ' inHg';
$SITE['uomWind'] = ' mph';
$SITE['uomRain'] = ' in';
$SITE['uomSnow'] = ' in';
Additionally, I am showing date for some months but most of them are not showing... Temp, wind, Rain are all ok... the others are showing sporadic information. Is there a way to fix this lost/missing data... example, dewpoint, windrun, wetbulb etc are showing data for Feb, May (partial), Jul and currently up to date in Aug. All other months etc. are blank.
The temp, rain, & wind scripts use the dailynoaareport files as the source of their data. The other detail/summary scripts use the climatedataout files.
Recreate and upload the missing/incomplete climatedataout files. In Weather Display, select View-->Averages/Extremes/Noaa Style Report. Select the Detailed Climate Report tab and select the appropriate month and year. Then click the Update month now button and a climatedataoutmyyyy.html file will be created in the webfiles subdirectory. After updating all the necessary months, upload them to your website.