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.

    Newbie MM Network Scanner Problems!! Installations & Syntax Error

    Scheduled Pinned Locked Moved Troubleshooting
    2 Posts 2 Posters 1.4k Views 1 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
      michael_klatt
      last edited by yawns

      Hy, Super Neewbie has Problem.

      When i copied this:

      {
              module: 'MMM-NetworkScanner',
              position: 'top_left', 
              config: {
                  devices: [
                          { ipAddress: "github.com", name: "Github", icon: "globe"},
                          { macAddress: "1a:1b:1c:1a:1b:1c", name: "Server", icon: "server"},
                          { macAddress: "2a:2b:2c:2a:2b:2c", name: "Desktop", icon: "desktop"},
                          { ipAddress: "10.1.1.10", name: "Laptop", icon: "laptop"},
                          { macAddress: "4a:4b:4c:4a:4b:4c", name: "Mobile", icon: "mobile"},
                      ],
                  showUnknown: false,
                  showOffline: true,
                  keepAlive: 300,
                  updateInterval: 5
                  residents: "Mobile",
                  occupiedCMD: {notification: 'REMOTE_ACTION', payload: {action: 'MONITORON'}},
                  vacantCMD  : {notification: 'REMOTE_ACTION', payload: {action: 'MONITOROFF'}},
      
              }        
          },
      

      Then i have Problems with the Config File and Syntax Error.
      Is the Problems with this: Install the dependencies (sudo, ping):???

      I dont Understand this, and i havent do this! And google cant help.

      Can anywhere help me?
      Thank you very much.

      brobergB 1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor @michael_klatt
        last edited by broberg

        @michael_klatt You are missing a comma after updateInterval: 5

        it should be updateInterval: 5,

        1 Reply Last reply Reply Quote 1

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • 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