MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. JavierTSalas
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    JavierTSalas

    @JavierTSalas

    0
    Reputation
    512
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    JavierTSalas Unfollow Follow

    Latest posts made by JavierTSalas

    • Supporting i386 architecture

      Hey guys I’m trying to use the gactions CLI for gactions with my Google Assistant module but I’m having trouble with my executable. I was trying to hack together a solution by following this SO post to run the exectables but I’m running into the issue of

      /lib64/ld-linux-x86-64.so:2 No such file or directory
      

      This is usually solved by doing the command

      sudo apt-get install ia32-libs
      

      I got a unable to locate package error so I followed this SO Post which told me to

      sudo dpkg --add-architecture i386
      
      sudo apt-get update
      
      sudo apt-get install ia32-libs
      

      but mirrordirector.raspbian.org./…/…i386/Packages doesn’t seem to exist (Unable to find expected entry)
      Any ideas on what I should do?

      Sorry if I’m posting this on the wrong place not sure where this belongs

      Thanks, Javier

      posted in Troubleshooting
      J
      JavierTSalas
    • RE: Facial Recognition - customize your mirror for every user!

      Hey guys. I’m having difficulty using my webcam with the capture.py script. I’m able to use fswebcame and motion to capture video but I keep getting errors running the script. I’m using a the playstion eye as a webcam. Any ideas?

      posted in Troubleshooting
      J
      JavierTSalas