Read the statement by Michael Teeuw here.
Alert module no longer accepts HTML for notifications
-
Platform: Raspberry PI 4
Node Version: 10.24.1
MagicMirror Version: 2.18.0Description: Following the most recent update of MM, it seems that alert module does not accept HTML tags in the notification text, they are shown in output message as text.
Expected Results: Notification text should be shown formatted as HTML.
Actual Results: HTML tags are visible in the output.
Additional Notes: Provide any other relevant notes not previously mentioned (optional)
-
This is most likely caused by my transformation of the module from plain HTML to nunjuck templates.
I suggest to open a Github issue for this in the repository https://github.com/MichMich/MagicMirror/issues/new with all necessary information.
It would also be interesting there which module is trying to send alerts in HTML.