ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to specify font icons

E3V3A opened this issue · comments

commented

Where can I find a list of available icons?

I believe it uses the "Font Awesome" icons. Doing a search on that should give you the list of icons it supports. Some of the icon names start with "fa-" I think you can skip that when you define the icon name in the config.js file.

commented

Yeah, thanks, I found some of those here. Perhaps give a short list of common ones for users to get started with.
Now I have and use:

globe
server
print
laptop
tv
mobile
tablet
commented

@E3V3A - I've updated the readme file to provide more information about the device object - including the icon option. Hope this helps.