Skip to content

Commit d549f4c

Browse files
committed
Updated popDelay and CSS documentation
1 parent e13e39c commit d549f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ All configuration options are optional. There are no mandatory parameters.
3333
| Option | Default | Description |
3434
|:------:| ------- | ----------- |
3535
| updateInterval | 3600000 (one hour) | How often the BirdNET data is pulled from the website.|
36-
| popInterval | 30000 (30 seconds)| How often the popup switches to a new entry |
37-
| popDelay | 0 (off) | How long (in milliseconds) between the closing of one popup and the opening of the next |
36+
| popInterval | 30000 (30 seconds)| How often (in milliseconds) the popup switches to a new entry |
37+
| popDelay | 0 (off) | How long (in milliseconds) between the closing of one popup and the opening of the next, with a pan to origin lat/long in between |
3838
| mapMode | 'dark' | Which map to use. Supported values are: `dark`, `light`, `atlas`, `stark`, `terrain`, `satellite`, `custom` and `metal`.
3939
| lat | 42.453583743 | Latitude for the center of the map display. |
4040
| lon | -76.47363144 | Longitude for the center of the map display. |
@@ -47,13 +47,13 @@ All configuration options are optional. There are no mandatory parameters.
4747
Note: Width & height of the map are controlled via the `BirdNETmap` classname. Override via your `custom.css`. Default is 400px x 400px. See the `MMM-BirdNET.css` file for examples.
4848

4949
## Upcoming Features
50-
* Better CSS for the popups.
5150
* Enable notification broadcasts
5251
* Translations for common names of birds
5352

5453
## Version History
5554
### v0.1.2
5655
* Added the ability to pan back to origin coords between popups. Controlled by `popDelay` parameter.
56+
* Popup colors & fonts accessible via `name-label`, `species-label`, `confidence` CSS values.
5757

5858
### v0.1.1
5959
* Fixed issue with popups double-tapping after an hour

0 commit comments

Comments
 (0)