ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address
MIT License
107 stars 47 forks source link

How to specify font icons #24

Closed E3V3A closed 6 years ago

E3V3A commented 6 years ago

Where can I find a list of available icons?

ToddKlindt commented 6 years ago

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.

E3V3A commented 6 years ago

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
ianperrin commented 6 years ago

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