Page 2061 of 2348 FirstFirst ... 1061156119612011205120592060206120622063207121112161 ... LastLast
Results 20,601 to 20,610 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20601
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by cain071546 View Post
    i have been trying to get my conky to show GPU temps for my 9800GX2


    NVIDIA GeForce 9800GX2
    GPU $alignr ${nvidia gpufreq} Mhz
    Memory $alignr ${nvidia memfreq} Mhz
    Temperature $alignr ${nvidia temp} C

    seems to work fine for GPU0 "or the first gpu"

    but i cant seem to figure out how to get the other GPU readings
    im mostly interested in temperature

    it would also be nice if i could get a GPU usage graph for both GPUs

    kinda like this? ${cpugraph cpu0 40,120 33aacc 0099cc}
    but for GPU usage

    any help is appreciated
    If you have more than one gpu you need to use nvida-settings or nvidia-smi to get the data for the second gpu.
    The ${nvidia} variable does not support specifying which gpu to get the data from.

    Unless you have one of these gpus (the really expensive ones) you can't get usage data in Linux.
    Code:
    Supported products: 
    
        Tesla:  S1070, S2050, C1060, C2050/70/75, M2050/70/75/90, X2070/90, Gemini
        Quadro: 4000, 5000, 6000, 7000, M2070-Q, 600, 2000, 3000M and 410
        Other:  All other products are unsupported
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

  2. #20602
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by irv View Post
    OK, I am new to conky and have set mind up today. It is a work in progress and I don't have my weather part setup yet, but here it is.
    Hi irv

    Since it's a work in progress, may make just one tiny suggestion

    1. a mono font here:
    Code:
    ${font DejaVu Sans Mono:size=8}NAME             PID       CPU%      MEM%
    ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}${font}
    ... to help things line up nicer.

    If not - ignore this post!
    Attached Images Attached Images

  3. #20603
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Extracted in my home folder.
    I installed all the dependency's.
    Edited everything except step 6. NOAA Floodstage Setup.
    In step 7. I inserted "/home/andrew/conkyweather_arclance_v6.2_2012-09-16"
    In + "/conkyWeather_arclance_v6.1.py" I changed it to v6.2.py

    When I try to set up the script I get this:
    andrew@Sony-VAIO-PCV-V200G:~$ sudo python /home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py
    using cPickle
    no pull yet

    timeDifference = 1348373199.68
    pulling data
    geolookup/conditions/forecast10day/hourly/astronomy/alerts/history_20120923
    Pulling -- WU Data -- Location = GET http://api.wunderground.com/api/ (my.../Lakeland.json
    tryconnect Error: ''
    Pulling -- Intellicast Data
    Pulling -- WU Radar
    stderr =
    Pulling -- WU Radar - Wide
    stderr =
    Pulling -- WU Satellite
    stderr =
    Pulling -- WU Satellite - Wide
    stderr =
    Traceback (most recent call last):
    File "/home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py", line 987, in <module>
    conkyWeather()
    File "/home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py", line 491, in conkyWeather
    backupCopy = open(logDirectory + "/wuAPI_json_current_pickled.txt", "r") # load the backup file for reading
    IOError: [Errno 2] No such file or directory: '/home/andrew/conkyWeather_arclance_v6.2_2012-09-16/log/wuAPI_json_current_pickled.txt'
    andrew@Sony-VAIO-PCV-V200G:~$

    EDIT: I tried sudo python home/andrew/ and ~/ as well.
    Last edited by AndyOpie150; September 23rd, 2012 at 07:20 PM.

  4. #20604
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    Extracted in my home folder.
    I installed all the dependency's.
    Edited everything except step 6. NOAA Floodstage Setup.
    In step 7. I inserted "/home/andrew/conkyweather_arclance_v6.2_2012-09-16"
    In + "/conkyWeather_arclance_v6.1.py" I changed it to v6.2.py

    When I try to set up the script I get this:
    andrew@Sony-VAIO-PCV-V200G:~$ sudo python /home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py
    using cPickle
    no pull yet

    timeDifference = 1348373199.68
    pulling data
    geolookup/conditions/forecast10day/hourly/astronomy/alerts/history_20120923
    Pulling -- WU Data -- Location = GET http://api.wunderground.com/api/APIKEY/features/settings/q/FL/Lakeland.json
    tryconnect Error: ''
    Pulling -- Intellicast Data
    Pulling -- WU Radar
    stderr =
    Pulling -- WU Radar - Wide
    stderr =
    Pulling -- WU Satellite
    stderr =
    Pulling -- WU Satellite - Wide
    stderr =
    Traceback (most recent call last):
    File "/home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py", line 987, in <module>
    conkyWeather()
    File "/home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py", line 491, in conkyWeather
    backupCopy = open(logDirectory + "/wuAPI_json_current_pickled.txt", "r") # load the backup file for reading
    IOError: [Errno 2] No such file or directory: '/home/andrew/conkyWeather_arclance_v6.2_2012-09-16/log/wuAPI_json_current_pickled.txt'
    andrew@Sony-VAIO-PCV-V200G:~$

    EDIT: I tried sudo python home/andrew/ and ~/ as well.
    You setup your location in the python file wrong.
    It should be
    Code:
    location = "FL/Lakeland"
    not
    Code:
    location = "GET http://api.wunderground.com/api/APIKEY/features/settings/q/FL/Lakeland.json"
    Also please remove your api key from your post so it does not get stolen.

    The meager documentation for how to setup the location string got removed from the API website so it looks like I need to write a guide on how to select the correct location string sometime soon.
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

  5. #20605
    Join Date
    Oct 2005
    Location
    Wabasha MN
    Beans
    2,571
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Hi irv

    Since it's a work in progress, may make just one tiny suggestion

    1. a mono font here:
    Code:
    ${font DejaVu Sans Mono:size=8}NAME             PID       CPU%      MEM%
    ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}${font}
    ... to help things line up nicer.

    If not - ignore this post!
    Done. Thanks for the tip.
    Lineup.png
    Information on my Main laptop. Information on my small laptop Dell 11 3000
    Using a Asus 3632QM laptop with 8gig RAM, 250 SSD.
    Machine Registered 366271, 366273, 366275.
    Registered Ubuntu user number 18630. Registered Linux user number 458093.

  6. #20606
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by irv View Post
    Done. Thanks for the tip.
    Lineup.png
    You're more than welcome.

    Add one more space between NAME and PID and it will be as good as it gets.

  7. #20607
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Thanks again arclance.

    Note: Edited out my API code.

    I hate being a newb again. I just have to make mistakes (so I can learn from them).

  8. #20608
    Join Date
    Oct 2005
    Location
    Wabasha MN
    Beans
    2,571
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    You're more than welcome.

    Add one more space between NAME and PID and it will be as good as it gets.
    I did that even before you posted. I also reduced one space between PID and CPU and everything is right in line.
    right in line.png
    Information on my Main laptop. Information on my small laptop Dell 11 3000
    Using a Asus 3632QM laptop with 8gig RAM, 250 SSD.
    Machine Registered 366271, 366273, 366275.
    Registered Ubuntu user number 18630. Registered Linux user number 458093.

  9. #20609
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    arclance:
    After editing I get this when I set it up the first time:

    andrew@Sony-VAIO-PCV-V200G:~$ sudo python /home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py
    [sudo] password for andrew:
    using cPickle
    no pull yet

    timeDifference = 3037.09480309
    pulling data
    geolookup/conditions/forecast10day/hourly/astronomy/alerts/history_20120923
    Pulling -- WU Data -- Location = FL/Lakeland
    Pulling -- Intellicast Data
    Pulling -- WU Radar
    stderr =
    Pulling -- WU Radar - Wide
    stderr =
    Pulling -- WU Satellite
    stderr =
    Pulling -- WU Satellite - Wide
    stderr =
    Just Pulled -- Makeing Output
    backupUsed: False
    pullFailure: False
    pullFailure2: False
    pullFailure3: False
    pullFailure4: False
    pullFailureSAT: False
    lastUpdate = | 03:44:29 PM EDT
    Output Written
    timeDifference = 21.3214337826
    waiting for 878.678566217 s
    Next Update At: 2012-09-23 | 03:59:29 PM EDT

    Then when I try to start conkyWeather I get this:
    andrew@Sony-VAIO-PCV-V200G:~$ conky -c /home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyrc_conkyWeather_arclance
    Conky: llua_load: ...clance_v6.2_2012-09-16/lua/conkyWeather_arclance.lua:179: attempt to index local 'f' (a nil value)
    Conky: desktop window (1e00095) is subwindow of root window (142)
    Conky: window type - normal
    Conky: drawing to created window (0x3a00001)
    Conky: drawing to double buffer
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_start_xdotool execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value

    I get the last Conky line over and over again.

    I still ain't got it right. I'm sure it's something simple I messed up/missed, but what? Sorry for my newb like behavior.
    Last edited by AndyOpie150; September 23rd, 2012 at 09:19 PM.

  10. #20610
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    arclance:
    After editing I get this when I set it up the first time:

    andrew@Sony-VAIO-PCV-V200G:~$ sudo python /home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyWeather_arclance_v6.2.py
    [sudo] password for andrew:
    using cPickle
    no pull yet

    timeDifference = 3037.09480309
    pulling data
    geolookup/conditions/forecast10day/hourly/astronomy/alerts/history_20120923
    Pulling -- WU Data -- Location = FL/Lakeland
    Pulling -- Intellicast Data
    Pulling -- WU Radar
    stderr =
    Pulling -- WU Radar - Wide
    stderr =
    Pulling -- WU Satellite
    stderr =
    Pulling -- WU Satellite - Wide
    stderr =
    Just Pulled -- Makeing Output
    backupUsed: False
    pullFailure: False
    pullFailure2: False
    pullFailure3: False
    pullFailure4: False
    pullFailureSAT: False
    lastUpdate = | 03:44:29 PM EDT
    Output Written
    timeDifference = 21.3214337826
    waiting for 878.678566217 s
    Next Update At: 2012-09-23 | 03:59:29 PM EDT

    Then when I try to start conkyWeather I get this:
    andrew@Sony-VAIO-PCV-V200G:~$ conky -c /home/andrew/conkyWeather_arclance_v6.2_2012-09-16/conkyrc_conkyWeather_arclance
    Conky: llua_load: ...clance_v6.2_2012-09-16/lua/conkyWeather_arclance.lua:179: attempt to index local 'f' (a nil value)
    Conky: desktop window (1e00095) is subwindow of root window (142)
    Conky: window type - normal
    Conky: drawing to created window (0x3a00001)
    Conky: drawing to double buffer
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_start_xdotool execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value
    Conky: llua_do_call: function conky_main execution failed: attempt to call a nil value

    I get the last Conky line over and over again.

    I still ain't got it right. I'm sure it's something simple I messed up/missed, but what? Sorry for my newb like behavior.
    The python script is running correctly but the lua script is not.
    The error indicates that you probably setup
    Code:
    installDirectory = ""
    incorrectly in the conkyWeather_arclance.lua file.

    From your posts I believe that the correct value is
    Code:
    installDirectory = "/home/andrew/conkyWeather_arclance_v6.2_2012-09-16"
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

Page 2061 of 2348 FirstFirst ... 1061156119612011205120592060206120622063207121112161 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •