You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`weatherProvider`| Which weather provider should be used. <br><br> **Possible values:**`openweathermap` , `pirateweather` , `weathergov`, `ukmetofficedatahub`, `ukmetoffice`, `weatherbit`, `envcanada`, `openmeteo` or `yr`<br> **Default value:**`openweathermap`|
43
+
|`weatherProvider`| Which weather provider should be used. <br><br> **Possible values:**`openweathermap` , `pirateweather` , `weathergov`, `ukmetofficedatahub`, `ukmetoffice`, `weatherbit`, `envcanada`, `openmeteo`, `weatherflow` or `yr`<br> **Default value:**`openweathermap`|
44
44
|`type`| Which type of weather data should be displayed. <br><br> **Possible values:**`current` , `hourly` , `daily` , or `forecast` <br> **Default value:**`current` <br><br> **Note:** The `daily` type is another name for the `forecast` type, and the two are interchangeable. <br><br> The `hourly` type is currently only implemented for these provider: <br>- **Environment Canada** (`envcanada`) <br>- **Openmeteo** <br>- **OpenWeatherMap** (`openweathermap`), and only when `/onecall` is used as the specified endpoint. Latitude and longitude [(see below)](/modules/weather.md#openweathermap-options) are **required** for `hourly`. The locationID and location options are ignored when the OpenWeatherMap One Call API is used and you will get wrong weather information.<br>- **Weather.gov** (`weathergov`)<br/>- **Yr** (`yr`) |
45
45
|`units`| What units to use. Specified by config.js <br><br> **Possible values:**`config.units` = Specified by config.js, `metric` = Celsius, `imperial` = Fahrenheit <br> **Default value:**`config.units`|
46
46
|`tempUnits`| What units to use for temperature. If not specified, the module uses the `units` value from `config.js`. <br><br> **Possible values:**`config.units` = Specified by config.js, `metric` = Celsius, `imperial` = Fahrenheit <br> **Default value:**`config.units`|
0 commit comments