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

    Posts

    Recent Best Controversial
    • RE: Error installing MMPM

      I hade the same problem but i could solve it with some good old reading

      https://www.raspberrypi.com/documentation/computers/os.html#python-on-raspberry-pi

      I used the per-user enviroment

      Use the following command to create a virtual environment in a hidden folder in the current user’s home directory:

      python -m venv ~/.env
      

      Run the following command from any directory to start using the virtual environment:

      source ~/.env/bin/activate
      

      You should then see a prompt similar to the following:
      (.env) $:

      To leave the virtual environment, run the following command from any directory:

      deactivate
      

      When you are inside your virtual environment you can install mmpm an can also use the whole commands like mmpm version ect.

      Hope this helps

      posted in Troubleshooting
      R
      r0t
    • RE: Fresh Install / node: bad option: --run

      @sdetweil I have send you the Mail with the log. Also the Mirror ist runnig so this thread is solved.

      posted in Troubleshooting
      R
      r0t
    • RE: Fresh Install / node: bad option: --run

      @sdetweil first try with your Script failed with this prompt

      install log being saved to /home/red/install.log
      Updating packages ...
      Installing helper tools ...
      installing correct version of node and npm, please wait
      sudo: n: command not found
      node failed to install, exiting
      

      After Updating to node v24.11.0
      im waiting for

      Installing dependencies ...
      

      i give you feedback when i’m up and running ;D

      posted in Troubleshooting
      R
      r0t
    • RE: Fresh Install / node: bad option: --run

      OK ist working with your Script … How convenient
      Thx you for the super fast answer and your work putting together that Script.

      posted in Troubleshooting
      R
      r0t
    • Fresh Install / node: bad option: --run

      Hello,

      i’m super fresh into MagicMirror and on my first installation attempt i have problems.

      I have a Raspi4B with RaspiOS

      I installed nodejs

      node --version
      

      returns -> v20.19.2

      I have pulled the git with

         git clone https://github.com/MagicMirrorOrg/MagicMirror
      

      and i’m in the repository but the command

      node --run install-mm
      

      Gives me this prompt: node: bad option: --run

      i’m feeling dumb but im not very got at linux at all ,D bu i want too learn

      posted in Troubleshooting
      R
      r0t
    • 1 / 1