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

Scheduled Pinned Locked Moved Troubleshooting
7 Posts 4 Posters 3.4k 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 Oct 3, 2017, 9:15 PM

    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

    M 1 Reply Last reply Oct 4, 2017, 12:25 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @carltonb
      last edited by Oct 4, 2017, 12:25 AM

      @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 Z 2 Replies Last reply Oct 4, 2017, 1:38 PM Reply Quote 2
      • C Offline
        carltonb @Mykle1
        last edited by Oct 4, 2017, 1:38 PM

        @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
        • Z Offline
          zdenek @Mykle1
          last edited by Jan 11, 2019, 5:45 AM

          @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

          M I 2 Replies Last reply Jan 12, 2019, 1:46 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @zdenek
            last edited by Jan 12, 2019, 1:46 AM

            @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 Jan 12, 2019, 4:23 AM Jan 12, 2019, 3:58 AM

              @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
              • Z Offline
                zdenek
                last edited by Jan 15, 2019, 4:35 PM

                @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