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.

    BirdNET-PI-chart on MM2

    Scheduled Pinned Locked Moved Education
    35 Posts 5 Posters 13.3k Views 5 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.
    • L Offline
      lmhmm @bhepler
      last edited by

      @bhepler Hello Brian,

      Please see the map and config. I have updated the module also and my mirror is up to date 2.24

      Lorraine

      Err not sure how to add the pictures?

      1 Reply Last reply Reply Quote 0
      • L Offline
        lmhmm @bhepler
        last edited by

        @bheplerOkay here we go:

        Config:

        module: "MMM-BirdNET position:
        "top_center
        config: {
        lat: 54.6633, lon: -3.3680, updateInterval: 3600000, popInterval:
        30000,
        dataUrl: “https://birdnet. cornell.edu/map/requeststats/” mapMode:
        “terrain”
        markercolor: “Light Blue” markerDistance: 300, //width:
        “100px”
        //height:
        “100px”
        zoomLevel: 7, //mapurl:
        null,

        1 Reply Last reply Reply Quote 0
        • L Offline
          lmhmm @bhepler
          last edited by

          @bhepler

          IMG_3644.jpeg

          I hope that means the photo is up too!

          Lorraine

          L bheplerB 2 Replies Last reply Reply Quote 0
          • L Offline
            lmhmm @lmhmm
            last edited by

            @lmhmm

            Hi just wondered if you’d worked out why I’ve got no stations or feed just a map?

            Thanks,

            Lorraine

            mumblebajM 2 Replies Last reply Reply Quote 0
            • mumblebajM Offline
              mumblebaj Module Developer @lmhmm
              last edited by

              @lmhmm Your config looks weird. You missing a bunch of commas.
              Also, I think you may be getting the following error in the Developers Console (ctrl+shift+i). You can filter on MMM-BirdNET and see if you see the below error.

              bec18c13-1d46-477f-bd84-a71167d5f2be-image.png

              Check out my modules at: https://github.com/mumblebaj?tab=repositories
              Check my blog-post: https://mumblebaj.xyz/

              1 Reply Last reply Reply Quote 0
              • mumblebajM Offline
                mumblebaj Module Developer @lmhmm
                last edited by

                @lmhmm Also, check the dataUrl that you have. I changed it to the one in the module Github and then it worked fine.

                4e156b7d-2d37-465a-8158-a0f50320e4dd-image.png

                Check out my modules at: https://github.com/mumblebaj?tab=repositories
                Check my blog-post: https://mumblebaj.xyz/

                1 Reply Last reply Reply Quote 0
                • bheplerB Offline
                  bhepler Module Developer @lmhmm
                  last edited by

                  @lmhmm - My apologies for the delay in responding. I’ve been out of the country for the past couple of weeks. I’ll get to your issue this weekend.

                  1 Reply Last reply Reply Quote 0
                  • bheplerB Offline
                    bhepler Module Developer
                    last edited by

                    Hmm. It appears that the BirdNET website is down at the present time. There’s not much I can do about that. Which is weird, as it was definitely working yesterday and earlier today.

                    As soon as it comes up, I’ll troubleshoot the config that @lmhmm posted.

                    L 1 Reply Last reply Reply Quote 0
                    • L Offline
                      lmhmm @bhepler
                      last edited by

                      @bhepler

                      So maybe I’ve got the wrong url? Can you advise the correct one? I thought I’d copied it direct? The code is my phone’s interpretation from a picture. There are no config errors as my mirror runs okays. It seems it’s maybe the url.

                      Please advise,

                      Thank you, I really appreciate your help,

                      Lorraine

                      bheplerB 1 Reply Last reply Reply Quote 0
                      • bheplerB Offline
                        bhepler Module Developer @lmhmm
                        last edited by bhepler

                        @lmhmm - The good news is that BirdNET appears to be back up. The better news is that if you do not include the dataUrl parameter, the default value should just make it work without issue. For example, here is my config that I am currently using for testing:

                        {
                        	module: "MMM-BirdNET",
                        	position: "bottom_left",
                        	config: {
                        		popInterval: 15 * 1000,
                        		popDelay: 2 * 1000,
                        		markerColor: 'IndianRed',
                        	}
                        },
                        

                        I looked at the config snippet you posted and the immediate thing I noticed is that you do not appear to have a comma after the URL you specified for the dataUrl parameter. If that is the case, then all sorts of weird things could happen.

                        I suggest that you copy & paste the config.js snippet I included above into your config.js and work from there. The lat & lon parameters you included in your post look good. You should be able to include those without issue. You’re pretty close to having it work the way you want. We should be able to get you up & running with little hassle.

                        L 1 Reply Last reply Reply Quote 0
                        • thgmirrorT thgmirror referenced this topic on
                        • 1
                        • 2
                        • 3
                        • 4
                        • 4 / 4
                        • 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