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

    Posts

    Recent Best Controversial
    • RE: Help! Probem using PIR Sensor on raspberry pi zero to turn on/off screen

      @Mikgabo said in Help! Probem using PIR Sensor on raspberry pi zero to turn on/off screen:

      My major problem is getting my PIR sensor to function properly. I have it working properly on a pi3 but not the zero.
      What code did u use for your PIR?

      for the Pi Zero use the PIR script from @cruunnerr --> point 2.2 Using PIR script

      maybe this is helpful

      The very important thing is, that your monitor supports HDMI-CEC or ARC. Otherwise u will not be able to turn it on or off via HDMI.
      To reassure you, most monitors do this ;)
      To check if it works just go into terminal via ssh and type:
      
      sudo tvservice -o to turn off
      sudo tvservice -p to turn on
      
      edit: for some monitors the following commands work better. Please use them if your monitor needs it:
      
      vcgencmd display_power 0 to turn off
      vcgencmd display_power 1 to turn on
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: Kalliope assistant + MM

      @sispheor SpeechRecognition was successfully installed, but sudo python setup.py has another error

      pi@MagicMirror:~/kalliope $ sudo python setup.py
      usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
         or: setup.py --help [cmd1 cmd2 ...]
         or: setup.py --help-commands
         or: setup.py cmd --help
      
      error: no commands supplied
      
      posted in Fun & Games
      N
      NoNameRo
    • RE: Kalliope assistant + MM

      @sispheor when trying to install Kalliope on a freshly installed system, I have 2 errors

      Searching for SpeechRecognition>=3.7.1
      Reading https://pypi.python.org/simple/SpeechRecognition/
      No local packages or working download links found for SpeechRecognition>=3.7.1
      error: Could not find suitable distribution for Requirement.parse('SpeechRecognition>=3.7.1')
      
      Searching for apscheduler>=3.3.1
      Reading https://pypi.python.org/simple/apscheduler/
      Downloading https://pypi.python.org/packages/c4/16/8be21944c787ef13cd7581c62d446053d079f36aa54ef20b5b45b378944d/APScheduler-3.5.1.tar.gz#md5=18c2050f24bad3dd82e17dd4b5f182df
      Best match: APScheduler 3.5.1
      Processing APScheduler-3.5.1.tar.gz
      Writing /tmp/easy_install-NmMSMf/APScheduler-3.5.1/setup.cfg
      Running APScheduler-3.5.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-NmMSMf/APScheduler-3.5.1/egg-dist-tmp-px4K5B
        File "build/bdist.linux-armv7l/egg/apscheduler/executors/base_py3.py", line 12
          async def run_coroutine_job(job, jobstore_alias, run_times, logger_name):
                  ^
      SyntaxError: invalid syntax
      
      creating /usr/local/lib/python2.7/dist-packages/APScheduler-3.5.1-py2.7.egg
      Extracting APScheduler-3.5.1-py2.7.egg to /usr/local/lib/python2.7/dist-packages
        File "/usr/local/lib/python2.7/dist-packages/APScheduler-3.5.1-py2.7.egg/apscheduler/executors/base_py3.py", line 12
          async def run_coroutine_job(job, jobstore_alias, run_times, logger_name):
                  ^
      SyntaxError: invalid syntax
      

      then a little excitement, add the starter configuration to rpi_install_kalliope.sh, and let the user during the installation choose which language he wants to install

      posted in Fun & Games
      N
      NoNameRo
    • RE: Ill pay to someone that can install MagicMirror

      @goncalovsc do not give up so fast

      on which system (RPi 2/3 / ZERO) should it be installed, where do you fail, some more information would be helpful

      posted in General Discussion
      N
      NoNameRo
    • RE: Errors when trying to start MagicMirror - New to Pi

      you have to install first and then start with npm install && npm start

      posted in Troubleshooting
      N
      NoNameRo
    • 1 / 1