From 838196073750564233e1ac3e76b160f521717a77 Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Sun, 24 Apr 2016 15:38:50 -0500 Subject: [PATCH] Added "units" configuration instructions Added instructions for configuring the units variable in config.js. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 588c61bd..4c935d31 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ The following properties can be configured: | `port` | The port on which the MagicMirror² server will run on. The default value is `8080`. | | `language` | The language of the interface. (Note: Not all elements will be localized.) Possible values are `en`, `nl`, `ru`, `fr`, etc., but the default value is `en`. | | `timeFormat` | The form of time notation that will be used. Possible values are `12` or `24`. The default is `24`. | +| `units` | The units that will be used in the default weather modules. Possible values are `metric` or `imperial`. The default is `metric`. | | `modules` | An array of active modules. **The array must contain objects. See the next table below for more information.** | Module configuration: