You are not logged in.
When I used execi instead of texeci, the left conky stopped working. I had to change text_buffer_size to 2048 . After these changes, I don't think I experience any freezes now. I have to test that for few days to be sure. But maybe this text_buffer_size was too small sometimes when the script runs? But it's weird it hangs the whole screen... :]
Offline
If it works...
Try it and report back.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I think the problem went away.
Offline
Good to know morfik, happy new year.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
even if you change text_buffer_size = 4095, still freezing after and hour or so.
Offline
Are you having the same problem with morfik?
Which script are you using?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
i am using yours , 1_accuweather , moon_MoonGiant , ${texeci 500 bash $HOME/1_accuweather/1_accuweather -f2015}${texeci 500 bash $HOME/4_Moon/moon_MoonGiant} , .conkyrc_1_images_2015 , running in terminal no errors , but still freezing..
Offline
Have you tried replacing texeci with execi?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
After over 4 hours still running i remove ${execi 500 bash $HOME/4_Moon/moon_MoonGiant} maybe they don't work together , thank you for your help teo......
Offline
Try deleting the KILL commands in the moon script and check again.
Last edited by TeoBigusGeekus (2019-01-10 22:00:35)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
kill -STOP $(pidof conky) , kill -CONT $(pidof conky) , delete both ?
Offline
Yes
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
ok teo that fix the freezing problem thank you... : - )
and execi vs texeci ..........
Offline
news from WU
WU promised a free API, with 5 days forecast, but nothing appears.
WU extended old API until February 15, 2019
If you want news, see here:
https://apicommunity.wunderground.com/w … tton&reply[id]=19948468#reply_19948468
an here
https://apicommunity.wunderground.com/w … reply-list[settings][page]=4#topic-reply-list
Offline
@chepioq
Thanks for your message and the links. I have read them.
It's like in Germany, nothing, but nothing at all they have under control in their quest for maximum profit. They only want one customer/user as payer and leave chaos behind.
I will take a look at Darksky.net.
Offline
ok teo that fix the freezing problem thank you... : - )
and execi vs texeci ..........
Good to know manuel.
As for the WU script, it works perfectly here; we'll see what gives after February, until then...
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
hello!
Following my previous post (#2216) I made a new conky-weather with dark-sky api.
You must have a free api key, here : https://darksky.net/dev/docs
This is free for 1000 calls per days.
The answer is in .json format and you must have jq package, in fedora
dnf install jq
Search for your distribution
My config is here :
https://sd-1.archive-host.com/membres/u … rk_sky.zip
In the 3b1 file replace in fist line " your_api_key_here" by your api key.
And replace '43.2924','5.5703' by your own latitude and longitude
Last edited by chepioq (2019-02-18 16:23:40)
Offline
Nice work chepioq, it really deserves its own thread.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Thank Teo
but I have a little problem.
I have a file, daily-icons, with that :
wind
rain
wind
partly-cloudy-day
rain
partly-cloudy-day
wind
wind
I use this file for made icons d1, d2, ...,d8 with tis command
for (( i=1; i<=8; i+=1 ))
do
cp $HOME/conky-meteo-dark_sky/Dark_Sky_icons/$(Dark_Sky_icons $(sed -n ${i}p $HOME/.conkyrc/conky-1.10/conky-meteo/conky-meteo-dark_sky/daily-icons)).png $HOME/conky-meteo-dark_sky/d$(( 1+(i-1) )).png
done
That work but icons are not the good icons, I think this code is not good but I am not able to see why (I am not a programmer).
Can someone help me, thanks in advance.
Offline
If I understand correctly, that loop takes the icon wind.png from the Dark_Sky_icons folder and copies it to the conky-meteo-dark_sky folder as d1.png, then goes on to the rain.png icon which is copied as d2.png etc.
Isn't this what you want?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline