From 5e52933fd3b3bce58f03b3aeaf6e5938740ec9ad Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sat, 26 Oct 2013 08:55:47 +0200 Subject: [PATCH] Update Readme.md due to upload of openweathermap-branch. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efda65..f0fa345 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,17 @@ *gnome-shell-extension-weather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*. -Currently, the weather report, including forecasts for today and tomorrow, is fetched from [Yahoo! Weather](http://weather.yahoo.com/). +Currently, the weather report, including forecasts for up to five days, is fetched from [Yahoo! Weather](http://weather.yahoo.com/). + +I just pushed changes to the new openweathermap-branch. +The code surely needs more cleanup, but it is ready for testing. + +Up to 10 days forecast can be shown. +The weather-data is provided by http://openweathermap.org . + +Locations used by the master-branch ()!Yahoo) will not be deleted by the switch, but they can not be used. Make sure you use only owm locations with owm and yahoo locations with yahoo r you get incorrect (or no) results). + +I'm always interested in feedback. ----