emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Juan <Pechiar@computer.org>
To: Julien Danjou <julien@danjou.info>
Cc: emacs-orgmode@gnu.org
Subject: Re: Agenda and weather forecast | alternative icon set
Date: Thu, 9 Sep 2010 08:35:47 -0300	[thread overview]
Message-ID: <20100909113547.GG2414@soloJazz.com> (raw)
In-Reply-To: <87d3sn8mmy.fsf@keller.adm.naquadah.org>

On Thu, Sep 09, 2010 at 08:19:17AM +0200, Julien Danjou wrote:
> If anybody is interested, I've wrote an small extension to put some
> weather forecasts in the agenda.

For those not on a linux/gnome system, you can get an icon set from
google.

Ref: post at
http://www.google.com/support/forum/p/apps-apis/thread?tid=718560d8c2c913ff&hl=en

To get all icons:

----------------------------------------
curl -O http://www.google.ru/ig/images/weather/sunny.gif
curl -O http://www.google.ru/ig/images/weather/mostly_sunny.gif
curl -O http://www.google.ru/ig/images/weather/partly_cloudy.gif
curl -O http://www.google.ru/ig/images/weather/mostly_cloudy.gif
curl -O http://www.google.ru/ig/images/weather/chance_of_storm.gif
curl -O http://www.google.ru/ig/images/weather/rain.gif
curl -O http://www.google.ru/ig/images/weather/chance_of_rain.gif
curl -O http://www.google.ru/ig/images/weather/chance_of_snow.gif
curl -O http://www.google.ru/ig/images/weather/cloudy.gif
curl -O http://www.google.ru/ig/images/weather/mist.gif
curl -O http://www.google.ru/ig/images/weather/storm.gif
curl -O http://www.google.ru/ig/images/weather/thunderstorm.gif
curl -O http://www.google.ru/ig/images/weather/chance_of_tstorm.gif
curl -O http://www.google.ru/ig/images/weather/sleet.gif
curl -O http://www.google.ru/ig/images/weather/snow.gif
curl -O http://www.google.ru/ig/images/weather/icy.gif
curl -O http://www.google.ru/ig/images/weather/dust.gif
curl -O http://www.google.ru/ig/images/weather/fog.gif
curl -O http://www.google.ru/ig/images/weather/smoke.gif
curl -O http://www.google.ru/ig/images/weather/haze.gif
curl -O http://www.google.ru/ig/images/weather/flurries.gif
----------------------------------------

And the icon customization:

 '(org-google-weather-icon-alist (quote ((chance_of_rain .
 "chance_of_rain.gif") (chance_of_snow . "chance_of_snow.gif")
 (chance_of_storm . "chance_of_storm.gif") (cloudy . "cloudy.gif")
 (dust . "dust.gif") (flurries . "flurries.gif") (fog . "fog.gif")
 (haze . "haze.gif") (icy . "icy.gif") (mist . "mist.gif")
 (mostly_cloudy . "mostly_cloudy.gif") (mostly_sunny .
 "mostly_sunny.gif") (partly_cloudy . "partly_cloudy.gif") (rain .
 "rain.gif") (sleet . "sleet.gif") (smoke . "smoke.gif") (snow .
 "snow.gif") (storm . "storm.gif") (thunderstorm . "thunderstorm.gif")
 (sunny . "sunny.gif"))))

 '(org-google-weather-icon-directory "/wherever/you/saved/those")


Regards,
.j.

  parent reply	other threads:[~2010-09-09 11:36 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09  6:19 Agenda and weather forecast Julien Danjou
2010-09-09  9:05 ` Simon Guest
2010-09-09 13:30   ` George McNinch
2010-09-09 18:18     ` Ian Barton
2010-09-10  8:51       ` Ian Barton
2010-09-09 21:31     ` Simon Guest
2010-09-09  9:37 ` Sven Bretfeld
2010-09-09 11:22   ` Agenda and weather forecast | language and units Juan Pechiar
2010-09-09 12:15     ` Sven Bretfeld
2010-09-09 14:52     ` Rafael
2010-09-09 15:08       ` Jason McBrayer
2010-09-09 14:03   ` Agenda and weather forecast Julien Danjou
2010-09-10 15:10     ` Eric Abrahamsen
2010-09-11  9:05       ` Julien Danjou
2010-09-09 11:35 ` Juan [this message]
2010-09-09 12:06 ` d.tchin
2010-09-09 12:20   ` Sven Bretfeld
2010-09-09 12:33   ` Re: Agenda and weather forecast | multiple forecasts Juan
2010-09-09 14:17     ` d.tchin
2010-09-09 14:09   ` Re: Agenda and weather forecast Julien Danjou
2010-09-09 14:29   ` d.tchin
2010-09-10 19:52     ` d.tchin
2010-09-09 12:52 ` Richard Riley
2010-09-09 14:23 ` Bernt Hansen
2010-09-09 15:39   ` Julien Danjou
2010-09-09 15:46     ` Bernt Hansen
2010-09-09 15:02 ` Jason McBrayer
2010-09-09 15:41   ` Julien Danjou
2010-09-09 19:33 ` Ivan Vilata i Balaguer
2010-09-10  0:06 ` Flavio Souza
2010-09-10  9:11 ` Eric S Fraga
2010-09-10  9:12 ` Eric S Fraga
2010-09-11 18:59 ` Christopher Allan Webber
2010-09-11 19:09   ` Christopher Allan Webber
2010-09-11 19:30     ` Julien Danjou
2010-09-12  0:02 ` Richard Riley
2010-09-12 11:14   ` Julien Danjou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100909113547.GG2414@soloJazz.com \
    --to=pechiar@computer.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=julien@danjou.info \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).