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

    Topics

    • C

      How do I contribute a PR to a module?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      1 Votes
      3 Posts
      243 Views
      karsten13K
      see e.g. https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project
    • C

      CPU 100%. started too many instances of MM

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      2
      0 Votes
      6 Posts
      267 Views
      evroomE
      @capedbuffethero Hi there, Concerning pip you will need to find out what is calling it. Normally it is not a daemon process, meaning something else is calling it. Can you get the following output: ps aux | grep pip And then using the lowest PID found: pstree -a <PID> You can find the lowest PID using: ps aux | grep pid | awk '{print $2}' | sort -u You can also check if there is a cronjob running that is calling pip: crontab -l | egrep 'pip|python' From there we can Google ourselves to a solution :-) Best regards, E.J.
    • 1 / 1