MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pepemujica
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 105
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: My attempt at building the #smartmirror

      @FreddyH That would be great!!

      posted in Show your Mirror
      P
      pepemujica
    • 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?

      posted in Show your Mirror
      P
      pepemujica
    • RE: My attempt at building the #smartmirror

      Hi! Can’t see the image

      0_1494505584965_upload-f222dadd-5b38-448e-801e-197bcb0b7333

      posted in Show your Mirror
      P
      pepemujica
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @strawberry-3.141 does the alias exist or it’s just an idea?

      posted in System
      P
      pepemujica
    • 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

      posted in System
      P
      pepemujica
    • 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

      posted in System
      P
      pepemujica
    • 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*/
      });
      
      
      posted in Utilities
      P
      pepemujica
    • 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!

      posted in Utilities
      P
      pepemujica
    • RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module

      @Anhalter42 because I’ve added this
      Custom

      In the mirror it goes to the Custom profile, but in the remote control it goes to “{“status”:“success”}”

      posted in Utilities
      P
      pepemujica
    • 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?

      posted in Utilities
      P
      pepemujica
    • 1 / 1