Site keeps loading

I installed FreshWDL on my server, changed the config , but i see only the loading page.

This is my config, whats wrong FreshWDL

/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 = “https://www.weerstationmedemblik.nl/”, // OPTIONAL: Set the path to where your clientraw files are uploaded e.g., “http://www.goldenbaynzweather.info/wdl/” (note: final backslash and quotation marks must be included). Otherwise leave as: false
lang = “nl”, //Set Language. To see what lanuages are currently supported, see the readme file at: FreshWDL/README.md at master · Yerren/FreshWDL · GitHub

You are trying to find …/wsm2/index.html

If you followed the readme, the file called should be FreshWDLmaster.html - unless you renamed it?

In which case, the path to your clientraw files is wrong.

first try changing
customBaseURL = “https://www.weerstationmedemblik.nl/”,

to
customBaseURL = “../”,

if that fails
try renaming the index.html to Fresh.html
then change the customBaseURL = “../”, to customBaseURL = “false”,
then copy both files to your root folder and see if that works as your clientraw files are already in the root folder

done, but nothing happens

https://www.weerstationmedemblik.nl/FreshWDLmaster.html

Hoi!

It looks to me that FreshWDL cannot find your config.js file. Can you confirm that it’s definitely in the same location/directory as FreshWDLmaster.html? https://www.weerstationmedemblik.nl/config.js should show us your config if it is.

yep both are in the root

Aha, renaming the config file will definitely confuse it! Can you rename it from config-1.js to just config.js?

1 Like

YEAAAH :slight_smile: thnx that did the job :slight_smile: great succes :slight_smile: