• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-BirdNET

Scheduled Pinned Locked Moved Education
14 Posts 4 Posters 2.7k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    bhepler Module Developer
    last edited by Aug 24, 2023, 3:36 AM

    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

    display.png

    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,
          }
    },
    
    T B 2 Replies Last reply Aug 24, 2023, 7:54 AM Reply Quote 1
    • T Offline
      thgmirror @bhepler
      last edited by Aug 24, 2023, 7:54 AM

      @bhepler 404 when I try the link

      B 1 Reply Last reply Aug 25, 2023, 2:47 AM Reply Quote 0
      • B Offline
        bhepler Module Developer @thgmirror
        last edited by Aug 25, 2023, 2:47 AM

        @thgmirror - FIxed. The repository was set to private for some reason.

        1 Reply Last reply Reply Quote 0
        • B Offline
          bhepler Module Developer
          last edited by Sep 6, 2023, 1:58 AM

          Update! Version 1.1.0 has been released.

          v1.1.0

          • Fixed issue with popups double-tapping after an hour
          • Fixed issue with displaying submissions in exceptionally high-density areas
          • Submission markers are now dots instead of map markers
          • Can set marker color with markerColor parameter
          • Can set distance limit on which markers are displayed with markerDistance parameter
          • Updated CSS enabled popup design

          New look:
          MMM-BirdNET interface

          1 Reply Last reply Reply Quote 0
          • B Offline
            BerkSmash1984 @bhepler
            last edited by BerkSmash1984 Sep 6, 2023, 3:27 PM Sep 6, 2023, 2:39 PM

            @bhepler
            I added the module, but nothing is displaying on my MM. Here is my config, I am using MMM-Pages for my MM (hence ‘classes’ being specified.

            2f357c91-a017-42b1-9f5e-47a0ceaa3798-image.png

            Using the dev console in my browser, looks like I am seeing 404 errors in trying to reach the destination:

            5e328878-fbca-4e21-9495-ce1ebc2c1ad6-image.png

            Any ideas?

            B 1 Reply Last reply Sep 6, 2023, 3:37 PM Reply Quote 0
            • B Offline
              BerkSmash1984 @BerkSmash1984
              last edited by Sep 6, 2023, 3:37 PM

              @bhepler
              Disregard, it started connecting and is working great!

              B 1 Reply Last reply Sep 7, 2023, 2:59 PM Reply Quote 1
              • B Offline
                bhepler Module Developer @BerkSmash1984
                last edited by Sep 7, 2023, 2:59 PM

                @BerkSmash1984 Glad to hear it! Thank you for the thorough bug reporting.

                B 1 Reply Last reply Sep 8, 2023, 7:20 PM Reply Quote 0
                • B Offline
                  BerkSmash1984 @bhepler
                  last edited by Sep 8, 2023, 7:20 PM

                  @bhepler No problem. Awesome module! Thank you for creating it!

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mitm
                    last edited by Oct 11, 2023, 8:15 PM

                    This is very cool, and something I’ve been wondering about. I just backed the Birdweather PUC on Kickstarter ad was wondering about a module to alert about a bird from the PUC or my own BirdNet-Pi. Could this be modified to monitor just my own station and alert when a bird is detected?

                    T B 2 Replies Last reply Oct 11, 2023, 9:00 PM Reply Quote 0
                    • T Offline
                      thgmirror @mitm
                      last edited by Oct 11, 2023, 9:00 PM

                      @mitm
                      You can display the chart of your BirdNet-Pi as a picture with a MM-module, see https://forum.magicmirror.builders/topic/17955/birdnet-pi-chart-on-mm2?page=1

                      M 1 Reply Last reply Oct 11, 2023, 9:32 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy