From mboxrd@z Thu Jan  1 00:00:00 1970
From: Chris Raschl <cr@kautsig.org>
Subject: org-weather for openweathermap.org
Date: Sat, 14 Jun 2014 15:11:21 +0200
Message-ID: <871turvdom.fsf@dylan.nashville>
Mime-Version: 1.0
Content-Type: text/plain
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:54291)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <cr@kautsig.org>) id 1Wvnfp-0004Kb-0F
	for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 09:07:14 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <cr@kautsig.org>) id 1Wvnfi-0003pD-8b
	for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 09:07:08 -0400
Received: from static.174.50.47.78.clients.your-server.de
	([78.47.50.174]:55177 helo=mail.kautsig.org)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <cr@kautsig.org>) id 1Wvnfi-0003p0-2U
	for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 09:07:02 -0400
Received: from dylan.nashville (d86-33-197-57.cust.tele2.at [86.33.197.57])
	by mail.kautsig.org (Postfix) with ESMTPSA id A04B61E0048
	for <emacs-orgmode@gnu.org>; Sat, 14 Jun 2014 15:06:58 +0200 (CEST)
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: org mode <emacs-orgmode@gnu.org>


Hi everybody,

recently I wanted to add a weather forecast to my org-agenda. I found
org-google-weather, but this package is obsolete since 2012, because the
API is not available any more. So I wrote my own version which is backed
by the openweathermap.org API.

I implemented the minimal usecase which works for me, if somebody else
dares to use it, its available here:

https://github.com/kautsig/org-weather

Regards,
Chris