You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is a module for the [MagicMirror<sup>2</sup>](https://github.com/MichMich/M
4
4

5
5
6
6
## Features
7
-
* Plots the uses of BirdNET mobile app in the nearby area
7
+
* Plots the uses of BirdNET service in the nearby area
8
8
* Displays the name, species, photo, and confidence of a random submission via popup
9
9
* Several included map options
10
10
* Custom map option available
@@ -33,7 +33,8 @@ All configuration options are optional. There are no mandatory parameters.
33
33
| Option | Default | Description |
34
34
|:------:| ------- | ----------- |
35
35
| 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 |
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 |
37
38
| mapMode | 'dark' | Which map to use. Supported values are: `dark`, `light`, `atlas`, `stark`, `terrain`, `satellite`, `custom` and `metal`.
38
39
| lat | 42.453583743 | Latitude for the center of the map display. |
39
40
| lon | -76.47363144 | Longitude for the center of the map display. |
@@ -46,11 +47,14 @@ All configuration options are optional. There are no mandatory parameters.
46
47
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.
47
48
48
49
## Upcoming Features
49
-
* Better CSS for the popups.
50
50
* Enable notification broadcasts
51
51
* Translations for common names of birds
52
52
53
53
## Version History
54
+
### v0.1.2
55
+
* Added the ability to pan back to origin coords between popups. Controlled by `popDelay` parameter.
0 commit comments