• 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.

How to get Panel to show

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 3 Posters 3.7k Views 2 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.
  • P Offline
    PhilsterM9
    last edited by PhilsterM9 Apr 25, 2017, 2:59 AM Apr 25, 2017, 2:52 AM

    Hi everyone,

    I am a real noob when it comes to this sort of stuff.
    With that being said, I’d like for the top panel to show through the MagicMirror program so I can access it easily without having to exit the MagicMirror itself.

    I have (almost) tried everything under the sun to show but when I start up the MagicMirror, it wont show.

    Also, I can’t use the mouse when on the MagicMirror. When I am on desktop, it autohides when inactive but it wont show at all when on MagicMirror.

    Any help is appreciated. Thanks!

    M 1 Reply Last reply Apr 25, 2017, 3:49 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @PhilsterM9
      last edited by Apr 25, 2017, 3:49 AM

      @PhilsterM9 said in How to get Panel to show:

      I have (almost) tried everything under the sun to show but when I start up the MagicMirror, it wont show.

      I think you are talking about the menu bar. You simply press your Alt key to drop the menu down when in the MagicMirror.

      Also, I can’t use the mouse when on the MagicMirror. When I am on desktop, it autohides when inactive but it wont show at all when on MagicMirror.

      The mouse is hidden in the Mirror so you don’t see a cursor. If you press your Alt key the menu bar will drop down. You won’t see the cursor until you move your mouse upwards all the way. Then the cursor will be visible when it enters the menu bar

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • B Offline
        broberg Project Sponsor
        last edited by broberg Apr 25, 2017, 6:19 AM Apr 25, 2017, 5:24 AM

        to get the cursor visible when MM is running add

        html {
          cursor: default;
        
        }
        

        in the custom.css file (that can be found in the css folder)

        And you can add

        electronOptions : { autoHideMenuBar: false },
        

        in the config file (place under the line that says “units”)

        P 1 Reply Last reply May 1, 2017, 11:37 PM Reply Quote 2
        • P Offline
          PhilsterM9 @broberg
          last edited by May 1, 2017, 11:37 PM

          @broberg Hi Broburg,

          Thanks for the comment, when I applied your code you gave me, the cursor worked but there isn’t anywhere in either of the css files with a line that says unit.

          Sorry if there answer is clear to you but not me, I’m not really good with all this.

          Thanks in advance

          B 1 Reply Last reply May 2, 2017, 3:09 AM Reply Quote 0
          • B Offline
            broberg Project Sponsor @PhilsterM9
            last edited by May 2, 2017, 3:09 AM

            @PhilsterM9 not in the css file, your config.js file.

            P 1 Reply Last reply May 2, 2017, 4:53 AM Reply Quote 0
            • P Offline
              PhilsterM9 @broberg
              last edited by May 2, 2017, 4:53 AM

              @broberg thanks, just tried it now and it works. Thanks for the help!

              B 1 Reply Last reply May 2, 2017, 5:04 AM Reply Quote 0
              • B Offline
                broberg Project Sponsor @PhilsterM9
                last edited by May 2, 2017, 5:04 AM

                @PhilsterM9 your’e welcome :)

                P 1 Reply Last reply May 9, 2017, 1:20 AM Reply Quote 0
                • P Offline
                  PhilsterM9 @broberg
                  last edited by May 9, 2017, 1:20 AM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    2/8
                    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