Help with Saratoga template

Need a bit of help setting up the Saratoga for a 2nd station that I have. Gone through all the settings and not sure what the heck I’m missing. This is for the WeatherFlow station I’m testing so at this point has no wind speed or rain info. I’m using WD to upload the data.

Web site is at http://www.nfmweather.com/weather2/

Two problems I’m having is that the ajax updates are not working. Second is that it doesn’t matter that I’ve changed the realtime upload time to 6 seconds in WD, it is still only uploading every minute.

No problem reaching the wxlinks page #-o

What is the link to the index page for the 2nd station?

The page loads fine, just the Ajax updates aren’t working. The other site is www.nfmweather.com/weather2/

Ajax is looking for:

http://www.nfmweather.com/clientraw.txt

which does not exist.

The correct url should be

http://www.nfmweather.com/weather2/clientraw.txt

Check the path for clientraw in your settings

Thank you Jachym! Found the problem. I had /clientraw.txt instead of just clientraw.txt for the relative path in one of the .js files. Sure had me going around in circles!

You are welcome