X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=curweather%2FREADME.md;h=ff43f24898ccb54154aa33ebb42517793fa21420;hb=38db18b624586f09649571acebb629d1e3a7ba52;hp=720f92cf89dea05191ed920806295a66f06d8aed;hpb=cda0d59060f8b9228b723d3118b51f9a799fa1cc;p=friendica-addons.git diff --git a/curweather/README.md b/curweather/README.md index 720f92cf..ff43f248 100644 --- a/curweather/README.md +++ b/curweather/README.md @@ -2,13 +2,13 @@ Current Weather =============== If activated by your user this addon adds a widget to the users network tab -sidebar showing current weather informations from -[OpenWeatherMap](http://openweathermap.org). The user can configure the -location as e.g. *Berlin,DE* or the zip code "14476,DE". +sidebar showing current weather informations (temperature, relative humidity, +wind conditions and preassure) from [OpenWeatherMap](http://openweathermap.org). +The user can configure the location as e.g. *Berlin,DE* or the zip code "14476,DE". The language for the request at OpenWeatherMap is set to the UI language of friendica. If the string for the description of the current weather conditions -is available in this language depends on OpenWeatherMap. +is available in this language depends on OpenWeatherMap, fallback is english. **You should get an APPID from OpenWeatherMap if you want to use this widget.** You can register [here](http://openweathermap.org/register). @@ -16,12 +16,14 @@ You can register [here](http://openweathermap.org/register). Credits ------- -* Tony Baldvin wrote the original addon for Friendica +* Tony Baldwin wrote the original addon for Friendica * Fabio Comuni * Tobias Diekershoff switched the sources to OpenWeatherMap after the original provider turned off support for locations outside of the USA. -To access the API of OpenWeatherMap the library -[OpenWeatherMap-PHP-Api](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api) by -Christian Flach is used (MIT license). +Known Issues +------------ +* Localization does not work (Jul 15) data requested via XML are EN only but + have moew information available compared to data requested via JSON which is + available in other languages as well. Right now we use the XML dataset