@Quesada said in Modules icons:
Another solution i found is “updating” font awesome icons from 4 to 5.
https://forum.magicmirror.builders/topic/8776/update-font-awesome-to-version-5
but the problem is when i start MagicMirror it takes a long time to load and some modules do not load well.
The method in that post was a way of getting FA5 icons in Magic Mirror before version 2.6. So should not be needed in 2.6 or 2.7.
If you do use it, you will load multiple versions of font awesome in the same webpage - which is not recommended and can cause unknown issues.
In 2.7, module developers requiring FA icons should use the getStyles method as per the documentation. MM will take care of ensuring only one link to the fa library is included.
Unfortunately, 2.6 allowed a module to require fa4 or fa5 resulting in multiple versions of FA on your mirror. This should be fixed in 2.7