Results 1 to 4 of 4

Thread: Conky Accuweather

Threaded View

  1. #1
    Join Date
    Oct 2008
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Conky Accuweather

    Hi

    Here are python files to display the accuweather info in conky.
    The weather script parses data and also downloads weather images / icons to local file system.It improves images by removing background programatically with the help of other python script, the list of images processed is stored with the help of python pickle module.
    The setup is quite simple find the city id OR country, city and state as in url of accuweather and give it as a command line argument to weather script in conky config.

    Will be little tough for newbees, so newbees please help yourself.

    It is easy, just a python script is used to parse the data and the python program accepts the arguments from command line.

    WEATHER ON CONSOLE
    There is a print console method in script, please modify it to your need, to display weather information on your terminal.

    OTHER USAGES
    The script extracts data based on id of element, so pages which have id attribute in html elements, can be parsed for tag value and attribute value.
    Attached Images Attached Images
    Attached Files Attached Files
    Maverick | AMD 64 | HP dv9000 | Gnome
    "My religion consists of a humble admiration of the illimitable superior spirit who reveals himself in the slight details we are able to perceive with our frail and feeble mind."

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
  •