From 756c7b499f145f4fe388ae858ed6687d69a35b38 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:37:16 +0100 Subject: [PATCH] fix sample --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14a9459..29430a7 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Add the module configuration to your `config.js` file. ```js { module: 'MMM-AirQuality', - position: 'top_center', // you may choose any location + position: 'top_center', config: { - token: '' // add your token here - location: 'beijing' // the location to check the index for + token: 'ADD_YOUR_TOKEN_HERE', + location: 'germany/hamburg/sternschanze/' // the location to check the index for } }, ```