@FreddyH That would be great!!
Read the statement by Michael Teeuw here.
Posts
-
RE: My attempt at building the #smartmirror
-
RE: My attempt at building the #smartmirror
@FreddyH Yes! now I can see it. Nice Job!
Do you have any other photo of the frame making process? -
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@strawberry-3.141 does the alias exist or it’s just an idea?
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth Actually I have no idea haha
I’ve added a link in the module control section where I can change proffiles with the proffile switcher module, so I thought may be something similar could be done -
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth Hi! Yes I could solve the part of remote connection, but still can’t find the way to change the name of moddules in the control, since I have for example 3 or 4 iFrames, all of them just says iFrame in the control, so I’m looking the way to customize them. Is it possible?
Kind regards
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@tosti007 Yes, I’ve got something like this:
<a id="link">Profile</a> document.getElementById("link").addEventListener("click", function(){ const ventana = window.open("localhost/remote?action=NOTIFICATION& notification=CURRENT_PROFILE&payload=%22default%22"); setTimeout(function(){ ventana.close(); }, 5000); /* 5 Segundos*/ });
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Anhalter42 Ok, I’ll take a look at this. I’m not good at developing, so I don’t think I could get it, but I’ll try.
Thanks!
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Anhalter42 because I’ve added this
CustomIn the mirror it goes to the Custom profile, but in the remote control it goes to “{“status”:“success”}”
-
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Anhalter42 said in MMM-ProfileSwitcher, A Profile/User/Layout Switching Module:
?action=NOTIFICATION& notification=CURRENT_PROFILE&payload=%22default%22
Awesome!!
And is it possible to add a shortcut in the control menu so there is no need to acces via url?