Skip to content

Commit

Permalink
Fixed minor readme errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPDWalker authored Oct 21, 2021
1 parent 6cc60aa commit 013baa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 013baa1

Please sign in to comment.