From 510d5b62c629c4053688d65f6babce7693c5da34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2019 11:08:18 +0200 Subject: [PATCH] Migrate openweathermap plugin documentation --- openweathermap/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openweathermap/README.md diff --git a/openweathermap/README.md b/openweathermap/README.md new file mode 100644 index 00000000..40641ce0 --- /dev/null +++ b/openweathermap/README.md @@ -0,0 +1,11 @@ +# OpenWeatherMap + +This plugin allows to get the current weather data from [OpenWeatherMap](http://www.openweathermap.org). +The weather data will be refreshed every 15 minutes automatically, but can also refreshed manually. +The plugin offers two different search methods for the location: if the user searches for a empty string, +the plugin makes an autodetction with the WAN ip and offers the user the found weather stations. +The autodetection function uses the geolocation of your WAN ip and searches all available weather +stations in a radius of 1.5 km. Otherwise the plugin returns the list of the found search results +from the search string. + +> Note: If you are using a VPN connection, the autodetection will show the results around your VPN location.