• 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 203.0k 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.
  • Z Offline
    zdenek @Mykle1
    last edited by zdenek Apr 28, 2017, 8:08 AM Apr 28, 2017, 7:58 AM

    @Mykle1 thanks fir help. Stupid question - how? I can download source code of v0.0.1 and these files simply copy/paste to /home/pi/MagicMirror/modules/MMM-NetworkScanner folder? And subfolder node_modules leave as it is? If I did (and nothing else changed), module starts and on screen is just “Loading…” forever.

    MMM-NetworkScanner received SCAN_NETWORK
    MMM-NetworkScanner is scanning for mac addresses
    MMM-NetworkScanner received SCAN_NETWORK
    MMM-NetworkScanner is scanning for mac addresses
    MMM-NetworkScanner received SCAN_NETWORK
    MMM-NetworkScanner is scanning for mac addresses
    MMM-NetworkScanner received SCAN_NETWORK
    MMM-NetworkScanner is scanning for mac addresses
    MMM-NetworkScanner received SCAN_NETWORK
    MMM-NetworkScanner is scanning for mac addresses
    and it continue on the same way

    thanks, Zdeněk

    M 1 Reply Last reply Apr 28, 2017, 11:26 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @zdenek
      last edited by Apr 28, 2017, 11:26 AM

      @zdenek said in MMM-NetworkScanner:

      thanks fir help. Stupid question - how?

      You can delete your existing MMM-NetworkScanner folder, seeing as it’s not working for you. Then go here, where you’ll find previous versions:
      https://github.com/ianperrin/MMM-NetworkScanner/commits/master

      I am using late January or earlier February. I can’t remember which and I’m not with my Pi right now. Note: I am using only IP addresses, not MAC addresses, but it works perfectly for me

      Create a working config
      How to add modules

      Z 1 Reply Last reply Apr 28, 2017, 12:59 PM Reply Quote 0
      • Z Offline
        zdenek @Mykle1
        last edited by zdenek Apr 28, 2017, 1:14 PM Apr 28, 2017, 12:59 PM

        @Mykle1 thanks. Module starts, but “residents” doesn’t work for me.

        MMM-NetworkScanner is scanning for ip addresses
        Recived payload: [ { ipAddress: ‘192.168.1.11’,
        name: ‘Mobile’,
        icon: ‘server’,
        online: true,
        lastSeen: ‘2017-04-28T12:50:02.107Z’ } ]

        So, device is online, but in Raspberry is “NO DEVICE ONLINE”

        in config is:
        residents: “Mobile”,

        if I turn on “show unknow”, it lists about 10 devices in my net, include MAC belongs to 192.168.1.11

        one more thing - the time of “last seen” (lastSeen: ‘2017-04-28T12:50:02.107Z’) is 2 hours lower compared to system time. It’s cause of time zone+winter/summer time. How to avoid the thime difference?

        M 1 Reply Last reply Apr 29, 2017, 2:40 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @zdenek
          last edited by Mykle1 Apr 29, 2017, 2:46 AM Apr 29, 2017, 2:40 AM

          @zdenek said in MMM-NetworkScanner:

          Module starts, but “residents” doesn’t work for me.

          residents: [] belong inside the array. That is why residents: "Mobile", won’t work. However, I don’t fill the
          residents:array at all, leaving it simply as, residents: [] See my config entry:

          {
          			disabled: f,
                  		module: 'MMM-NetworkScanner',
                  		position: 'top_left', 
                  		config: {
          			debug: false,
                      		devices: [
                              	{ ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"},
          			{ ipAddress: "192.168.1.15", name: "BabyJesus", icon: "futbol-o"},
                              	{ ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"},
                              	{ ipAddress: "192.168.1.11", name: "Donna", icon: "venus"},
          			{ ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"},
          			{ ipAddress: "192.168.1.7", name: "Jason", icon: "fire-extinguisher"},
          			{ ipAddress: "192.168.1.18", name: "MJD", icon: "child"}
                          		],
                      		showUnknown: false,
                      		showOffline: true,
          			showLastSeen: false,
                      		keepAlive: 1200, // in seconds (20 min)
                      		updateInterval: 30, // in seconds
                      		residents: []
          		}        
           		},
          

          and the result:
          0_1493433501717_scanner.JPG

          I don’t know about your time issue, sorry.

          Create a working config
          How to add modules

          Z 1 Reply Last reply Apr 29, 2017, 5:07 AM Reply Quote 0
          • Z Offline
            zdenek @Mykle1
            last edited by zdenek Apr 29, 2017, 5:10 AM Apr 29, 2017, 5:07 AM

            @Mykle1 You are the best! Thanks. Finally it works. The problem was with the array. But see home page of module https://github.com/ianperrin/MMM-NetworkScanner - there is an example config and there is
            residents: “Mobile”,
            The only difference is that I’ve 1st icon and then name
            The time difference i’ve to check. Thanks a lot
            BTW, Hot to format text as code? If I tried the icon it place ```, than row
            //my code
            and again the same three signs. I tried to add row between the weird signs, but it’s normal text
            Thanks

            M 1 Reply Last reply Apr 29, 2017, 12:10 PM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @zdenek
              last edited by Apr 29, 2017, 12:10 PM

              @zdenek said in MMM-NetworkScanner:

              The only difference is that I’ve 1st icon and then name

              Yes, I’ve changed mine to suit my liking.

              BTW, Hot to format text as code?

              To display code, wrap it in one back tick character (for inline code) or three back ticks (for code blocks).Note that the back tick character isn’t the same as the single quote — ’ — mark; the back tick is located on the same key as the ~ on most keyboards.

              Create a working config
              How to add modules

              Z 1 Reply Last reply Apr 29, 2017, 12:27 PM Reply Quote 1
              • Z Offline
                zdenek @Mykle1
                last edited by Apr 29, 2017, 12:27 PM

                @Mykle1 great, thanks. The last (I hope) question is about CSS - I would like to have online devices not white, but let say green. Or just “icon” to have green. Or just Name of device. (depends, what is easier) And the offline keep grey. Do you know, how to do that? Thanks

                M 1 Reply Last reply May 1, 2017, 12:42 PM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @zdenek
                  last edited by May 1, 2017, 12:42 PM

                  @zdenek

                  I see you started another topic and are getting assistance there. :thumbsup_tone1:

                  Create a working config
                  How to add modules

                  Z 1 Reply Last reply May 2, 2017, 4:57 AM Reply Quote 0
                  • Z Offline
                    zdenek @Mykle1
                    last edited by May 2, 2017, 4:57 AM

                    @Mykle1 yep, sorry

                    M 1 Reply Last reply May 2, 2017, 10:58 AM Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @zdenek
                      last edited by Mykle1 May 2, 2017, 10:58 AM May 2, 2017, 10:58 AM

                      @zdenek said in MMM-NetworkScanner:

                      @Mykle1 yep, sorry

                      No worries. I’m glad you are getting the help you need.

                      Peace

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 8 / 12
                      8 / 12
                      • First post
                        71/117
                        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