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: MMM-MyWeather and coloricon option

      @johnny_swindle

      sample

      {
        module: 'MMM-MyWeather',
        position: 'top_right',
        config: {
          apikey: 'xxxxxxxxxxxxx', // private; don't share!
          pws: 'pws:IGELDERL219', //culemborg
          hourly: '1',
          fctext: '1',
          fcdaycount: "5",
          fcdaystart: "0",
          hourlyinterval: "3",
          hourlycount: "2",
          alerttime: 10000,
          alerttruncatestring: "english:",
          roundTmpDecs: 1,
          UseCardinals: 0,
          layout: "horizontal",
          sysstat: 0,
          coloricon: true
        }
      },
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: Problem updating to v2.3.1

      @Kristianson
      did you run git reset --hard and then git pull && npm install

      posted in Troubleshooting
      N
      NoNameRo
    • RE: Problem updating to v2.3.1

      @Kristianson
      if you have the same error as @Bob

      have you deleted or renamed the readme file under “/home/pi/MagicMirror/modules/default/currentweather/README.md”

      posted in Troubleshooting
      N
      NoNameRo
    • RE: New MagicMirror Version

      @ostfilinchen
      but you have deleted them, if not then please delete and try again

      posted in Troubleshooting
      N
      NoNameRo
    • RE: New MagicMirror Version

      @ostfilinchen
      what is the error after you have deleted the Readme file

      try following

      pm2 stop mm
      

      then

      git pull && npm install
      

      and then

      pm2 restart mm
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: New MagicMirror Version

      @ostfilinchen

      what error you get, did you run git pull && npm install

      posted in Troubleshooting
      N
      NoNameRo
    • RE: So ... to update MagicMirror I would ... ??

      I do not know if it is absolutely necessary to stop the service, for me it was obvious to do it

      posted in Troubleshooting
      N
      NoNameRo
    • RE: So ... to update MagicMirror I would ... ??

      for me it worked without problems as follows

      pm2 stop mm
      

      then

      git pull && npm install
      

      and then

      pm2 restart mm
      

      maybe it works for one or the other

      posted in Troubleshooting
      N
      NoNameRo
    • RE: Help! Probem using PIR Sensor on raspberry pi zero to turn on/off screen

      @Mikgabo
      To test if it works, you should enter it correctly

      to turn off the screen

      sudo tvservice -o
      or
      vcgencmd display_power 0
      

      to turn on the screen

      sudo tvservice -p
      or
      vcgencmd display_power 1
      

      please follow the instructions under 2.2 Using PIR-Script, then your PIR will work too

      posted in Troubleshooting
      N
      NoNameRo
    • RE: So ... to update MagicMirror I would ... ??

      @chef

      If you want to update your MagicMirror² to the latest version, use your terminal to go to your Magic Mirror folder and type the following command:
      
      git pull && npm install
      
      If you changed nothing more than the config or the modules, this should work without any problems. Type git status to see your changes, if there are any, you can reset them with git reset --hard. After that, git pull should be possible.
      
      posted in Troubleshooting
      N
      NoNameRo
    • 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
    • 2
    • 2 / 2