You are not logged in.
General:
* math
* hddtemp
* portmon
* Curl
* RSS
* Weather (METAR)
* Weather (XOAP)
* wireless
* support for IBM/Lenovo notebooks
* nvidia
* eve-online
* config-output
* Imlib2
* apcupsd
* iostats
* ncurses
* Lua
Lua bindings:
* Cairo
* Imlib2
This shows up after entering "conky -v" in Terminal.
MOD EDIT: Please use code tags.
Last edited by Sector11 (2015-11-30 13:12:47)
Offline
You are missing the stuff above "General" - the first line is what is important:
30 Nov 15 | 10:12:52 ~
$ conky -v
Conky 1.9.0 compiled Wed Sep 10 07:11:34 UTC 2014 for Linux 3.2.0-4-amd64 (x86_64)
Compiled in features:
{clip the rest}
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
You are missing the stuff above "General" - the first line is what is important:
Thanks, but this means nothing to me
Offline
S11 wanted to say that you should scroll up a bit and post the complete output of the command.
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
^ What Teo said:
30 Nov 15 | 11:54:24 ~
$ conky -v
Conky 1.9.0 compiled Wed Sep 10 07:11:34 UTC 2014 for Linux 3.2.0-4-amd64 (x86_64)
Compiled in features:
System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky
X11:
* Xdamage extension
* XDBE (double buffer extension)
* Xft
* ARGB visual
Music detection:
* Audacious
* MPD
* MOC
* XMMS2
General:
* math
* hddtemp
* portmon
* Curl
* RSS
* Weather (METAR)
* Weather (XOAP)
* wireless
* support for IBM/Lenovo notebooks
* nvidia
* eve-online
* config-output
* Imlib2
* apcupsd
* iostats
* ncurses
* Lua
Lua bindings:
* Cairo
* Imlib2
30 Nov 15 | 11:54:28 ~
$
... notice how the first line for my conky says "Conky 1.9.0" hence: Conky version 1.9 not version 1.10.
And it is important to know.
The newest 1b1 script comes with two conkys for Conky v1.10
~/1b1_accuweather_images/.conkyrc_1b1_int <<-- for you
~/1b1_accuweather_images/.conkyrc_1b1_usa
for Conky v1.9.0 or v1.9.1 you'll need to check out some of the configurations in this thread. Like this post here, or any of my work. Or of course configure your own.
Are you also new to Linux?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Are you also new to Linux?
Yes, I installed LinuxMint 17.2 about 10 days ago.
Offline
Well, have you read and followed the 1b1_README.pdf file?
What part of it can you not get right?
Any error messages?
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, thank you emo. That tells us what we need to know.
1. please remember to use code tags when showing a conky or script files. Just below the "Write your message and submit" you see a menu bar Code is near the middle.
2. When someone asks for the output from a terminal command please show everything. From the command itself and the final blank prompt line. An example only:
[code]
30 Nov 15 | 18:06:22 ~
$ cpu
CPU: Triple core AMD Athlon II X3 450 (-MCP-) cache: 1536 KB
flags: (lm nx sse sse2 sse3 sse4a svm) bmips: 19288
Clock Speeds: 1: 3214 MHz 2: 3214 MHz 3: 3214 MHz
30 Nov 15 | 18:06:25 ~
$
[/code]
Normally you will not 'see' the code tags.
3. Welcome to Linux, welcome to BunsenLabs Linux forums and last but not least welcome to the home of Teo's Weather scripts.
- You use Mint, I use Bunsen and Teo uses ARCH! We are friendly here.
So one more time. Please tell me what conky version you have.
conky -v
And in: .conkyrc_1b1_int
~/1b1_accuweather_images/.conkyrc_1b1_int you need to add this line and comment out the active line:
#put your Accuweather address here
# Kastoria, Greece - TEO
#address="http://www.accuweather.com/en/gr/kastoria/178682/weather-forecast/178682"
# Sofia, Bulgaria
address="http://www.accuweather.com/en/bg/sofia/51097/weather-forecast/51097"
These are all for: Sofia, Bulgaria
Give us the information we ask for and we will help you.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Hi! I put the address for Sofia yesterday, but the conky didn't show up,
conky -v
Conky 1.9.0 compiled Wed Feb 19 18:44:57 UTC 2014 for Linux 3.2.0-37-generic (x86_64)
Compiled in features:
System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky
X11:
* Xdamage extension
* XDBE (double buffer extension)
* Xft
* ARGB visual
etc.
Offline
Pardon me, I put the address in /home/emo/1b1_accuweather_images/1b1.
Where must I add the lines:
# Kastoria, Greece - TEO
#address="http://www.accuweather.com/en/gr/kastoria/178682/weather-forecast/178682"
# Sofia, Bulgaria
address="http://www.accuweather.com/en/bg/sofia/51097/weather-forecast/51097"
This is from the /home/emo/1b1_accuweather_images/1b1:
#!/bin/bash
#put your Accuweather address here
#address="http://www.accuweather.com/en/gr/kastoria/178682/weather-forecast/178682"
address="http://www.accuweather.com/en/bg/sofia/51097/weather-forecast/51097"
#address="http://www.accuweather.com/en/us/new-york-ny/10017/weather-forecast/349727"
loc_id=$(echo $address|sed 's/\/weather-forecast.*$//'|sed 's/^.*\///')
last_number=$(echo $address|sed 's/^.*\///')
etc.
Last edited by emo (2015-12-01 06:32:29)
Offline
Nowhere, it's OK as it is.
So, what messages do you get when you run
conky -c ~/1b1_accuweather_images/.conkyrc_1b1_int
from terminal?
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
@S11 - Yeah, the weather occasionally is missing some items. Not a big deal, it rarely happens. Thanks for the info though.
The meaning of life is to just be alive. It is so plain and so obvious
and so simple. And yet everybody rushes aroound in a great panic
as if it were necessary to achieve something beyond themselves.
- Alan Watts
Offline
These messages appear in Terminal.
emo@emo-System-Product-Name ~ $ conky -c ~/1b1_accuweather_images/.conkyrc_1b1_int
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 1: no such configuration: 'conky.config'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 2: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 4: config file error
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 6: config file error
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 6: config file error
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 8: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 11: no such configuration: '--'
Conky: use_spacer should have an argument of left, right, or none. '= 'yes',' seems to be some form of 'false', so defaulting to none.
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 15: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 18: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 19: no such configuration: 'minimum_width'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 20: config file error
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 24: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 27: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 30: no such configuration: '--font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 34: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 37: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 38: no such configuration: 'border_margin'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 40: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 43: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 49: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 50: no such configuration: '--alignment'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 51: config file error
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 52: no such configuration: '--alignment'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 53: no such configuration: '--alignment'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 55: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 60: no such configuration: '--'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 62: no such configuration: '};'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 64: no such configuration: 'conky.text'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 65: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 66: no such configuration: '${image'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 67: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 68: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 69: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 70: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 71: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 72: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 73: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 74: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 75: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 76: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 77: no such configuration: '${hr'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 78: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 80: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 81: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 84: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 85: no such configuration: 'Chance'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 86: no such configuration: '${hr'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 87: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 89: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 90: no such configuration: '${goto'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 92: no such configuration: '${execpi'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 94: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 96: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 97: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 99: no such configuration: '${execpi'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 101: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 103: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 104: no such configuration: '${font'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 106: no such configuration: '${execpi'
Conky: /home/emo/1b1_accuweather_images/.conkyrc_1b1_int: 107: no such configuration: ']];'
Conky: missing text block in configuration; exiting
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_context_free();
With the parameter:
context
being NULL. Please fix your program.
I'm gonna reinstall LM!
Last edited by emo (2015-12-01 10:45:28)
Offline
EDIT: Cut some out, you had it ... - I just woke up.
OK, you are using conky v1.9. Did you get a conky config from the forum? The conkys that come with in 1b1_accuweather_images_29-10-15.tar.gz are for conky v1.10
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
OK, you are using conky v1.9. Did you get a conky config from the forum? The conky that come with in 1b1_accuweather_images_29-10-15.tar.gz are for conky v1.10
No, I didn't get a conky config from the forum. I only downloaded the accuweather_images_29-10-15.tar.gz.
Offline
^ That's your problem then.
Conky v1.9.0 you'll need to check out some of the configurations in this thread. Like this post here, or any of the other v1.9 conkys shown in the thread.
I'm gonna reinstall LM!
That is not necessary, as I said, you are using a v1.10 conky with conky v1.9
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@S11 - Yeah, the weather occasionally is missing some items. Not a big deal, it rarely happens. Thanks for the info though.
Just run the script ... not the conky. Should fill in.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@emo
See this post.
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
^ That's your problem then.
Conky v1.9.0 you'll need to check out some of the configurations in this thread. Like this post here, or any of the other v1.9 conkys shown in the thread.
So, what should I do - create a file conky.config whith the code from the post?
Offline
Look at my last post.
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