MMM-BirdNET is a module to display nearby submissions to the BirdNET project at Cornell University. BirdNET is a machine learning algorithm that identifies birds by their song. Anyone can download their free app for their smartphone and submit samples for identification.
This module plots submissions within the previous 24 hours on a map. Additionally, it will randomly select a submission and display what type of bird the machine thinks made the song.
Preview

Features
- Multiple map styles included
- Custom map style supported
- Only local bird samples displayed
- Configurable popup interval
- Configurable map zoom level
Installation
Super easy, barely an inconvenience.
cd ~/MagicMirror/modules
git clone https://github.com/BrianHepler/MMM-BirdNET
and edit your ~/MagicMirror/config/config.js
file:
{
module: "MMM-BirdNET",
position: "bottom_left",
config: {
lat: 42.453583743,
lon: -76.47363144,
}
},