Page 1389 of 2348 FirstFirst ... 389889128913391379138713881389139013911399143914891889 ... LastLast
Results 13,881 to 13,890 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #13881
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Abe21599 View Post
    sorry im kind of new at this but what exactly do i copy from weather.com for my location?

    (please dont flame)
    y would we flame
    I'm a super power user

  2. #13882
    Join Date
    Sep 2010
    Location
    ohio
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    y would we flame
    idk im a member on other forums and i know this question is simple.

    but Vindsl that deff helped out i have my location and put it in the conkyrc file. i found the forecast.config file but its read only. how do i edit this?

    and are those the only two values i change in that file? or do i have to change others

    thanks guys!

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Abe21599 View Post
    but Vindsl that deff helped out i have my location and put it in the conkyrc file. i found the forecast.config file but its read only. how do i edit this?
    The easiest way is to open nautilus (in a terminal) in admin mode:

    HTML Code:
    $ gksudo nautilus
    Then navigate to your conkyForecast.config file, edit, and save it.

    When you're done, you need to copy /usr/share/conkyforecast/conkyForecast.config to your /home directory and rename it to .conkyForecast.config, e.g. with a dot in front of it, to hide it.

    Here's how my .conkyForecast.config looks:

    Code:
    # config settings for conkyForecast.py
    CACHE_FOLDERPATH = /tmp/
    CONNECTION_TIMEOUT = 5
    EXPIRY_MINUTES = 30
    TIME_FORMAT = %H:%M
    DATE_FORMAT = %Y-%m-%d
    LOCALE =
    XOAP_PARTNER_ID = 1111111111
    XOAP_LICENCE_KEY = 2222222222222222
    MAXIMUM_DAYS_FORECAST = 4
    BASE_XOAP_URL = http://xoap.weather.com/weather/local/USAZ0166?cc=*&dayf=5&link=xoap&prod=xoap&par=1111111111&key=2222222222222222&unit=m
    Last edited by VinDSL; September 13th, 2010 at 09:23 AM.

  4. #13884
    Join Date
    Sep 2010
    Location
    ohio
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    thanks but i looked around a bit more and found the gksudo command and just used it with gedit.

    but i still cant get weather to show up. i edited my conkyrc file with the location (using source code) and then the /usr/share/conkyforecast/conkyforecast.config i changed the partner id and the license key only.

    anything else im missing?

  5. #13885
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Abe21599 View Post
    thanks but i looked around a bit more and found the gksudo command and just used it with gedit.

    but i still cant get weather to show up. i edited my conkyrc file with the location (using source code) and then the /usr/share/conkyforecast/conkyforecast.config i changed the partner id and the license key only.

    anything else im missing?
    From the forecast script thread first post:
    Code:
    Due to the risk of having the previously registered xoap weather.com account terminated because of high volumes of requests, I have upgraded the script to use a users own registered details.
    
    A template config file exists which holds all the settings used by the script, and most importantly, stores the partner id and registration code for the weather.com xoap service.
    
    It can be found here "/usr/share/conkyforecast/conkyForecast.config"
    
    For a working script you NEED to define, in a user specific config file, a partner id and registration code for the weather.com xoap service. For this purpose the config file should be copied to "~/.conkyForecast.config" and setup as required.
    
    To register and obtain the necessary codes you need to visit the following url and fill out the form: http://www.weather.com/services/xmloap.html
    
    After successfully completing the form, you will then receive a couple of
    emails providing you with the necessary codes to update these settings with, along with the software development kit and terms and conditions.
    
    To copy and edit the config file, using the command line , run the following two commands in a terminal, one after the other:
    
    Code:
    cp /usr/share/conkyforecast/conkyForecast.config ~/.conkyForecast.config
    nano ~/.conkyForecast.config
    The config file needs copying from the directory you found it in to your home directory with a "." adding the the beginning of the file name

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Abe21599 View Post
    thanks but i looked around a bit more and found the gksudo command and just used it with gedit.

    but i still cant get weather to show up. i edited my conkyrc file with the location (using source code) and then the /usr/share/conkyforecast/conkyforecast.config i changed the partner id and the license key only.

    anything else im missing?
    Did you include the ID, KEY, and LOCATION in the last line?

    See example above...

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    The config file needs copying from the directory you found it in to your home directory[...]
    Heh! And, I thought I was being clever, all this time -- copying it to my /home directory, and hiding it.

    Hrm...

    I must have read that somewhere (maybe in this thread) and forgot about it.

    Anyway, good catch!

  8. #13888
    Join Date
    Sep 2010
    Location
    ohio
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VinDSL View Post
    Did you include the ID, KEY, and LOCATION in the last line?

    See example above...
    yup i edited the one where it was at and copied it to the home directory (man i learned what those commands meant) and changed the ID, KEY, and LOCATION in the config file. there still a few lines that have no values in them (locale, proxy hose, proxy username, proxy password) - should they be empty?

  9. #13889
    Join Date
    Sep 2010
    Location
    ohio
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    wooooohoooooo its a workin now thanks to kaivalagi and VinDSL for the help

  10. #13890
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Abe21599 View Post
    wooooohoooooo its a workin now thanks to kaivalagi and VinDSL for the help
    It's always the simple things that get missed

    If you have any forecast specific questions just ask in my thread here: http://ubuntuforums.org/showthread.php?t=869328

    Chimo!

Page 1389 of 2348 FirstFirst ... 389889128913391379138713881389139013911399143914891889 ... 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
  •