Copied from another topic http://discourse.weather-watch.com/p/540878
Added missing screenshot to original post.
Those scripts are examples of scripts which use WU data in the old .CSV format.
They are widely used integrated in stand-alone websites and in template websites using f.i. Saratoga- Leuven- or Meteotemplate
Browsing the forums points you to the download location, for my scripts https://support.leuven-template.eu/
Now your remark “but I don´t see yet how get those scripts into or linked to PWS_Dashboard?”
You can add any stand-alone script in only two, albeit sometimes time-consuming, “steps”
First you have to download and install those scripts “stand-alone” and test them until they are fully functional.
Then you can add a menu entry so the page will be displayed in an iFrame from the menu, such as other iFrame pages.
For the WU scripts using .csv files, there is one advantage:
The needed MITM script to generate the old format data is already included in the PWS_Dashboard.
MITM stands for “Man-In_The_Middle”. It translates the old WU requests to the new WU-api requests storing the data in the cache for future use.
PWS_Dashboard has a script “PWS_DailyHistory.php” which replaces the old WU “WXDailyHistory.asp” script
All those “old” scripts contain one or more lines similar to this one
$wuURLs[] = 'https://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID='.$SITE['wu. . . . .
and those lines should now point to the new script
$wuURLs[] = 'https://_change_to_your-site_/_pwsFolder_/PWS_DailyHistory.php?ID='.$SITE['wu. . . . .
As an example I attach a zip of my history script.
Put the unzipped folder wuhistory/ somewhere on your website, but not in the pwsWDxx/ folder, keep it separate.
Run the wuhistory/startWUhistory.php script and adept three lines with your WU startdate, WU-ID and the correct link to PWS_DailyHistory.php.
I will post other WU scripts when time permits.
Wim
Edit 2020-10-31 I included the script also in one of the test-sites => http://pwsdashboard.be/pwsWD/index.php?frame=Reports_at_WU
Edit 2020-11-07 New version, removed missing time-zone, error solar.
Edit 2020-11-08 New version, color switching
Edit 2021-12-11 Removed downloads of pre 8.0 version. New updated version available in 2022