@axellejamous you can take a look into my modules whih support mmm-voice or in mmm-voice itself, for the voice command actions i implemented some sort of modal which blurs all information on the mirror out and shows the new stuff on top
Read the statement by Michael Teeuw here.

Posts
-
RE: How to show a popup window
-
MMM-ip
A module to show MagicMirror’s IPv4 Network Address
[card:fewieden/MMM-ip]
-
RE: Module Position
@maxbachmann there is now magicmirror api for it, but you could manipulate the dom and set the module in a different region manually.
-
RE: Default MagicMirror clock config timezone error
@Adaman134 you shouldn’t touch the clock.js file, instead do the changes in your config file
{ module: "clock", position: "top_left", config: { timezone: 'America/New_York' } }
if you are in new york you don’t have to do this at all, I would recommend to set your rpi timezone correctly instead.
-
RE: MMM-ip
@PointPubMedia in your case you can take this config
{ module: 'MMM-ip', position: 'bottom_bar' }
combined with
div.MMM-ip div.module-content { text-align: right; }
in ~/MagicMirror/css/custom.css
-
RE: MagicMirror² Hackathon 2018
Ready for take off, updates will be posted on magicmirror discord group or in the project board
-
RE: console.log in getDom
@kiki99 where did you check for logs? those ones are in the browser/electron window and not in the terminal as the ones in the nodehelper
-
RE: What's the difference?
@Mykle1 thats correct.