From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: org-weather Update to OpenWeather API. Date: Mon, 12 Oct 2015 13:53:56 +0100 Message-ID: <20151012125356.GA13785@scamper2.bantercat.co.uk> Reply-To: lists@wilkesley.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlccD-0007WC-1H for emacs-orgmode@gnu.org; Mon, 12 Oct 2015 08:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlcc8-0000uc-Rv for emacs-orgmode@gnu.org; Mon, 12 Oct 2015 08:54:08 -0400 Received: from mail2.wilkesley.net ([176.58.110.121]:39719 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlcc8-0000tq-MV for emacs-orgmode@gnu.org; Mon, 12 Oct 2015 08:54:04 -0400 Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: ian@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 1CA88BE140 for ; Mon, 12 Oct 2015 12:53:59 +0000 (UTC) Content-Disposition: inline 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: emacs-orgmode@gnu.org In the past few days I have noticed that org-weather from https://github.com/kautsig/org-weather was no longer working. It appears that OpenWeather now requires you to get an API key. You can get a free one by registering. As a temporary horrible hack you can update org-weather-api-url in org-weather.el to include your API key: (defvar org-weather-api-url "http://api.openweathermap.org/data/2.5/forecast/daily?q=%s&mode=json&units=metric&cnt=7&&APPID=YourKeyGoesHere") Obviously it would be better if this was a configurable variable, probably read from your .emacs. -- Best wishes, Ian.