• 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.
  • S Away
    sdetweil @ankonaskiff17
    last edited by sdetweil Jun 17, 2023, 11:28 PM Jun 17, 2023, 11:27 PM

    @ankonaskiff17 I never tried alt by itself, ever.

    yes aarch64 is 64 bit, armv7l is 32 bit

    raspi 64 bit came out last year. was a beta before that… beta pretty unstable

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    B A 2 Replies Last reply Jun 18, 2023, 10:20 AM Reply Quote 0
    • B Offline
      bugsounet Banned @sdetweil
      last edited by bugsounet Jun 18, 2023, 10:21 AM Jun 18, 2023, 10:20 AM

      @sdetweil no,no it’s a 32Bits OS with X64 kernel

      It’s now the new rule for 32Bits version

      you can have 32bits kernel with 32bits Os by editing /boot/config.txt

      and adding this line at the end:
      arm_64bit=0

      result is:

      pi@raspberrypi:~/MagicMirror $ uname -a
      Linux raspberrypi 6.1.21-v7l+ #1642 SMP Mon Apr  3 17:22:30 BST 2023 armv7l GNU/Linux
      

      by default arm_64bit=1 for apply x64 kernel

      1 Reply Last reply Reply Quote 0
      • A Offline
        ankonaskiff17 @sdetweil
        last edited by ankonaskiff17 Jun 18, 2023, 3:12 PM Jun 18, 2023, 3:07 PM

        @sdetweil This is why ALT
        Using Alt.jpg

        In any case neither ALT, ALT+Spacebar or CTL+m allow me to easily move back and forth between configuring and checking the Magic Mirror.

        This is all being done on Pi4B’s BTW.
        I have formatted the sd card on the original Pi4B now 4 times and installed MM 4 times right behing the Pi OS fresh install. 64 bit

        After you made mention of 32 bit I took a second Pi 4B, installed 32 bit Pi OS and then right behind I installed MM

        The existing, functioning MM is fine. I hit ALT and it does just what the attached picture says it should do.

        So I have two Pi 4B’s, one of which is running 32 bit Pi OS and one running 64 bit Pi OS.
        Neither will let me get access to the toolbar in any combination of keystrokes.

        S 1 Reply Last reply Jun 18, 2023, 3:38 PM Reply Quote 0
        • S Away
          sdetweil @ankonaskiff17
          last edited by Jun 18, 2023, 3:38 PM

          @ankonaskiff17 “usage”, oh you mean the DOC… hahaha…

          things change way too fast

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 2 Replies Last reply Jun 18, 2023, 4:56 PM Reply Quote 0
          • A Offline
            ankonaskiff17 @sdetweil
            last edited by ankonaskiff17 Jun 18, 2023, 6:58 PM Jun 18, 2023, 4:56 PM

            @sdetweil Hitting ALT always worked in the past and continues to work on the older MM. I don’t pull these things out of thin air. I get your point about documentation though.
            You mentioned early in this conversation about that being something that is done in Electron. Electron is way beyond my knowledge level. But searching Google it seems that somewhere in Electron there is titleBarStyle and it is currently set to hidden . I haven’t a clue as to how to run that to ground but almost like someone was messing with the code trying to make a kiosk but didn’t do that locally.

            1 Reply Last reply Reply Quote 0
            • A Offline
              ankonaskiff17 @sdetweil
              last edited by Jun 20, 2023, 2:39 AM

              @sdetweil This is in regards to auto-starting MM.
              When installing NPM per the documentation, do you install at ~$ or at/MagicMirror $
              It isn’t real clear because half way through that sequence it has cd ~ which you could take to mean you are installing npm at the MagicMirror level then you back up to put the auto start script at root?

              I kinda-sorta think I understand what is going on with this ALT problem but I’m out of gas and will confirm in the morning.

              S 1 Reply Last reply Jun 20, 2023, 2:43 AM Reply Quote 0
              • S Away
                sdetweil @ankonaskiff17
                last edited by sdetweil Jun 20, 2023, 3:04 AM Jun 20, 2023, 2:43 AM

                @ankonaskiff17 npm is installed globally (-g)
                effectively as root… system wide

                the pm2 install for auto start is to execute the command output from the command, pm2 startup

                and npm (node package manager). is what loads the dependencies listed in package.json (npm install) and then executes the command listed in the scripts section of package.json (npm start, or npm run xxxxx, see the list)

                I posted the command line parms to launch chromium instead of electron, so try that and see what keyboard handling there is…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                A 1 Reply Last reply Jun 21, 2023, 1:28 AM Reply Quote 0
                • A Offline
                  ankonaskiff17 @sdetweil
                  last edited by Jun 21, 2023, 1:28 AM

                  @sdetweil It’s alive.

                  S 1 Reply Last reply Jun 21, 2023, 1:46 AM Reply Quote 0
                  • S Away
                    sdetweil @ankonaskiff17
                    last edited by Jun 21, 2023, 1:46 AM

                    @ankonaskiff17 which. prior, this w chromium, it’s Tuesday?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    A 1 Reply Last reply Jun 21, 2023, 2:08 AM Reply Quote 0
                    • A Offline
                      ankonaskiff17 @sdetweil
                      last edited by ankonaskiff17 Jun 21, 2023, 2:17 AM Jun 21, 2023, 2:08 AM

                      @sdetweil I took two identical Pi 4B’s, formatted them intalled 64 bit PI OS on both.
                      Then installed MM 2.22.0 on one and 2.23.0 on the other.
                      No VNC or SSH, start to finish.

                      2.22.0 I hit ALT (only) and the expected toolbar with VIEW then Toggle Full Screen and the Open Developer Tools come up as I am accustomed to.

                      2.23.0 exhibits that same unexpected behavior that started us down this road.

                      The whole ALT+F11 is WAY WAY beyond me but it does shrink the size of the MM overlay. Unfortunately it does not give you Open Developer Tools so that is a problem.

                      Beyond that, I am clueless. Why 2.22.0 works as desired and 2.23.0 doesn’t is way out beyond my level of knowledge.

                      I never got to the Chromium stuff you described but more than happy to run that down on the Pi with 2.23.0 on it.
                      Once I saw that 2.22.0 install give me what I wanted I was going see if I could repeat that.

                      S 1 Reply Last reply Jun 21, 2023, 2:18 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      2 / 5
                      • First post
                        19/44
                        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