Requires Jopyth/MMM-Remote-Control installed on your MagicMirror host, with an API-key configured.
HACS
- Ensure that HACS is installed.
- Add this repository as a custom repository
- Search for and install the "MagicMirror"-integration.
- Restart Home Assistant.
- Configure the
MagicMirror
integration.
- Toggle monitor on/off
- Change brightness
- Show / hide modules (See Note)
- Shutdown host
- Reboot host
- Restart magicmirror
- Refresh browser
- MagicMirror update
- Module update (supports installing new version)
service: notify.magicmirror
data:
title: Title # optional
message: Message # required
data:
timer: 5000 # default, optional
dropdown: False # default, optional
Module controls are using an ID from the API which is generated from MagicMirror config.js. This means that if you change the order of your config.js, the modules might become out of sync. This should be fixed by reloading the integration, to have new devices generated. The old ones needs to be deleted.