Doing something wrong but what

Just uploaded the freshwdl to a new map on my server en changed the config.js into

//Ajust these values to your liking.
var clientRawName = “./clientraw.txt”, //The names of your clientraw files
clientRawExtraName = “./clientrawextra.txt”,
clientRawHourName = “./clientrawhour.txt”,
clientRawDailyName = “./clientrawdaily.txt”,
customBaseURL = false, // OPTIONAL: Set the path to where your clientraw files are uploaded e.g.,

But nothing showing on https://www.weerstationmedemblik.nl/2/freshwdl.html what i’m doing wrong

btw. i’m uploading the txtfiles to my root

As it says, you set the names, not the relative addresses: you do not need the ./ in front of each one.

You set that path in line 9

It works :slight_smile: thnx

Line 9 should read

customBaseURL = "./",

I think. . .

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.