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

ALT not doing anything

Scheduled Pinned Locked Moved Solved Troubleshooting
44 Posts 6 Posters 12.0k Views 5 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.
  • A Offline
    ankonaskiff17 @sdetweil
    last edited by Jun 21, 2023, 10:11 PM

    @sdetweil I assume it is on you all to resolve MM’s conflict with the newest version of Electron?
    I could see that going both ways. If new version of Electron broke EVERYONE’s application that uses Electron is different than if it only breaks one or two applications.

    1 Reply Last reply Reply Quote 0
    • A Offline
      ankonaskiff17 @sdetweil
      last edited by Jun 22, 2023, 11:50 PM

      @sdetweil I went to the Github Issue to see what you wrote and I don’t see anything relating to to how to retrieve an older version of the repository. All my Googling I had found how each version has tag associated with it but I can’t find in the issue stream anywhere.

      S 2 Replies Last reply Jun 23, 2023, 1:39 AM Reply Quote 1
      • S Offline
        sdetweil @ankonaskiff17
        last edited by sdetweil Jun 23, 2023, 2:08 AM Jun 23, 2023, 1:39 AM

        @ankonaskiff17 issue stream?

        have to look at the changelog of the tag

        you should be able to

        git checkout -b branch_name tagname
        

        I think.

        but if you used my script to install, then I strip out all the extra branches to save space

        so you would have to use the clone approach

        Screenshot_20230622_210722_Chrome.jpg

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @ankonaskiff17
          last edited by Jun 23, 2023, 3:04 AM

          @ankonaskiff17 I did this

          git clone -b v2.19.0 https://github.com/MichMich/MagicMirror.git mm2.19
          

          to get the v2.19.0 tag into the folder called mm2.19

          if you don’t have the name at the end the folder will be MagicMirror
          (and fail if there is one already)

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 1 Reply Last reply Jun 29, 2023, 9:30 PM Reply Quote 0
          • A Offline
            ankonaskiff17 @sdetweil
            last edited by ankonaskiff17 Jun 29, 2023, 9:34 PM Jun 29, 2023, 9:30 PM

            @sdetweil Used your script and worked like a charm. Didnt put in mm2.22 at end since I had no previous install.

            Then did the various appropriate steps from the “official” manual install, like node and everything running as desired.

            S A 2 Replies Last reply Jun 29, 2023, 10:06 PM Reply Quote 0
            • S Offline
              sdetweil @ankonaskiff17
              last edited by Jun 29, 2023, 10:06 PM

              @ankonaskiff17 my script does everything… no extra steps required

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • A Offline
                ankonaskiff17 @ankonaskiff17
                last edited by ankonaskiff17 Jul 1, 2023, 3:44 PM Jul 1, 2023, 3:35 PM

                @ankonaskiff17 I meant the one where you use the version tag. Not the one that
                alternative Installation methods is in . That pulls in the current version which is causing me problems with the ALT key

                git clone -b v2.19.0 https://github.com/MichMich/MagicMirror.git mm2.19

                I was unsure if git clone -b v2.19.0 https://github.com/... was going to install node.js, or PM2 so I did those portions of manual installation.

                S 1 Reply Last reply Jul 1, 2023, 4:41 PM Reply Quote 0
                • S Offline
                  sdetweil @ankonaskiff17
                  last edited by Jul 1, 2023, 4:41 PM

                  @ankonaskiff17 ah

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    EricD
                    last edited by Mar 2, 2024, 5:38 PM

                    Hello all,
                    I just install MagiMirror on a new RPI5 and I get the same problem : Alt key doesn’t give me the menu.
                    I have compared electron.js from an old installation that works fine with the one I just install on my RPI5 and I remark the line “electronOptionsDefaults.autoHideMenuBar = true;” is missing in the new version. I add this line in the new version, similar place in the code list, and now the Alt command works like the old version : I get the menu.
                    So it is solved for me, until the next update of electron.js file…

                    If it can help you…

                    EricD

                    S 1 Reply Last reply Mar 2, 2024, 6:20 PM Reply Quote 0
                    • S Offline
                      sdetweil @EricD
                      last edited by Mar 2, 2024, 6:20 PM

                      @EricD yes electron changed the key behavior again. nothing we can do

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      A 1 Reply Last reply Mar 3, 2024, 5:09 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 4 / 5
                      • First post
                        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