From 4b71e7316d42299807ebc5d235a5db810ce25e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Kl=C3=A4rner?= Date: Sat, 30 Apr 2022 14:35:33 +0200 Subject: [PATCH] quote width parameter in example config fixes #13 fixes #14 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9bbcaa..b57d82f 100755 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ git clone https://github.com/CatoAntonsen/MMM-MotionEye.git ```` Add the module to the modules array in the `config/config.js` file by adding the following section. Remember to change `url` to reflect **your** Motion Eye server: -``` +```js { module: 'MMM-MotionEye', position: 'bottom_right', config: { url: "http://motioneye:8081", forcedRefreshInterval: 60000, - width: 400px, + width: "400px", debug: true } },