From f24aa996d3adf4a1e9991daed00b725280e1fe26 Mon Sep 17 00:00:00 2001 From: Chris Raschl Date: Wed, 1 Jun 2016 10:44:36 +0200 Subject: [PATCH] Add info about fahrenheit to the README --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 3996b2f..e40932a 100644 --- a/README.org +++ b/README.org @@ -36,6 +36,12 @@ calling: : M-x org-weather-refresh +If you want to show fahrenheit instead of celsius, you can add these 2 +lines to your emacs configuration: + +: (setq org-weather-api-url "http://api.openweathermap.org/data/2.5/forecast/daily?q=%s&mode=json&units=imperial&cnt=7&APPID=%s") +: (setq org-weather-temperature-unit "°F") + ** openweather API Key. The [[http://openweathermap.org/api][openweather]] site now requires you to sign up for an API key. You can choose a free key or various paid options. You need to add the API -- 2.11.4.GIT