Page 108 of 287 FirstFirst ... 85898106107108109110118158208 ... LastLast
Results 1,071 to 1,080 of 2865

Thread: HOWTO: VinDSL Conky Script

  1. #1071
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by paramvir View Post
    It is good to have things rolling
    Agreed!

    I guess we all got a holiday, whether we wanted one or not.

    For posterity...


    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  2. #1072
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: HOWTO: VinDSL Conky Script

    Glad we're all back all up in here.

    Here's a shot of my Precise screen. (I love LTS versions ). Ironically all the music players Rhythmbox, Guayadeque, Banshee and VLC work great on the conky displaying the song title and band.
    On the developmental release, no matter which one it is; Saucy now and Raring when it was pre-release never displays anything but the band name without the song in the conky.

    But for some reason once it goes into final release it works like a champ.

    Precise works great.


  3. #1073
    Join Date
    Apr 2012
    Location
    Oz
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    ^^ nice... I like that

  4. #1074
    Join Date
    Mar 2005
    Location
    Morgantown, WV
    Beans
    91
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: HOWTO: VinDSL Conky Script

    New to this thread after a long time away. I'd have to agree that an update is in order. With some of the info on the first page now years out of date, I have difficulty knowing where to start, especially with the weather data changing so much over 108 pages.

    Is the ppa still recommended with Xubuntu 13.04?

    It looks okay on my laptop...


    The most recent copies of the scripts I could find were on page 68 or so. I chopped out the weather section for now. It was giving me XML errors and not displaying the large temp.

    Is there a painless way to make it so I can cycle desktops when the conky is the only space "open"?
    Last edited by darkaudit; August 2nd, 2013 at 05:36 PM.

  5. #1075
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by PJs Ronin View Post
    ^^ nice... I like that
    Thanks!

    Quote Originally Posted by darkaudit View Post
    New to this thread after a long time away. I'd have to agree that an update is in order. With some of the info on the first page now years out of date, I have difficulty knowing where to start, especially with the weather data changing so much over 108 pages.

    Is the ppa still recommended with Xubuntu 13.04?

    It looks okay on my laptop...


    The most recent copies of the scripts I could find were on page 68 or so. I chopped out the weather section for now. It was giving me XML errors and not displaying the large temp.

    Is there a painless way to make it so I can cycle desktops when the conky is the only space "open"?
    Try page 75. There is a post on that page where paramvir gives all the info you need. It is how I got the setup above. I made a couple of changes.
    Make sure you get version 0.9.3 of CONKYWX.
    Code:
    cavsfan@cavsfan-MS-7529:~$ conkywx
    
    
        Conkywx Weather Program Assistant
        ---------------------------------
        Current version of conkywx on your system is: 0.9.3
        Enter your option number: 
          1 Quick HELP with conkywx weather program
          2 Refer to offline conkywx WIKI Manual in your browser
          3 FORCE update conkywx data
          4 Get detailed DEBUG information for conkywx
          5 Reset Forecast trend information
          6 View Trend data table
          
          q to quit
          followed by [ENTER]:

  6. #1076
    Join Date
    Mar 2005
    Location
    Morgantown, WV
    Beans
    91
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by Cavsfan View Post
    Try page 75. There is a post on that page where paramvir gives all the info you need. It is how I got the setup above. I made a couple of changes.
    Make sure you get version 0.9.3 of CONKYWX.
    Found the problem. I've got at least 4 .conf files for conkywx. Not all of them had the location set correctly. Even though .conkyrc doesn't use them all, I thought it prudent to have them all pointing at the same place. Once I did, data came flowing in just fine.

    Now to figure out what to prune to make it fit my laptop.

  7. #1077
    Join Date
    Aug 2011
    Beans
    4

    Re: HOWTO: VinDSL Conky Script

    Hello all! Read over a good chunk of the 108 pages (someone should update page 1 with new links) and have gotten this thing running about where I want it minus a few text tweaks here and there.

    That being said I am having a heck of a time getting my location's weather to display properly. It works just fine with the demo locations that are listed (Colville, Fairbanks, etc...) but when I try to add my location with or without the xml_ID, it just doesn't seem to be working properly. I get the temperature, feels like, conditions, etc... but not the high / low or chance of rain and I get 4 N/A's for the upcoming forecast.

    The location I am trying to use is:

    http://www.wunderground.com/q/zmw:98250.1.99999

    Over the course of testing I have also tried:

    #Location="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=48.546%2C-123.008&sp=MSC02"
    #Location="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=98250"
    #Location="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=48.546%2C-123.008&sp=MSC02&MR=1"
    #Location="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=48.52194595,-123.02416992"

    my xml_ID is set to MSC02, but I have also tried KWAFRIDA2 to no avail.

    http://postimg.org/image/72vu5dsyb/ (Colville)
    http://postimg.org/image/cpkrh868d/ (Friday Harbor)

    Thanks for everyone's hard work on this already up to this point!

  8. #1078
    Join Date
    Apr 2012
    Location
    Oz
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Just in case VinDSL checks this thread:

    1. Empty ya Mailbox damnit!
    2. The colour palette site seems to be dissing an error:
    "(none) xxx.xxx.xx.xxx /modules.php?name=PHP-Nuke_Tools&file=index&func=Color lenon.com Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36 403"

    (I blanked the IP addy cos it's mine)

    Normal service will now resume. ty

  9. #1079
    Join Date
    Apr 2012
    Location
    Oz
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by lordsyrinex View Post
    Hello all! Read over a good chunk of the 108 pages (someone should update page 1 with new links) and have gotten this thing running about where I want it minus a few text tweaks here and there.

    <snip>
    I got the correct data with this one

    "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=98250"

    Btw, which of the config files are you using?

  10. #1080

    Cool Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by lordsyrinex View Post
    Hello all! Read over a good chunk of the 108 pages (someone should update page 1 with new links) and have gotten this thing running about where I want it minus a few text tweaks here and there.
    Greetings my Lord

    Yes and I am considering including this fabulous template as one of the templates in conkywx - but we all need to find that elusive time factor sorted out and of course the full inbox Vin has...

    Assuming your weather section in the conkyrc file looks something like below - you need to focus on editing the config file and template file specified in red.

    First sort out the Location - do not include the xml_ID - leave it commented out.

    Consider this - you say that the locations you had originally before you put your Location - it worked fine??? Go back to that state and then rework your changes.

    What version of conkywx are you running.

    The first page cannot be changed due to the forum rules in place

    Type conkywx at the terminal you will get a conkywx assistant menu - use option 2 to view the help wiki in your browser. The live version is being updated all the time and may not apply to your version.

    If all else fails - send me the debug information and the config and template files

    Code:
    ##################################
    ##    CONKYWX WEATHER SCRIPT    ##
    ##################################
    ${voffset 4}${font DejaVu Sans:bold:size=8.25}${color4}CONKYWX${offset 8}${color6}${voffset -2}${hr 1}${font}
    ${execpi 900 /usr/bin/conkywx -c path/config file -t path/template file |
    ####
    ## Time (convert AM/PM -> am/pm)
    sed -e 's/AM'/'\$\{offset 1\}am/g' -e 's/PM'/'\$\{offset 1\}pm/g'|
    ####
    ## Windspeed [WS]
    sed -e 's/Calm mph'/'\$\{offset 8\}Calm/g'|
    ####
    ## Moon Phases [MP]
    sed -e 's/New Moon'/'\$\{offset -13\}New Moon/g'|
    sed -e 's/Waxing Crescent'/'\$\{offset -3\}Waxing/g'|
    sed -e 's/First Quarter'/'\$\{offset -3\}First Qtr/g'|
    sed -e 's/Waxing Gibbous'/'\$\{offset -3\}Waxing/g'|
    sed -e 's/Full Moon'/'\$\{offset -8\}Full Moon/g'|
    sed -e 's/Waning Gibbous'/'\$\{offset -3\}Waning/g'|
    sed -e 's/Last Quarter'/'\$\{offset -3\}Last Qtr/g'|
    sed -e 's/Waning Crescent'/'\$\{offset -3\}Waning/g'
    } ${font}
    cheers

Page 108 of 287 FirstFirst ... 85898106107108109110118158208 ... 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
  •