-

The google-weather Emacs extension allows to run access the Google Weather API from Emacs.

It includes org-google-weather, which can be used to add weather forecast in your Org agenda.

org-google-weather.el screenshot

Download

It is available from the Git repository.

There's no tagged release for now.

Manual

The easiest way to use it is to load it from your .emacs:

(require 'google-weather)

The function are documented, therefore you should not have any difficulty to use them.

If you want to use org-google-weather to add weather forecasts in your agenda, just add the following in your .emacs.

(require 'org-google-weather)

Then, add the following in one of your Org file.

* Weather
%%(org-google-weather "New York")

You can set the language as second argument. You should know that the unit system used is language dependent. By default, American English is used, therefore with Fahrenheit degrees, but if you want to have English with Celsius degrees, you can use "en-gb".

* Weather
%%(org-google-weather "Paris 14" "en-gb")