Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    MMM-NetworkScanner Icons

    Troubleshooting
    4
    7
    2577
    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
      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

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        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: []
        	}        
         },
        
        C zdenek 2 Replies Last reply Reply Quote 2
        • C
          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
          • zdenek
            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

            Mykle1 I 2 Replies Last reply Reply Quote 0
            • Mykle1
              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

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

                1 Reply Last reply Reply Quote 1
                • zdenek
                  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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy