Read the statement by Michael Teeuw here.
-
I had an idea in the morning. Would it be possible to develop a new menu in this modul for changing the place of a displayed modul? For example moving it from the top to the middle of the screen with a button?
Do you understand what i mean? :) -
@Jopyth - another great update. Thanks
I’ve added an issue (feature request really) on GitHub to explore whether the functionality of this module could be exposed to other modules so it could be triggered using sendNotification.
e.g.
sendNotification('REMOTE_ACTION', {query: 'MONITOROFF'}
I’ve also drafted a pull request with an idea of how this could be done.
If this could be implemented, then things like turning the monitor on and off or restarting MM could be scheduled using a combination of this module and MMM-ModuleScheduler
-
@ceerix Definitely something I would like to have, too, along with spawning new modules. I think it needs changes to the core project though, which support moving and creating of modules while running.
@ianperrin Good idea, I answered on github.
-
New update:
- It is now possible to “call” all functions provided via the remote control from modules through notifications (see the readme), thanks to @ianperrin
-
This post is deleted! -
Nice work, this module is a handy one!
I have another feature request: HIDE_ALL and SHOW_ALL to hide / show all modules at once :-) -
this function is called MONITORON - MONITOROFF ;-)
-
Super awesome work on the remote App!
Not sure if you already noticed it, but there is a change in the hide/show mechanism which might be very helpful for you:
https://forum.magicmirror.builders/topic/241/revising-the-show-hide-mechanism/9Keep up the good work.
-
I use your MMM-Remote Control. Thank you for this verry good Modul.
But I have a litlle question. Maybe some other will ask themselves too. In a single flat whit only one Person it wouldn’t a problem, but in a House/Flat whit more then one Person (wife/Children…) I thing it could maybe a problem that everybody can call the remote Page. And so I ask myself Is it possible and is it many work to code a PIN question before you can Open the page or clicking something?
greets gismo
-
@gismo2006 Good idea. Originally I thought the IP address filtering coming in version
2.1.0
could serve that purpose. Do you think that would work? I.e. you can assign fixed IP addresses to your devices, and enter these addresses in theconfig.js
, and only these IP’s are allowed to access the mirror (and also the Remote Control).