You are not logged in.

#301 2026-05-08 18:52:40

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 1,238

Re: Conky Weather TAD script

@asqwerth

marens wrote:

I will try to make the script ignore the failed attempts and keep all the files intact.

https://forums.bunsenlabs.org/viewtopic … 58#p150358

You can still (if you want) use this part which prevents the TAD script from changing files needed by conky if the update attempt fails.
The wget command is different now, but this part remains the same.

For weather_raw:

if [ ! -s $HOME/time_and_date_conky_script/weather_raw ]; then
    exit 0
fi

For date_raw:

if [ ! -s $HOME/time_and_date_conky_script/date_raw ]; then
    exit 0
fi

However, I hope that this will not be necessary and that the testing of the TAD script will be successful.
Let's wait a few days to be sure.

If everything goes well, I will remove the warning from the first post (#1) of this thread.


If people would know how little brain is ruling the world, they would die of fear.

Offline

#302 2026-05-10 01:04:20

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 1,238

Re: Conky Weather TAD script

Please, be sure to read this.
https://forums.bunsenlabs.org/viewtopic … 39#p150739

Thanks!


If people would know how little brain is ruling the world, they would die of fear.

Offline

#303 Today 00:08:20

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 1,238

Re: Conky Weather TAD script

Thanks guys.

The feedback helped a lot.
It looks like the TAD script has finally been fixed.

I removed the warning from the first post (#1) of this thread.

It can be seen that most have switched to the MyForecast script, but there is no need to rush.
Test both scripts and see which one works better for you.

When you have time, post the results here:
https://forums.bunsenlabs.org/viewtopic.php?id=9790


If people would know how little brain is ruling the world, they would die of fear.

Offline

Board footer

Powered by FluxBB