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

Magic Mirror with touchscreen Display/Monitor

Scheduled Pinned Locked Moved Hardware
21 Posts 6 Posters 17.3k Views 7 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 @core
    last edited by Mar 30, 2022, 2:49 PM

    @core but this is effectively the same as the ir frame… the special touchfoil does the work… NOT the monitor…

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • C Offline
      cowboysdude Module Developer @core
      last edited by Mar 31, 2022, 11:34 AM

      I have a 24" one that after I bought it found out that it will not work in Linux so my only option is to install MM on Windows … ugh. So when I can come across a NUC or something small I will until then …

      1 Reply Last reply Reply Quote 0
      • B Offline
        BJK @Snille
        last edited by Mar 31, 2022, 2:49 PM

        @Snille Hi Snille
        I have had greate use of xin.sh file to run at start. It contained the:
        “DISPLAY=:0.0 xinput --set-prop “Multi touch Multi touch overlay device” “Coordinate Transformation Matrix” 0 1 0 -1 0 1 0 0 1”
        However, now using the pm2 start xin.sh for automatic start, I get an error in the pm2 log
        What do you use to correct the ir-frame ?
        Best
        Bo

        S B S 4 Replies Last reply Mar 31, 2022, 3:48 PM Reply Quote 0
        • S Away
          sdetweil @BJK
          last edited by Mar 31, 2022, 3:48 PM

          @BJK what is the error?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • B Offline
            BJK @BJK
            last edited by Mar 31, 2022, 8:24 PM

            @sdetweil

            Well, I start the xin.sh with PM2 and it works with calibrating the IR-frame:

            xin.sh:
            #!/bin/bash
            DISPLAY=:0.0 xinput --set-prop “Multi touch Multi touch overlay device” “Coordinate Transformation Matrix” 0 -1 1 1 0 0 0 0 1

            However, after the mm.sh (the MagicMirror) has started, then when I go back to Raspberry disktop the the Calibration is off again. If I then run the xin.sh with “pm2 start xin.sh” in a terminal window then the calibration is okay again.

            This is the error that I get from pm2 log file:

            Bo@MMpi:~ $ pm2 list
            ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
            │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
            ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
            │ 0 │ xin │ fork │ 15 │ errored │ 0% │ 0b │
            └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
            [PM2][WARN] Current process list is not synchronized with saved list. App led mm differs. Type ‘pm2 save’ to synchronize.
            Bo@MMpi:~ $ pm2 log
            [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
            /home/Bo/.pm2/pm2.log last 15 lines:
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
            PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
            PM2 | 2022-03-31T20:11:38: PM2 log: Script /home/Bo/xin.sh had too many unstable restarts (16). Stopped. “errored”

            /home/Bo/.pm2/logs/xin-out.log last 15 lines:
            /home/Bo/.pm2/logs/xin-error.log last 15 lines:
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Unable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Unable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Unable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
            0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server

            Should I do something else with pm2 or run the xin.sh in an other way?

            It would be so nice to have i done automatically :beaming_face_with_smiling_eyes:

            Best Bo

            1 Reply Last reply Reply Quote 0
            • B Offline
              BJK @BJK
              last edited by Mar 31, 2022, 8:27 PM

              @sdetweil

              @sdetweil

              Well, I start the xin.sh with PM2 and it works with calibrating the IR-frame:

              xin.sh:
              #!/bin/bash
              DISPLAY=:0.0 xinput --set-prop “Multi touch Multi touch overlay device” “Coordinate Transformation Matrix” 0 -1 1 1 0 0 0 0 1

              However, after the mm.sh (the MagicMirror) has started, then when I go back to Raspberry disktop the the Calibration is off again. If I then run the xin.sh with “pm2 start xin.sh” in a terminal window then the calibration is okay again.

              This is the error that I get from pm2 log file:

              Bo@MMpi:~ $ pm2 list
              ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
              │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
              ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
              │ 0 │ xin │ fork │ 15 │ errored │ 0% │ 0b │
              └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
              [PM2][WARN] Current process list is not synchronized with saved list. App led mm differs. Type ‘pm2 save’ to synchronize.
              Bo@MMpi:~ $ pm2 log
              [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
              /home/Bo/.pm2/pm2.log last 15 lines:
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] starting in -fork mode-
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] online
              PM2 | 2022-03-31T20:11:38: PM2 log: App [xin:0] exited with code [0] via signal [SIGINT]
              PM2 | 2022-03-31T20:11:38: PM2 log: Script /home/Bo/xin.sh had too many unstable restarts (16). Stopped. “errored”

              /home/Bo/.pm2/logs/xin-out.log last 15 lines:
              /home/Bo/.pm2/logs/xin-error.log last 15 lines:
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Unable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Unable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Unable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server
              0|xin | Invalid MIT-MAGIC-COOKIE-1 keyUnable to connect to X server

              Should I do something else with pm2 or run the xin.sh in an other way?

              It would be so nice to have i done automatically 😁

              the mm.sh file:
              cd ~/MagicMirror
              DISPLAY=:0 npm start

              Best Bo

              S B 2 Replies Last reply Mar 31, 2022, 8:43 PM Reply Quote 0
              • S Away
                sdetweil @BJK
                last edited by Mar 31, 2022, 8:43 PM

                @BJK first

                do
                pm2 save

                to sync the disk list with the memory list of things pm2 manages

                then do

                pm2 info 0

                to get the startup info from the task definition

                we’re you running as root ( or using sudo ) when u did the pm2 start xin.sh?

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  BJK @BJK
                  last edited by Apr 1, 2022, 2:43 PM

                  @BJK

                  Regarding: “we’re you running as root ( or using sudo ) when u did the pm2 start xin.sh?”

                  I just wrote “pm2 start xin.sh”,and then “pm2 start mm.sh” and then at last “pm2 save”

                  Should I have used “sudo pm2 start xin.sh” ?

                  S B 2 Replies Last reply Apr 1, 2022, 2:54 PM Reply Quote 0
                  • S Away
                    sdetweil @BJK
                    last edited by sdetweil Apr 1, 2022, 2:54 PM Apr 1, 2022, 2:54 PM

                    @BJK no… NEVER use sudo for anything unless you know WHY you are doing it…

                    and you were logged on as user pi, right?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      BJK @BJK
                      last edited by Apr 1, 2022, 7:48 PM

                      @BJK
                      and you were logged on as user pi, right?
                      Well, instead of user pi, I am user Bo. So my home directory is like home/Bo/MagicMirror/modules…
                      But any idea about the xin.sh error? Would it help to let pm2 just run the xin.sh once?
                      Best

                      S 1 Reply Last reply Apr 1, 2022, 7:49 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        11/21
                        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