WeatherIndicator

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2011-02-09 09:13:56
Size: 1391
Editor: 178
Comment:
Revision 6 as of 2011-05-12 01:19:49
Size: 2016
Editor: 124-149-115-130
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Ubuntu One Indicator == == Indicator Weather ==
Line 15: Line 15:
As Natty Narwhal doesn't support Gnome Weather applet, create a replacement, which will be able to show weather condition for several locations

=== Implementation ===
Weather Indicator uses Indicator framework and Python. GWeather is used as a source for weather data and Google Weather API - as a source for forecasts.
As Natty Narwhal doesn't support the Gnome Weather applet, so an indicator replacement is required. This indicator goes above and beyond the original applet.
Line 21: Line 18:
* Show weather conditions for several locations as an icon and more information in indicator menu
* Two metric systems and three wind units are supported
* Three levels of notification - none, on weather change, on severe condition weather change
 * Shows the current weather conditions and temperature in the panel
 * Shows more information about the current weather in the indicator's menu
 * Optionally shows weather conditions and temperatures at several other locations
 * Three levels of notification - none, on weather change, on severe condition weather change
Line 28: Line 26:
The most notable ideas are:
 * CouchDB integration - sync weather settings over several machines, caching weather data
Right now, we're working on moving from pure Python to a Python/Vala combination, which will allow the indicator to have a very swish menu.

Other additions in the forecastable future are:
 * Guess your location
 * 3 day forecasts in the menu
 * Use Weather Underground data
Line 31: Line 33:
 * Switch over different Weather APIs (Google, Yahoo etc.)
 * Use a custom widget in the menu for a fancy display of weather data

=== Implementation ===
Weather Indicator uses the Indicator framework and Python. Weather data is obtained from Yahoo or Google, and the Google Weather API is used for forecasts.

=== Social Media ===
 * [[https://www.facebook.com/pages/Indicator-Weather/160650143999010|Facebook]]
 * [[https://twitter.com/IndicatrWeather|Twitter: IndicatrWeather]]
 * [[https://identi.ca/indicatorweather|Identi.ca: indicatorweather]]

=== Press ===
 * http://www.webupd8.org/2010/07/install-weather-indicator-applet-with.html
 * http://www.omgubuntu.co.uk/2011/02/indicator-weather-puts-temperature-on-panel/
 * http://www.techdrivein.com/2011/05/10-useful-application-indicators-for.html

Indicator Weather

Introduction: http://www.webupd8.org/2010/07/install-weather-indicator-applet-with.html

Launchpad project: https://launchpad.net/weather-indicator

Bugs: https://bugs.launchpad.net/weather-indicator

PPA: ppa:weather-indicator-team/ppa Unstable PPA: ppa:weather-indicator-team/unstable

Package Name: indicator-weather

Idea

As Natty Narwhal doesn't support the Gnome Weather applet, so an indicator replacement is required. This indicator goes above and beyond the original applet.

Features

  • Shows the current weather conditions and temperature in the panel
  • Shows more information about the current weather in the indicator's menu
  • Optionally shows weather conditions and temperatures at several other locations
  • Three levels of notification - none, on weather change, on severe condition weather change

Suggestions, Plans, TODO

Please use project blueprints at https://blueprints.launchpad.net/weather-indicator

Right now, we're working on moving from pure Python to a Python/Vala combination, which will allow the indicator to have a very swish menu.

Other additions in the forecastable future are:

  • Guess your location
  • 3 day forecasts in the menu
  • Use Weather Underground data
  • Show radar maps

Implementation

Weather Indicator uses the Indicator framework and Python. Weather data is obtained from Yahoo or Google, and the Google Weather API is used for forecasts.

Social Media

Press

WeatherIndicator (last edited 2011-06-05 01:10:07 by 124-168-19-39)