customclientrawlocal.txt don't be uploaded

Need help to find out why “customclientraw.txt” don’t be uploaded and automatic updated on the webserver ?

Why WD don’t make a new “Customclientrawlocal.txt” and uploaded automatic to the webserver ?

Homepage : www.steenmikkelsen.dk/vejr


Hi,
customclientrawlocal.txt will not be uploaded - it is the file on your PC containing tags for WD to convert to weather data into the customclientraw.txt which is uploaded. All seems ok - the customclientraw.txt modified time and date is current. The file is usually used for Steelseries gauges.

Look here, the file is missing, do you know why ?

In which file, do I need to setup the path for “Steelgauges” ?

http://www.steenmikkelsen.dk/vejr/gauges-ss-basic.htm

Hi,
I can see the message “your customclientraw.txt file needs updating”. The file exists on your server - http://www.steenmikkelsen.dk/vejr/customclientraw.txt - but at the end it says “version”:“10.37R”,“build”:“278”,“ver”:“12”

so it seems you are running a very old version of Weather Display? I guess you will need to update WD to the latest version to fix this.

BUT the version info at the bottom of the homepage says Weather-Display (10.37S-(b88)) | So maybe that customclientraw.txt you found has not been recently generated by WD.

BUT it does have the current date, very strange :?

Please can you tell me, how I fix it in WD ?

Try replacing your customclientrawlocal.txt on the PC with the later version attached.


customclientrawlocal_SS.txt (2.22 KB)

Ah, good spot - actually it would seem the “date”:“01:21” is a time of 01:21 and not January 21st - just a spooky coincidence as later there is “timeUTC”:“2015,06,22,23,21,36” so it is a very out of date file on the server so we go back to the problem of the file could not actually be uploading after all. I have no answer for that.

Good catch, fooled me :lol:

double check your clientraw.txt file location on web file setup #1 tab and if correct check if the customclientrawlocal.txt is in that folder if not download Niko’s one and put it in there and that then should generate the customclientraw.txt you need uploading to get steel gauges working

Also check the date in the customclientraw.txt file on the PC, that will tell us if it is being updated but not uploaded.

I have control all. Have attach a image.

Question.
What is the webserver folder structure, hven I unzip this file ? “SteelSeries-Weather-Gauges-master.zip”

What shall the folder names be ?


http://www.steenmikkelsen.dk/vejr/webfiles/customclientraw.txt is the current file so delete that old customclientraw.txt from http://www.steenmikkelsen.dk/vejr/customclientraw.txt to avoid any more confusion.

Then you need to change the location of the customclientraw.txt in http://www.steenmikkelsen.dk/vejr/scripts/gauges.js - hopefully Martyn knows how to do that.

realTimeUrlWD : ‘/webfiles/customclientraw.txt’, // *** WD Users: Change to your location of the ccr file ***

Sorry I confuse, is this the right way to write the path :

realTimeUrlWD : '/webfiles/customclientraw.txt’, //

or

realTimeUrlWD : '…/webfiles/customclientraw.txt’, //

or

realTimeUrlWD : 'webfiles/customclientraw.txt’, //

no
the webfiles folder is a local WD folder
not a remote directory on your web site

He does have a /webfiles folder on the site and that’s where the customclientraw.txt is located. But I couldn’t figure out to tell the steele gauges to look for it in that folder.

is it up or down a directory?

It’s complicated:

The gauges html is in http://www.steenmikkelsen.dk/vejr/gauges-ss-basic.htm

The html calls gauges.js which is in a different directory http://www.steenmikkelsen.dk/vejr/scripts/gauges.js

gauges.js defines the customclientraw.txt location:

realTimeUrlWD : ‘…/webfiles/customclientraw.txt’, // *** WD Users: Change to your location of the ccr file ***

customclientraw.txt is yet another directory http://www.steenmikkelsen.dk/vejr/webfiles/customclientraw.txt

Since the html calls gauges.js from a different directory I’m not sure which directory the path is supposed to start from :dontknow:

why not make it less complicated
i,e have the steel gauges base in the webfiles folder where the clientraw files are

That would be one solution.

Good news though, I played with it on my server and it works with the url so try:

realTimeUrlWD : ‘http://www.steenmikkelsen.dk/vejr/webfiles/customclientraw.txt’, // *** WD Users: Change to your location of the ccr file ***