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

    Posts

    Recent Best Controversial
    • RE: MMM-AssistantMk2 (v3)

      I usually use Gassistpi which is not implemented in MagicMirror.

      This reacted to Ok Google. That is why I thought it worked similarly.

      Thank you for this additional information,

      I will take the test this weekend

      Regards,

      posted in System
      ChrisC
      Chris
    • RE: MMM-AssistantMk2 (v3)

      Thank you for your reply,
      I thought that to trigger it, we could simply say “ok google” if we did not want to customize the keyword (Jarvis, Smartmirror …) using MMM-hotword.
      Regards,

      posted in System
      ChrisC
      Chris
    • RE: MMM-AssistantMk2 (v3)

      Hello,

      First of all, thank you both for this wonderful work.

      I have a question that may seem silly, but is it mandatory to install MMM-Hotword with this module in order to trigger the wizard?

      Regards,

      posted in System
      ChrisC
      Chris
    • RE: Can't get pm2 to auto launch after reboot

      Hello,
      test this:

      there is an existing script provided by MagicMirror now, please try deleting everything on your ~/.pm2 directory, then using:

      sudo su -c "env PATH=$PATH:/usr/bin pm2 startup linux -u pi --hp /home/pi"
          pm2 start ~/MagicMirror/installers/pm2_MagicMirror.json
          pm2 save
      

      You may have to use systemd instead of linux in the first line if you get an error.

      This solution is not mine but Shbatm.

      See this post: Here

      cordially

      posted in Troubleshooting
      ChrisC
      Chris
    • RE: Can't seem to get PlayStation 3 Eye Camera to work

      @jmartin1009 said in Can't seem to get PlayStation 3 Eye Camera to work:

      @chris also when i tried to do the second line of the pulseaudio install, i got

      pi@raspberrypi:~ $ sudo apt-get install pauvcontrol gstreamer0.10-pulseaudio
      Reading package lists... Done
      Building dependency tree        
      Reading state information... Done
      E: Unable to locate package pauvcontrol
      

      what do i do to fix this, thanks!

      Hello,

      it is actually pavucontrol and not pauvcontrol as yawms rightly pointed out.

      the .asound.conf file is a hidden file. right-click in the file explorer window and choose to show hidden files. Normally it will appear.

      In any case, if there is no sudo nano command .asound.conf in the terminal will create this file.

      as sdetweil tells you, stick to the point at the beginning of the file.

      Regards,

      posted in Hardware
      ChrisC
      Chris
    • RE: Can't seem to get PlayStation 3 Eye Camera to work

      Hello,

      Modify your ~ / .asoundrc and /etc/asound.conf files

      sudo nano /etc/asound.conf
      
      sudo nano .asoundrc
      

      with this code:

      # ps3 eye + 3.5mm speaker Raspberry Pi
      ## Suggested by http://julius.sourceforge.jp/forum/viewtopic.php?f=9&t=66
      ## Modified by https://github.com/afzalive
      pcm.jack {
        type hw
        card ALSA
      }
      pcm.array {
        type hw
        card CameraB409241
      }
      pcm.softvol {
        type softvol
        slave.pcm "jack"
        control {
          name Master
          card 0
        }
      }
      pcm.cap {
        type plug
        slave.pcm "array"
        slave.channels 4
        ttable {
          0.0 30.0
          1.1 30.0
        }
      }
      pcm.!default {
          type asym
          playback.pcm "plug:softvol"
          capture.pcm {
            type plug
            slave.pcm "cap"
          }
      }
      ctl.!default {
        type hw
        card 0
      }
      ctl.softvol {
        type hw
        card 0
      }
      

      open a terminal and install pulseaudio:

      sudo apt-get install pulseaudio
      
      sudo apt-get install pavucontrol gstreamer0.10-pulseaudio
      
      

      reboot and in the menu of raspbian you should see a tab allowing you to access the pulseaudio settings (sound and video tabs).

      The PS3 mic will appear in it.

      I hope I have been clear in my indications,

      Regards,

      posted in Hardware
      ChrisC
      Chris
    • RE: Autostart MM after reboot doesn't work

      Hello,

      I had the same problem with pm2.

      Indeed, I reinstalled several times, and each time everything went well. I created my mm.sh file and saved it.

      However, each time I restarted my PI, it was not taken into account.

      I solved this problem by following this thread:

      PM2 MM2 Not starting on start up

      especially the shbatm solution as the last message.

      By the way thank you to him.

      Regards,

      posted in Troubleshooting
      ChrisC
      Chris
    • RE: Magic mirror first try (France, ~Lille)

      @mmourcia

      Bonjour,

      Merci pour le lien, je ne l’avais pas trouvé. J’ai du mal chercher.

      Cordialement,

      Hello,

      Thanks for the link, I did not find it. I have trouble searching.

      Regards,

      posted in Show your Mirror
      ChrisC
      Chris
    • RE: Magic mirror first try (France, ~Lille)

      Bonjour,

      Joli travail.
      Je regardais le module MMM-Rain-Forecast mais j’avais cru comprendre qu’il ne fonctionnait qu’au Pays-Bas.
      Pourriez-vous m’indiquer où trouver ce module actif pour la France?
      Cordialement,

      Hello,

      Nice work.
      I was looking at the MMM-Rain-Forecast module but I understood that it only worked in the Netherlands.
      Could you tell me where to find this active module for France?
      Regards,

      posted in Show your Mirror
      ChrisC
      Chris
    • RE: MagicMirror does not start anymore

      @sdetweil

      Hello,

      Thank you for your answer.
      I tried install valid-urlbut it did not change anything.
      I solved the problem using a backup of the pi that I had (thankfully) done.
      I updated the pi and everything is working properly.
      this bug will definitely remain a mystery …

      Thank you for your help,
      Regards,

      posted in Troubleshooting
      ChrisC
      Chris
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 3 / 7