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

    Posts

    Recent Best Controversial
    • RE: Problem with SolarEdgeLite module... please help...

      @sdetweil
      Thank You for response.

      This is how i resolve problem with this module (with help of my brother Wojtek :D)
      (list of commands)

      curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

      export NVM_DIR=“$HOME/.nvm”

      [ -s “$NVM_DIR/nvm.sh” ] && . “$NVM_DIR/nvm.sh”

      [ -s “$NVM_DIR/bash_completion” ] && . “$NVM_DIR/bash_completion”

      nvm install 22.9.0

      nvm use 22.9.0

      inside MagicMirror folder:

      rm -rf node_modules

      rm -rf package-lock.json

      npm install

      npm install request --save

      npm start

      After this MMM-SolarEdge works perfect

      Piotr

      posted in Troubleshooting
      O
      osnapus
    • 1 / 1