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

raspi 64 bit available

Scheduled Pinned Locked Moved General Discussion
15 Posts 5 Posters 4.3k 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 Offline
    sdetweil @karsten13
    last edited by Feb 5, 2022, 9:56 PM

    @karsten13 yes, movent towards the normal core will break older stuff…

    wondering what is wrong w install

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • B Offline
      bert269 @BKeyport
      last edited by Feb 6, 2022, 2:21 PM

      @bkeyport - Config changes were already present in the older version(1.6.2) - just have to be invoked by pressing Alt-Shift-Z or X - cannot remember)

      1 Reply Last reply Reply Quote 0
      • R Offline
        rejas Module Developer
        last edited by Feb 7, 2022, 6:53 PM

        I am currently trying to update the docs with minimal infos on configuring on a fresh isntall.

        So I took the 64 bit image as well, seems fine so far.

        Only thing I am not trying to get working is rotating the display.

        display_rotate=1

        added to boot/config doesnt seem to work anymore. Anyone got it working?

        S 1 Reply Last reply Feb 7, 2022, 6:58 PM Reply Quote 1
        • S Offline
          sdetweil @rejas
          last edited by Feb 7, 2022, 6:58 PM

          @rejas did u try the display config in prefences?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          R 1 Reply Last reply Feb 7, 2022, 7:18 PM Reply Quote 0
          • R Offline
            rejas Module Developer @sdetweil
            last edited by Feb 7, 2022, 7:18 PM

            @sdetweil in raspi-config? or do you mean in the window manager? I was hoping of setting that via console

            K 1 Reply Last reply Feb 7, 2022, 7:24 PM Reply Quote 0
            • K Offline
              karsten13 @rejas
              last edited by Feb 7, 2022, 7:24 PM

              @rejas

              it works in the WebUI preferences -> screen configuration

              command line: xrandr --output HDMI-1 --rotate right (got it not working over ssh)

              K S 2 Replies Last reply Feb 7, 2022, 8:12 PM Reply Quote 0
              • K Offline
                karsten13 @karsten13
                last edited by Feb 7, 2022, 8:12 PM

                If you use the WebUI the changes are made here:

                pi@pi4:~ $ cat /usr/share/dispsetup.sh
                #!/bin/sh
                if ! grep -q 'Raspberry Pi' /proc/device-tree/model || (grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null || grep -q okay /proc/device-tree/v3dbus/v3d@7ec04000/status 2> /dev/null) ; then
                if xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 60.000 --pos 0x0 --rotate normal --output HDMI-2 --off --dryrun ; then
                xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 60.000 --pos 0x0 --rotate normal --output HDMI-2 --off
                fi
                fi
                if [ -e /usr/share/tssetup.sh ] ; then
                . /usr/share/tssetup.sh
                fi
                exit 0
                

                So editing this script should work for command line.

                R 1 Reply Last reply Feb 14, 2022, 8:07 PM Reply Quote 1
                • S Offline
                  sdetweil @karsten13
                  last edited by Feb 7, 2022, 8:23 PM

                  @karsten13 cool. once u know what it does, easy

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rejas Module Developer @karsten13
                    last edited by Feb 14, 2022, 8:07 PM

                    @karsten13 thanks for the info. so i guess for the docs page it will be a “do it via the ui” info instead of the good old “edit this file” :-)

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 2 / 2
                    2 / 2
                    • First post
                      11/15
                      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