We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acac9c commit 64e1554Copy full SHA for 64e1554
README.md
@@ -10,6 +10,9 @@ A module for the [MagicMirror](https://github.com/MichMich/MagicMirror) to displ
10
11
## Preview
12
13
+<img width="318" alt="Bildschirmfoto 2022-01-20 um 06 57 01" src="https://user-images.githubusercontent.com/9592452/150281894-a4c87c58-5080-42fb-99c5-d63b10c3c320.png">
14
+
15
16

17
18
## Usage
@@ -32,6 +35,7 @@ Add the module configuration to your `config.js` file.
32
35
{
33
36
module: 'MMM-AirQuality',
34
37
position: 'top_center', // you may choose any location
38
+ header: 'AQI', //choose a header if you like
39
config: {
40
location: 'beijing' // the location to check the index for
41
}
0 commit comments