• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

[Remote-Control] Shutdown, Configure and Update your MagicMirror

Scheduled Pinned Locked Moved System
274 Posts 78 Posters 702.8k Views 77 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    slickric
    last edited by slickric Oct 21, 2016, 12:16 PM Oct 21, 2016, 12:08 PM

    I experience an issue that I haven’t seen other people so sure I’ve done something wrong. When I load the remote on my phone, I get a whole list of options but none clickable :/ Remote topRemote bottom

    J 1 Reply Last reply Oct 21, 2016, 12:44 PM Reply Quote 0
    • J Offline
      Jopyth Moderator @slickric
      last edited by Jopyth Oct 21, 2016, 12:45 PM Oct 21, 2016, 12:44 PM

      @slickric What browser (version?) are you using? It seems the javascript is not loading correctly, so I probably made something which is not compatible with your browser. I will try to fix this as soon as possible.

      Helpful sticky: How to troubleshoot

      S 2 Replies Last reply Oct 21, 2016, 8:30 PM Reply Quote 1
      • M Offline
        Mr.Meeseeks @plumcraft
        last edited by Oct 21, 2016, 1:33 PM

        @plumcraft
        I’m working on that feature now on my own dev, I’ve currently added ‘refresh page’ and ‘update magic mirror’ next is upgrading modules. Then hopefully adding and configuring modules.

        CAAAAN DOO!👍

        1 Reply Last reply Reply Quote 0
        • S Offline
          slickric @Jopyth
          last edited by Oct 21, 2016, 8:30 PM

          @Jopyth safari on iOS 10. I’ve got an android tablet that I’ll try this morning to see if that’s the case. Thanks for the quick reply!

          1 Reply Last reply Reply Quote 0
          • S Offline
            slickric @Jopyth
            last edited by Oct 21, 2016, 9:30 PM

            @Jopyth I get the same on chrome 54.0.2840.66 on iOS10 too :/

            J 1 Reply Last reply Oct 24, 2016, 7:53 AM Reply Quote 0
            • P Offline
              plumcraft
              last edited by Oct 22, 2016, 7:48 AM

              @Mr-Meeseeks : Perfect, thanks :)

              1 Reply Last reply Reply Quote 0
              • P Offline
                Pbaan93
                last edited by Oct 23, 2016, 6:26 PM

                Trying to get the HIDE/SHOW working with postman.
                http://192.168.2.2:8080/remote?action=HIDE&module=<<module_name>>
                What is the syntax? cant find it, sorry …

                J 1 Reply Last reply Oct 24, 2016, 7:28 AM Reply Quote 0
                • J Offline
                  Jopyth Moderator @Pbaan93
                  last edited by Jopyth Oct 24, 2016, 7:33 AM Oct 24, 2016, 7:28 AM

                  @Pbaan93 You have got the correct syntax, your only problem might be, that you need the correct identifier, which depends on your config.js. If your modules in your config.js look like this:

                  modules: [
                      {
                          module: 'calendar',
                          header: 'Some calendar',
                          position: 'top_right',
                          config: {
                              // not configured, just an example
                          }
                      },
                      {
                          module: 'clock',
                          position: 'top_left'
                      },
                      {
                          module: 'newsfeed',
                          position: 'bottom_bar',
                          config: {
                              // not configured, just an example
                          }
                      },
                  ]
                  

                  You could use module_0_calendar, module_1_clock and module_2_newsfeed to hide each module (it is always module + the number of the module in your config, starting to count from 0 + the module name, all separated with underscores).

                  This is the internal identifier, and not simple to construct, but allows to have, for example multiple calendars, and you can hide one or the other.

                  Helpful sticky: How to troubleshoot

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    Pbaan93
                    last edited by Oct 24, 2016, 7:39 AM

                    @Jopyth Thanks for the clear info! I will try this tonight.
                    I’m planning to make an app for ‘Homey’ so i can controll the mirror with my home automation system. With your app this will be possible, so thanks again!
                    For easy configuration in the homey app I need an extra API option: ‘list’, so the homey app knows all the modules with their status. Is this possible?

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      Jopyth Moderator @slickric
                      last edited by Jopyth Oct 24, 2016, 7:57 AM Oct 24, 2016, 7:53 AM

                      @slickric That is weird, my iPad is also running chrome 54.0.2840.66. I assume this also happens, when you access the remote URL from a desktop browser? Could you open the remote URL with developer console, and have a look at possible errors?

                      @Pbaan93 I can add this, yes. Do you think a simple JSON format would suffice?

                      Helpful sticky: How to troubleshoot

                      S 1 Reply Last reply Oct 24, 2016, 9:33 AM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 27
                      • 28
                      • 5 / 28
                      5 / 28
                      • First post
                        47/274
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy