UI Screen
Met
Source i (link to git-repo or to original if based on someone elses unmodified work):
* Works with pling-storeor ocs-url
More Conky from Met:
Other Conky:
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
71 Comments
My system is Debian 12.1 KDE. I unzipped your conky, click conky_start, and nothing happenes. Nothing. Where am I wrong?
I found my mistake. It is necessary to unpack file straight into the /home/.conky/ folder. OK, it's work now and looks great and needs some work to do to customize it. Thank you!
This Conky is missing the null.png image in the weather folder and won't launch.
9 It's a great theme! But sadly, wordthink.com is down. Is there another site to substitute it?
10 10 the best
PSchwarz: Other is the structure of your file.
The nice support folks at open weather sent me this but I don't know what to do with it. Maybe it will help you. This link is for current weather data. This one is for forecast: http://api.openweathermap.org/data/2.5/forecast?id=5192726&appid=ed85595a7d82f64ac7222f4513594c4e Best Regards, Gushcho Maxim Technical Support Engineer OpenWeatherMap inc
When you register for openweather.com, you have received the API and the city code. You need to replace this in the weather.rc file, overwriting it there. Then it shows your current data.
Even the jq package may not be installed. You asked?
Reading package lists... Done Building dependency tree Reading state information... Done jq is already the newest version (1.5+dfsg-2). The following packages were automatically installed and are no longer required: libdbi1 librrd4 linux-headers-4.15.0-23 linux-headers-4.15.0-23-generic linux-image-4.15.0-23-generic linux-modules-4.15.0-23-generic linux-modules-extra-4.15.0-23-generic ntop-data python-bluez Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. pschwarz@pschwarz-MS-7693 ~ $
------------------------------------- -- API Key ------------------------------------- template6="ed85595a7d82f64ac7222f4513594c4e", ------------------------------------- -- City ID ------------------------------------- template7="5192726", ------------------------------------- -- Temp Unit (default, metric, imperial) ------------------------------------- template8="imperial",
If you start conkyt from console, will you get an error message?
conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: window type - normal conky: drawing to created window (0x5600002) conky: drawing to double buffer conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: forked to background, pid is 24937 conky: window type - normal conky: drawing to created window (0x5800002) conky: drawing to double buffer conky: forked to background, pid is 24938 conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: window type - normal conky: drawing to created window (0x5a00002) conky: drawing to double buffer conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: forked to background, pid is 24939 conky: window type - normal conky: drawing to created window (0x6000002) conky: drawing to double buffer conky: forked to background, pid is 24940 cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory cp: cannot stat '/home/pschwarz/.conky/weather/null.png': No such file or directory conky: can't open /sys/class/power_supply/BAT0/uevent: No such file or directory conky: can't open /proc/acpi/battery/BAT0/state: No such file or directory conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: window type - normal conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: drawing to created window (0x6200002) conky: drawing to double buffer conky: window type - normal conky: drawing to created window (0x6400002) conky: forked to background, pid is 25083 conky: drawing to double buffer conky: forked to background, pid is 25084 conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: desktop window (3c0002c) is subwindow of root window (5d6) conky: window type - normal conky: window type - normal conky: drawing to created window (0x6800002) conky: drawing to created window (0x6a00002) conky: drawing to double buffer conky: drawing to double buffer conky: forked to background, pid is 25085 conky: forked to background, pid is 25086 sh: 1: nvidia-smi: not found sh: 1: nvidia-smi: not found sh: 1: sh: 1: kf5-config: not found kf5-config: not found
oh and a neverending supply of this one value retrieved from conky: 3626 is bigger than max: 3200, value is set to max.
this is the contents of forecast.json in .cache {"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."} weather.json is normal.
when I rewrite the url for forcast and open it in a browser the output I get looks find but weather.rc gets an error about the API key. this is the link I'm using in the browser http://api.openweathermap.org/data/2.5/weather?id=5192726&appid=ed85595a7d82f64ac7222f4513594c4e
ok I fixed the API error by removing daily from your url and made it this. it pulls data and puts it in forecast.json but conky doesn't display it. ${execi 300 l=${template9}; l=${l%%_*}; curl -s "api.openweathermap.org/data/2.5/forecast?APPID=${template6}&id=${template7}&cnt=5&units=${template8}&lang=$l" -o ~/.cache/forecast.json}\
I've also downloaded the Sci-Fi Hud - I'm working on a new one. First you did not want to download the weather.json file and a png. After about 10 minutes, however, he snapped himself up and showed the current status properly.
yes the current status works perfect. The forecast downloads but doesn't display.
Megnéztem a te azonosítóddal is, és minden adat rendesen látszódik. Összehasonlítottam a weblappal is és azonossak az értékek. Semmit nem mutat vagy 0-k jelennek meg?
I checked with your ID, and all the data is well visible. I also compared the webpage with the same values. Does not show anything or 0 are displayed?
zeros. https://imgur.com/gallery/UHkX5RX
change this template9="hu_HU.UTF-8" to me template9="en_EN.UTF-8"
ok it's in English now but still zeros in the forecast.
okay, I'm watching the code