Graphs Package V3.0 21st November 2016 Please note that due to some restrictions in the IIS web server there are three graph files which contain a plus sign (+), these have been duplicated with an underscore sign (_), this has been done as there are a number of existing users of the package who use these graps with the + sign. Installation Instructions. 1. Unzip the package and upload to a directory of your choice on your local PC. 2. Read this ReadMe.txt file :-)) yes I know you can only read this after doing 1. !! 3. Select the sample graphsconf-****.php file you wish to use and open it in a text editor like Notepad or ConTEXT. 4. Edit the required parameters in the customisation section. You must ensure the following are correct:- $hostloc = "${WEBROOT}/"; this will work if your clientraw files are in your root (home) directory on the webserver. Note: do not change the ${WEBROOT} part. If you have to add a sub-directory it must end with a / (slash). $jploc = "${WEBROOT}/jpgraph-4.0.1/src/"; this will need to point ot the correct JPGraph directory on your webserver. Note: do not change the ${WEBROOT} part. $hourmode = "24"; must be 12 or 24 depending on which time mode you use in Weather Display. You do not need to alter any other variables at this time. This can come later once you have tested the installation. 5. Save this edited version of the config file as graphsconf.php in the same directory. 6. Upload this directory containing the graphs and config file to your webserver. Do not at this stage remove any files, upload everything. 7. Now go to your favourite browser and point it at your graphs eg. http://www.mysite.com/graphs/wxgraphs_test.html (or use wxgraphs_IIStest.html when using an IIS web server) where you change the www.mysite.com to your own website. You should now see all the graphs displayed with the default settings from the graphsconf.php you just edited before. 8. Once this is all working and you can see all the graphs you can chose the ones you want and incorporate them into your own pages. You can then remove any graph files you do not want to use if you need to save some space. Make sure you do not remove the main graphsconf.php or error_msg.php files as these are required. 9. If you use a language other than English the you can edit the graphlang.php file (make a copy first) and alter the data there to reflect your own language, or as samples become available rename the sample language file. This file allows you to have the actual label data on your graphs in your language. I have also included a Danish language file (graphslang_danish.php) courtesy of Henrik (jwwd on the forum). 10. Enjoy...... Stuart November 2016 List of files:- baro_1hr.php baro_24hr.php baro_7days_line.php baro_7days.php beauconf.php error_msg.php graphslang_danish.php graphslang.php graphsconf_IIS.php graphsconf_metric+knots.php graphsconf_metric.php graphsconf.php graphsconf_UK.php graphsconf_USA.php humidity_1hr.php humidity_24hr.php humidity_7days.php IIS_test.php indoor_temp_24hr.php month_baro_line.php month_baro.php month_hilo_temp.php month_humidity.php month_rain.php month_winddir.php month_windspeed.php nextstorm_24hr.php rain_1hr.php rain_24hr.php rain_60min.php rain_7days.php rain_this_month.php rain_this_year.php rain_today.php rain_week.php rain_yesterday.php ReadMe.txt snow.php solar_1hr.php solar_24hr.php solar_60min.php solar_7days.php temp_1hr.php temp_60min.php temp_7days.php temp+dew+hum_1hr.php temp_dew_hum_1hr.php temp+dew+hum_24hr.php temp_dew_hum_24hr.php temp+hum_24hr.php temp_hum_24hr.php uv_24hr.php uv_7days.php winddir_1hr.php winddir_24hr.php winddir_60min.php winddir_7days.php windgust_1hr.php windspeed_1hr.php windspeed_24hr.php windspeed_60min.php windspeed_7days.php wxgraphs_test.html year_rain.php IIS_test.php a test file to show various paths on your server, may help if things dont work.