/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
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
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.