From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Raschl 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: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) 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 ) 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 ) 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 ; Sat, 14 Jun 2014 15:06:58 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 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