Page 380 of 380 FirstFirst ... 280330370378379380
Results 3,791 to 3,796 of 3796

Thread: Conky Weather Forecast Python Script

  1. #3791
    Join Date
    Oct 2009
    Beans
    1

    Re: Conky Weather Forecast Python Script

    the service provider changed its data format slightly

    trivial patch again v2.24 attached
    Attached Files Attached Files

  2. #3792
    Join Date
    Apr 2014
    Beans
    1

    Re: Conky Weather Forecast Python Script

    elbeardmorez, many thanx, all right for RSXX0258

  3. #3793
    Join Date
    Nov 2008
    Beans
    125

    Re: Conky Weather Forecast Python Script

    The conky-companions ppa hasnt been updated since quantal, and I can't find a homepage for conkyForecast to get updated installation instructions for trusty. Can anyone help me get weather back on my conky?

  4. #3794
    Join Date
    Apr 2011
    Location
    Munich, Germany
    Beans
    4
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Conky Weather Forecast Python Script

    You can try replacing /usr/share/conkyforecast/conkyForecast.py with the attached script.

    Code:
               if len(self.getText(location_n, 'dnam').split(',')) == 3:
                      city, region, country = self.getText(location_n, 'dnam').split(',')
                else:
                      city, country = self.getText(location_n, 'dnam').split(',')
    The changes are made so that these two formats work:
    Code:
    <dnam>Munich, OB, Germany</dnam>
    and
    Code:
    <dnam>New York, NY</dnam>
    Attached Files Attached Files
    Last edited by Sadiq Huq; August 25th, 2014 at 06:14 PM.

  5. #3795
    Join Date
    Dec 2014
    Beans
    1

    Re: Conky Weather Forecast Python Script

    The http://www.weather.com/services/xmloap.html link no longer works.
    How can I get my XOAP_PARTNER_ID and XOAP_LICENCE_Key

  6. #3796
    Join Date
    Apr 2015
    Beans
    10

    Re: Conky Weather Forecast Python Script

    That reply number.

Page 380 of 380 FirstFirst ... 280330370378379380

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
  •