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-Modal
-
This post is deleted! -
@hango is a bug, doesn’t use the template name
edit the MMM-Modal.js , add the one line below after line 236
if (!sender) { modal = { identifier: this.identifier, senderName: this.name, template: 'templates/HelpModal.njk', data: this.voice, options: {} } } else { modal.senderName = sender.name; modal.identifier = sender.identifier; modal.options = modal.options || {}; modal.data = modal.data || {}; modal.template: modal.template || 'templates/HelpModal.njk', // add this line }
-
@hango I responded with an MVP of a custom module using the modal in the related Github issue https://github.com/fewieden/MMM-Modal/issues/17
-
With MMM-NFL another module has now integrated the modals.
See the full list at https://github.com/fewieden/MMM-Modal/wiki/Depending-Modules