Having a difficult time displaying weather with Conky

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
shedman

Having a difficult time displaying weather with Conky

Post by shedman »

I installed Linux Mint 13 Cinnamon last week to get my first feel for Linux. To familizrize myself with the terminal, the directory, and the customizability of Linux, I decided to get into Conky as a nice little challenge. I'm starting to get a pretty good grasp of Conky, first followed a tutorial to install Conky Lua (ex. http://gnome-look.org/CONTENT/content-pre1/139024-1.jpg), then I began playing around with the .conkyrc, altering displayed text, positioning, and size. It would seem that I'm well on my well to wrapping my brain around this thing...

However, no matter how I try, I can't for the life of me get Conky to display any weather information. I've followed several tutorials regarding weather with Conky (the weather section of http://www.noobslab.com/2012/06/install ... linux.html), (http://crunchbanglinux.org/forums/topic ... r-in-conky), (http://crunchbanglinux.org/forums/topic ... eathercom/). So far, no dice. I can get everything but weather to display on my desktop. Ideally I'd like it to display weather info in this sort of fashion: http://i.imgur.com/p5yPy.jpg

Does anyone have a more comprehensive tutorial in mind, or have any idea what I could be doing wrong? I'd be happy to share any terminal or script information you need to get weather up and running on Conky. Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Oscar799
Level 20
Level 20
Posts: 10411
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Having a difficult time displaying weather with Conky

Post by Oscar799 »

Moved here by moderator
Image
Habitual

Re: Having a difficult time displaying weather with Conky

Post by Habitual »

terminal >

Code: Select all

conky -v
output please.

Those instructions may be fine for buster@noobslab.com but they are terrible.

Code: Select all

sudo gedit ~/.conkyrc
You don't need sudo to edit your own files unless some other user owns them.

Start with the source Conky weather scripts using Accuweather/WUnderground/NWS/Weather.com
It's 107 pages, so buckle down and be patient.
Google Search Results for weather.noaa.gov at ubuntuforums.org
80% of those should be conky-related.

See also http://conky.pitstop.free.fr/wiki/index.php
shedman

Re: Having a difficult time displaying weather with Conky

Post by shedman »

Habitual wrote:output please.

Code: Select all

shedman@levert ~ $ conky -v
Conky 1.8.1 compiled Fri Dec 16 17:59:40 UTC 2011 for Linux 2.6.24-29-server (i686)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * Audacious
  * MPD
  * MOC
  * XMMS2

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * support for IBM/Lenovo notebooks
  * nvidia
  * eve-online
  * config-output
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
   * Cairo
chamberlain@computadora ~ $ conky -v
Conky 1.8.1 compiled Fri Dec 16 17:59:40 UTC 2011 for Linux 2.6.24-29-server (i686)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * Audacious
  * MPD
  * MOC
  * XMMS2

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * support for IBM/Lenovo notebooks
  * nvidia
  * eve-online
  * config-output
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
   * Cairo
chamberlain@computadora ~ $ conky -v
Conky 1.8.1 compiled Fri Dec 16 17:59:40 UTC 2011 for Linux 2.6.24-29-server (i686)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: /usr/lib/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * Audacious
  * MPD
  * MOC
  * XMMS2

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * support for IBM/Lenovo notebooks
  * nvidia
  * eve-online
  * config-output
  * Imlib2
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
   * Cairo
   * Imlib2
Locked

Return to “Compiz, Conky, Docks & Widgets”