Hi All
Happy New Year all!!
I’ve had a search, but can’t find where, if possible to remove the Davis Forecast as it’s always wrong anyway.
Can someone point me in the right direction please?
Many thanks
Chris
Hi All
Happy New Year all!!
I’ve had a search, but can’t find where, if possible to remove the Davis Forecast as it’s always wrong anyway.
Can someone point me in the right direction please?
Many thanks
Chris
Hey Chris,
My WDL data is getting pulled from the 5day forecast, its been years since i set that up, ill look into it and get back with you.
Cheers mate. Much appreciated.
Hi Chris
Did you find a solution ?
I have the same issue
Thanks
Nikolas
It is not clear what you want to remove.
A screenshot is much clearer.
There are two forcast lines:
To remove that second line forecast change your FreshWDLmaster.html
Lines 13-14 now read
<title>FreshWDL</title>
</head>
Add an extra style, it should look like:
<title>FreshWDL</title>
<style> #forecastText { display: none;} </style>
</head>
Succes,
Wim