Need help to fix a bug. After update wrong values

Need help to fix a bug.
When my weather page is displayed, the dates displayed are correct, Date, temperature, etc., but the next time the website makes an auto update, the values will be changed to some data from 2018.
Why is it that happens ? incorrect autoupdate the wrong values are loaded?

Tried the following:
In Weather Display I have selected “Control panel” - Wef Files / Web page real time FTP / WDL and pressed “Start now”

Has in frontend via Filezilla, checked to bla. clientraw.txt has been updated.

Se attached image.
Show before and after data on my homepage
The Frontend filedirectory “Webfiles” and "Clientraw.txt "
What I have done i Application Weather Display


You have a clientraw.txt file from 2018 in your web root and that seems to be what’s providing the date in the header.

Check line 57 in your ajaxWDwx.js as that line refers to the location of the clientraw.txt file, in your case …/webfiles/clientraw.txt should work

Thank you so much for the help, nice that my page works again …