Skip to content

Commit 5740787

Browse files
authored
docs: update preview (#37)
* update preview * fix geo call * update preview * Update README.md
1 parent f299793 commit 5740787

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

.github/preview-good.png

20.6 KB
Loading

.github/preview-unhealthy.png

26.6 KB
Loading

.github/preview-very-unhealthy.png

20 KB
Loading

.github/preview1.png

-38.5 KB
Binary file not shown.

.github/preview2.png

-15.5 KB
Binary file not shown.

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ A module for the [MagicMirror](https://github.com/MichMich/MagicMirror) to displ
1111

1212
## Preview
1313

14-
![preview](.github/preview1.png)
14+
![preview](.github/preview-unhealthy.png)
1515

16-
![preview](.github/preview2.png)
16+
with header and location
17+
18+
![preview](.github/preview-good.png)
19+
20+
without any header
21+
22+
![preview](.github/preview-very-unhealthy.png)
1723

1824
## Usage
1925

@@ -50,7 +56,7 @@ To use the WAQI API you need to [request a token](https://aqicn.org/data-platfor
5056

5157
Determine the station you want to display. Select a station on the [map](https://aqicn.org/here/) and copy the location part from the URL. For example `http://aqicn.org/city/netherland/utrecht/griftpark/` would be `netherland/utrecht/griftpark/`.
5258

53-
You may also get the data for specific longitude and latitude. Set the `location` to `geo:<lat>;<long>/` and replace `<lat>` and `<long>` with your values.
59+
You may also get the data for specific longitude and latitude. Set the `location` to `geo::lat;:lng/` and replace `lat` and `lng` with your values.
5460

5561
You may want to set the following options in the config section as well:
5662

0 commit comments

Comments
 (0)