customclientraw.txt / unexpected CR

I am feeding consolewd via universal file input weather station type (datain38.ini). The resulting customclientraw.txt is then updated regularly on my website. Unfortunately I do get a JSON.parse error because I suspect that in the customclientraw.txt file there is an unnecessary CR at position 1267 (right after the value for presstrendval:

"presstrendval":"-58.0
","Tbeaufort":"0"

Is there any way to correct this?

what version?

In the customclientraw.txt it says: WD_console_17.5

its not clear if this is the linux version, raspberry pi version, etc
the more information you can provide the better

It is the Weather Display for Linux console 64 bit Linux desktop version from 7 September 2018.

Thank you for your support

Urs

I do see there is a space that should not be there in the customclientrawlocal.txt file

try removing that
“presstrendval”:"%pressurechangein3hour% ",
^

This has been fixed in the customclientraw.txt template in the SteelSeriesGauges github repository.

Thank you for your help.