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 Icons

    Scheduled Pinned Locked Moved Troubleshooting
    7 Posts 4 Posters 3.5k 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.
    • C Offline
      carltonb
      last edited by

      In many posts I see people using various names for icons.
      Where does one find the list of icons available for this module or where does one upload them.
      Thank you
      carltonb

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @carltonb
        last edited by

        @carltonb said in MMM-NetworkScanner Icons:

        Where does one find the list of icons available for this module

        http://fontawesome.io/icons/

        You just need to call them in NetworkScanner

        {
        	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: []
        	}        
         },
        

        Create a working config
        How to add modules

        C zdenekZ 2 Replies Last reply Reply Quote 2
        • C Offline
          carltonb @Mykle1
          last edited by

          @Mykle1 Thanks so much. As a noob I find a few of the basics, like this lacking in direction.

          1 Reply Last reply Reply Quote 0
          • zdenekZ Offline
            zdenek @Mykle1
            last edited by

            @mykle1 HI. Is it possible, that not all (free) icons are working? I’ve chosen for example “video” for my ipcam, or “raspberry-pi” for RPi - nothing displayed (but “apple”, “server”… works)?

            Thanks, Zdeněk

            Mykle1M I 2 Replies Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @zdenek
              last edited by

              @zdenek

              Anything is possible, mate. Verify these:

              video = fas fa-video

              raspberry-pi = fab fa-raspberry-pi

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 0
              • I Offline
                ianperrin @zdenek
                last edited by ianperrin

                @zdenek the module currently only supports font awesome 4 so try video-camera.

                Unfortunately, raspberry-pi is only available in font awesome 5 so you won’t be able to use it just yet. However, once the fix to an issue with font awesome compatibility has been released, which is expected in version 2.7, you should be able to use all font awesome 5 free icons

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

                1 Reply Last reply Reply Quote 1
                • zdenekZ Offline
                  zdenek
                  last edited by

                  @ianperrin said in MMM-NetworkScanner Icons:

                  font awesome 4

                  great, thannks and also thx to @Mykle1

                  1 Reply Last reply Reply Quote 0
                  • 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