A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-FUEL Icon Issue when Default Calendar is activated
-
-
@icke I’m going to guess that both modules are using fontawesome for the icons, but the default calendar is using a local copy that does not include the icon that the MMM-Fuel needs, and it is likely overriding the MMM-Fuel version.
A couple of things you can do:
- examine the fontawesome CSS file in the calendar module to see if there is a different name for the same icon included, then use some custom CSS to apply it to the MMM-Fuel module
- override fontawesome in your custom CSS with a more complete version, either calling the CDN version directly, or a local copy that includes all the icons you need.
-