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

IR Frame doesn't rotate

Scheduled Pinned Locked Moved Troubleshooting
24 Posts 7 Posters 16.4k Views 8 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
    AlessandroRa
    last edited by Jan 10, 2017, 12:38 AM

    Hi guys, I tried to rotate my Magic mirror vertically today. The display did that, but now the touch screen is not calibrated anymore, it looks like it has not rotated. Any suggestions on how to fix it? Thanks!

    1 Reply Last reply Reply Quote 0
    • S Offline
      Snille Module Developer
      last edited by Feb 14, 2017, 4:50 PM

      Hi @AlessandroRa Did you resolve this, I’m in the same boat. :) Got my IR Frame today, but cant manage to get it to turn (screen turns, but not the IR touch frame)… Googleing my brains out :)

      If you cant find it, make it and share it!
      Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

      S 1 Reply Last reply Feb 14, 2017, 5:22 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @Snille
        last edited by Feb 14, 2017, 5:22 PM

        @Snille did you ask the manufacturer?

        Please create a github issue if you need help, so I can keep track

        S 1 Reply Last reply Feb 14, 2017, 5:38 PM Reply Quote 0
        • S Offline
          Snille Module Developer @strawberry 3.141
          last edited by Feb 14, 2017, 5:38 PM

          @strawberry-3.141 Nope, not yet, not sure who to ask really… It’s even kind of hard to find the brand itself…
          It’s this one: https://www.aliexpress.com/item/32-points-32-Inch-IR-Multi-touch-overlay-kit-without-glass-for-Interactive-Table-Multi-Touch/1195149819.html
          The model number is at least: NECO-X
          Much more then that is hard to find… :)
          At least they have support for Linux as a HID compatible device (that should be enough I think).
          And it does work, just not in portrait… So, I’m thinking it got to be configurable on the “input-device” itself in rasbian… I just can’t find how. :)

          If you cant find it, make it and share it!
          Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

          S 1 Reply Last reply Feb 14, 2017, 7:26 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @Snille
            last edited by Feb 14, 2017, 7:26 PM

            @Snille they advertise For vertical and horizontal installation screen so ask the seller how you can change this

            Please create a github issue if you need help, so I can keep track

            S 1 Reply Last reply Feb 14, 2017, 8:05 PM Reply Quote 0
            • S Offline
              Snille Module Developer @strawberry 3.141
              last edited by Feb 14, 2017, 8:05 PM

              @strawberry-3.141 Yes, I read that to, but it may also mean like vertical like a monitor (normal landscape) and horizontal like a table (but still in landscape). :)

              If you cant find it, make it and share it!
              Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

              A 1 Reply Last reply Feb 24, 2017, 6:09 PM Reply Quote 0
              • A Offline
                AlessandroRa @Snille
                last edited by Feb 24, 2017, 6:09 PM

                @Snille Sorry, but I hade a few problems in these weeks, so I didn’t had the chance to fix it…
                I asked the manufacturer (thank you @cowboysdude!) and they did send me a driver, but they’ve sent it with 3 extensions: .pkg, .exe, .apk and I’ve no idea how to open them… I have Debian 8 Jessie, by the way.
                Any suggestions? :anguished:

                Y S 2 Replies Last reply Feb 24, 2017, 6:44 PM Reply Quote 0
                • Y Offline
                  yawns Moderator @AlessandroRa
                  last edited by Feb 24, 2017, 6:44 PM

                  @AlessandroRa
                  Hm, these are drivers for Mac (pkg), Android (apk), Windows (exe)

                  Maybe you can extract the pkg file and gather the driver files?

                  A 1 Reply Last reply Feb 24, 2017, 8:45 PM Reply Quote 0
                  • S Offline
                    Snille Module Developer @AlessandroRa
                    last edited by Snille Feb 24, 2017, 6:52 PM Feb 24, 2017, 6:51 PM

                    @AlessandroRa Hi! Unfortunately the manufacturer do not have any drivers for ARM.
                    I ended up with using it as a normal “HID” device. I have to rotate the frame manually with this command in SSH: DISPLAY=:0.0 xinput --set-prop "Multi touch Multi touch overlay device" "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
                    But I cant get it to stick after reboot. So, I have to do it after every boot when everything has started.
                    I did not get the xinnput_calibration values to stick either. I’m in Rasbian Jessie Lite.

                    If you cant find it, make it and share it!
                    Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                    C 1 Reply Last reply Feb 24, 2017, 8:19 PM Reply Quote 0
                    • C Offline
                      cowboysdude Module Developer @Snille
                      last edited by Feb 24, 2017, 8:19 PM

                      @Snille said in IR Frame doesn’t rotate:

                      @AlessandroRa Hi! Unfortunately the manufacturer do not have any drivers for ARM.
                      I ended up with using it as a normal “HID” device. I have to rotate the frame manually with this command in SSH: DISPLAY=:0.0 xinput --set-prop "Multi touch Multi touch overlay device" "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
                      But I cant get it to stick after reboot. So, I have to do it after every boot when everything has started.
                      I did not get the xinnput_calibration values to stick either. I’m in Rasbian Jessie Lite.

                      Write it in an .sh file and have it run everytime you boot up ;)

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      • 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