From 013baa1b3c5fb059196601ca16a1d051034ae223 Mon Sep 17 00:00:00 2001 From: Daniel Walker <34437496+DanielPDWalker@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:46:10 +0100 Subject: [PATCH] Fixed minor readme errors --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0e9553..dcf6e23 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,14 @@ TAP_OPENWEATHERMAP_FORECAST_WEATHER_LATTITUDE=51.5085 ``` `api_key` is required for authentication, see the "Source Authentication and Authorization" section for how to get one. + `current_weather_city_name` is required, and the api will return current weather data for the supplied city name. + `forecast_weather_longitude` is required, you need to provide this to get forecast data. + `forecast_weather_lattitude` is required, you need to provide this to get forecast data. -You can get the longitude and lattitude of a city by requesting its current weather, setting the city name to the ``current_weather_city_name` setting. +You can get the longitude and lattitude of a city by requesting its current weather, setting the city name to the `current_weather_city_name` setting. The longitude and lattidue will be returned as part of the current_weather_stream. To get the values for your first call just google "city_name" coords. ### Accepted Config Options