Read the statement by Michael Teeuw here.
MMM-NetworkScanner Icons
-
@carltonb said in MMM-NetworkScanner Icons:
Where does one find the list of icons available for this module
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: [] } },
-
@Mykle1 Thanks so much. As a noob I find a few of the basics, like this lacking in direction.
-
@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
-
Anything is possible, mate. Verify these:
video = fas fa-video
raspberry-pi = fab fa-raspberry-pi
-
@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 -