From 80eef2ab8c75e8fc7e9329b09d0e5391847693ba Mon Sep 17 00:00:00 2001 From: Daniel Burr Date: Mon, 18 Mar 2019 16:23:03 +0100 Subject: [PATCH] Fix documentation of `useKMPHwind` option in currentweather --- CHANGELOG.md | 1 + modules/default/currentweather/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee21d5645..affb7f8605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Ignore entries with unparseable details in the calendar module - Bug showing FullDayEvents one day too long in calendar fixed - Bug in newsfeed when `removeStartTags` is used on the description [#1478](https://github.com/MichMich/MagicMirror/issues/1478) +- Fix documentation of `useKMPHwind` option in currentweather ### Updated - The default calendar setting `showEnd` is changed to `false`. diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index ac883a9335..ce8cd19eaa 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -50,7 +50,7 @@ The following properties can be configured: | `showIndoorTemperature` | If you have another module that emits the INDOOR_TEMPERATURE notification, the indoor temperature will be displayed
**Default value:** `false` | `onlyTemp` | Show only current Temperature and weather icon without windspeed, sunset, sunrise time and feels like.

**Possible values:** `true` or `false`
**Default value:** `false` | `showFeelsLike` | Shows the Feels like temperature weather.

**Possible values:**`true` or `false`
**Default value:** `true` -| `useKMPHWind` | Uses KMPH as units for windspeed.

**Possible values:**`true` or `false`
**Default value:** `false` +| `useKMPHwind` | Uses KMPH as units for windspeed.

**Possible values:**`true` or `false`
**Default value:** `false` | `useBeaufort` | Pick between using the Beaufort scale for wind speed or using the default units.

**Possible values:** `true` or `false`
**Default value:** `true` | `lang` | The language of the days.

**Possible values:** `en`, `nl`, `ru`, etc ...
**Default value:** uses value of _config.language_ | `decimalSymbol` | The decimal symbol to use.

**Possible values:** `.`, `,` or any other symbol.
**Default value:** `.`