bumblebee-status/bumblebee
david-perez 8bb67642fd Add support for city ids to weather module.
Some cities (e.g. in different countries) have the same names. Providing a city
name to the weather module would previously display the first returned result by openweathermap's API.
This commit allows city ids to be provided to the weather module. If a location passed
to the weather module only contains numbers, it will be interpreted as a city id.
City ids are those handled by openweathermap's API to uniquely identify cities.

See https://openweathermap.org/current#cityid for details.
2019-05-20 19:10:39 +01:00
..
modules Add support for city ids to weather module. 2019-05-20 19:10:39 +01:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [core] Allow mixing of parameter specs 2019-02-15 18:01:06 +01:00
engine.py [engine] Nicer handling of module exceptions 2019-03-01 21:02:51 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py Revert "Merge branch 'partial-update-on-input'" 2019-01-26 19:40:08 +01:00
output.py Revert "Merge branch 'partial-update-on-input'" 2019-01-26 19:40:08 +01:00
popup.py [engine/popup] Make tkinter module optional 2017-06-16 15:36:56 +02:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [modules/git] Add some status icons 2019-01-20 14:43:27 +01:00
util.py Revert "Merge branch 'partial-update-on-input'" 2019-01-26 19:40:08 +01:00