From ab3d73e6b75a8b4b6f403e27cf3a143429f3216b Mon Sep 17 00:00:00 2001 From: Bogdan Mihai Nicolae Date: Tue, 9 Jan 2024 11:17:48 +0200 Subject: [PATCH] Added third-party air sensor info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11ed232..3841b76 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Determine the station you want to display. Select a station on the [map](https:/ 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. +If your station is affiliated with a third-party air sensor network, such as the uRad Monitor air quality sensor network, you are required to specify the station identifier (e.g., A129586) to set `location`. Please verify data retrieval by visiting `https://api.waqi.info/feed//?token=`. + You may want to set the following options in the config section as well: | Option | Description | Default | Required |