A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Font Awesome alert icons
-
greetings,
I’m building my first little module which sends a notification to Alert module bythis.sendNotification("SHOW_ALERT", {title: "blah", imageFA: 'bullhorn', message: "blah", timer: 5000});
the problem is any icon in
imageFA
exceptbullhorn
isn’t shown even with adding the propergetStyles: function() { return ['font-awesome.css']; },
to my_module.js file so the question is, does alert module fully handle the notification payload (which contains imageFA data) if so looks like there is a problem with the default module?, or something missing has to be configured first in my module??