• 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-NetworkScanner

Scheduled Pinned Locked Moved Utilities
networkscannerstatusmac address
117 Posts 32 Posters 187.1k Views 33 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.
  • M Offline
    Mykle1 Project Sponsor Module Developer @amanzimdwini
    last edited by Oct 21, 2017, 12:46 PM

    @amanzimdwini said in MMM-NetworkScanner:

    maybe the black cat I sacrificed helped too

    Good one!

    Create a working config
    How to add modules

    1 Reply Last reply Reply Quote 0
    • B Offline
      barnosch
      last edited by Nov 30, 2017, 9:01 AM

      Is it somehow possible to sort the list of devices not by alphabet?
      I would like to have it sorted, like it is set in the config.
      (Only macaddresses are working in my case, with a IP in only get offline clients)

      E 1 Reply Last reply Sep 25, 2018, 8:00 PM Reply Quote 1
      • R Offline
        rak
        last edited by May 31, 2018, 4:25 PM

        Hi guys,

        I added a feature to show devices in different color. I created a pull request with all relevant changes.

        Enjoy.

        Thanks for this cool plugin.

        Ralf

        1 Reply Last reply Reply Quote 0
        • N Offline
          Neodereks
          last edited by Jun 18, 2018, 8:39 PM

          I have an error, but i dont know what is it.

          0|mmserver | MMM-NetworkScanner received SCAN_NETWORK
          0|mmserver | MMM-NetworkScanner is performing arp-scan
          0|mmserver | Whoops! There was an uncaught exception...
          0|mmserver | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          0|mmserver | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          0|mmserver | TypeError: Cannot read property 'network' of undefined
          0|mmserver |     at Class.scanNetworkMAC (/home/dietpi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:42:36)
          0|mmserver |     at Class.socketNotificationReceived (/home/dietpi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:30:18)
          0|mmserver |     at Socket. (/home/dietpi/MagicMirror/modules/node_modules/node_helper/index.js:113:11)
          0|mmserver |     at Socket.emit (events.js:182:13)
          0|mmserver |     at /home/dietpi/MagicMirror/node_modules/socket.io/lib/socket.js:513:12
          0|mmserver |     at process._tickCallback (internal/process/next_tick.js:61:11)
          
          

          That error repeat all time.

          1 Reply Last reply Reply Quote 0
          • B Offline
            barnosch
            last edited by barnosch Jun 20, 2018, 11:54 AM Jun 20, 2018, 11:52 AM

            cool @rak
            But as i see, its not yet commited from @ianperrin ?

            have you installed a the dependencies like described in the readme?

            1 Reply Last reply Reply Quote 0
            • E Offline
              epi @barnosch
              last edited by Sep 25, 2018, 8:00 PM

              @barnosch

              in

                     config: {
              

              use

              sort: false,
              
              1 Reply Last reply Reply Quote 0
              • A Offline
                AshDarko
                last edited by Mar 2, 2019, 4:23 PM

                Hi there, hope you can help… i have tried everything and cannot get this to work. I just receive the “NO DEVICES ONLINE” message…(been working on it for two days)

                But as i was writing this message… and inserting my config code i noticed my config said “device:”

                Just changed it to “devices:” and now it works… god knows why i had “device”… i dont know if this is in some code somewhere haha

                If others are having trouble or getting error messages… just double check that haha… oh man feel like an idiot…

                I 1 Reply Last reply Mar 2, 2019, 9:58 PM Reply Quote 0
                • A Offline
                  AshDarko
                  last edited by Mar 2, 2019, 4:47 PM

                  I do however get this from time to time…

                  MMM-NetworkScanner received SCAN_NETWORK
                  MMM-NetworkScanner is performing arp-scan
                  Whoops! There was an uncaught exception...
                  TypeError: Cannot read property 'network' of undefined
                      at Class.scanNetworkMAC (/home/pi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:42:36)
                      at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-NetworkScanner/node_helper.js:30:18)
                      at Socket.<anonymous> (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:113:11)
                      at emitTwo (events.js:126:13)
                      at Socket.emit (events.js:214:7)
                      at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
                      at _combinedTickCallback (internal/process/next_tick.js:132:7)
                      at process._tickCallback (internal/process/next_tick.js:181:9)
                  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                  
                  

                  Any ideas?

                  I 1 Reply Last reply Mar 2, 2019, 10:00 PM Reply Quote 0
                  • I Offline
                    ianperrin @AshDarko
                    last edited by ianperrin Mar 2, 2019, 10:09 PM Mar 2, 2019, 9:58 PM

                    @AshDarko said in MMM-NetworkScanner:

                    Just changed it to “devices:” and now it works… god knows why i had “device”… i dont know if this is in some code somewhere haha

                    Glad you got it sorted.

                    I think all the documentation and code uses devices, but if you spot otherwise, please raise an issue.

                    "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

                    1 Reply Last reply Reply Quote 0
                    • I Offline
                      ianperrin @AshDarko
                      last edited by Mar 2, 2019, 10:00 PM

                      @AshDarko said in MMM-NetworkScanner:

                      Any ideas?

                      Difficult to say without more information. If you are able to reproduce the error, please share more details.

                      "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

                      A 1 Reply Last reply Mar 13, 2019, 11:50 PM Reply Quote 0
                      • 1
                      • 2
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 10 / 12
                      • 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