From dafb43958221ab68b0b43087e0b40b310ee9809a Mon Sep 17 00:00:00 2001 From: Yevgeniy <33804747+sgttrs@users.noreply.github.com> Date: Sun, 10 Jun 2018 16:59:55 +0600 Subject: [PATCH] Added daily and hourly modes to OpenWeatherMap (#5510) * Added daily and hourly modes to OpenWeatherMap * Minor change --- source/_components/weather.openweathermap.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/weather.openweathermap.markdown b/source/_components/weather.openweathermap.markdown index 53f7e9a3482..bf704c2984b 100644 --- a/source/_components/weather.openweathermap.markdown +++ b/source/_components/weather.openweathermap.markdown @@ -32,6 +32,7 @@ Configuration variables: - **api_key** (*Required*): Your API key for http://openweathermap.org/. - **name** (*Optional*): Name to use in the frontend. +- **mode** (*Optional*): Can specify `hourly` or `daily`. Select `hourly` for a three-hour forecast or `daily` for daily forecast. Defaults to `hourly`. - **latitude** (*Optional*): Latitude of the location to display the weather. Defaults to the latitude in your `configuration.yaml` file. - **longitude** (*Optional*): Longitude of the location to display the weather. Defaults to the longitude in your `configuration.yaml` file.