Hi again,
In brief you Set up Data – Make a web page – Parse web page – upload webpage.
SetupI presume you have gone through and set up FWICalc following the Readme – Setting up Data. This can take a couple of days to get right especially the Cure Table. There is a bit of reading there but worth following it down. It took me a week before I was happy with what it was reporting.
It took me another week playing to sort out a web page. So yes it is a bit of work, but worth it.
Under FWI setup, bottom left.
If using Cumulus your Data File Type and Location is your realtime.txt. So select that and set the path. I will add a screenshot down bottom as readme is different.
FWICalc will auto update from there once a day.
Web PageAs far as the web page is concerned. It is up to you to build one.
In the readme, Under Internet Options – File Options the author has added an example which is a good starting point.
So open wxnewpage.php
Rename this to say wxfwicalc.php and save.
Slot the example in between:
<div id="main-copy">
<h1><?php langtrans('Fire Weather Index'); ?></h1>
<p>The following is FWI Data for the ^fwistation^.</p>
<p>Last Updated: ^fwitime^</p>
^fwitable^
</div><!-- end main-copy -->
Save this a second time and call it wxfwicalcT.php as the tags are parsed much the same as the Cumulus tags are in the standard version.
Parse web PageNow we set up to parse the file.
In readme this is under Internet Options – File Options.
In FWICalculator click on Web Files.
Under Input files put the path to your wxfwicalcT.php something like
C:\cumulus\fwi\wxfwicalcT.php
On the other side under output files:
C:\cumulus\fwi\wxfwicalc.php
Click on Parse Now and that will replace the tags with your data.
Upload web pageSet up the FTP side of things as in the Readme – Internet Options – Dialup / FTP Setup.
Then,
Follow the readme to process this file and upload – Internet Options – FTP File List Select.
In this scenario under FTP File List Select you will have something like:
C:\cumulus\fwi\wxfwicalc.php
And under Server path:
public_html/wxfwicalc.php
To do a manual upload: Under Internet select Start FTP(Send all)
If FTP settings are correct, this will send this page up to your server.
Open it and see what you have.
I have not tested the above in the Saratoga template but I have no doubt it will stick out to the right

You can preen that back by unticking some of the columns – FWI Setup – tab Application Settings. On the left – Front page Chart Titles and under Show. Untick what you do not want.
Here is the above without any styling.
http://wairoa.net/weather/fwi/fwi_test.phpThis gives you a brief outline as to how fwicalc works.
It is up to you to build your web page adding the fwi tags for parsing and displaying.
The full list of tags are in the readme. Get creative

Create some graphs for uploading. There is 2 full pages in the readme covering this. Then upload. Add links to these in your web page. Here are 2 examples of what can be done. This is a standalone page.
http://wairoa.net/weather/fwi/fire_index.phpThis is the same page incorporated into the Saratoga template.
http://wairoaweather.net/wxfwi.phpCheers and Good Luck
Jenny