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

    Topics

    • S

      Installing MagicMirror in a Docker container

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      4
      3 Votes
      4 Posts
      10k Views
      D
      @savona Thank you very much! It works for me.
    • S

      Using a PIR sensor to turn off the monitor

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      3
      5 Votes
      3 Posts
      4k Views
      M
      Great and very useful! Can you do also make a tutorial for the modul HC-SR04 including all phyton scripts?That would be really great.
    • S

      MM Starts before network is up

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      870 Views
      S
      I am using pm2 and it’s startup scripts to start MM on boot on my pi 3. I tried several different ordering techniques including: [Unit] Description=PM2 process manager Documentation=https://pm2.keymetrics.io/ Wants=network-online.target After=network.target network-online.target .... [Install] WantedBy=multi-user.target network-online.target For some reason nothing works and I keep getting auth errors on my modules and a constant Loading text in my calendar. I resorted to writing this in my MM startup script to wait for a ping: ((count = 100)) while [[ $count -ne 0 ]] ; do ping -c 1 8.8.8.8 rc=$? if [[ $rc -eq 0 ]] ; then ((count = 1)) fi ((count = count - 1)) done if [[ $rc -eq 0 ]] ; then cd ~/MagicMirror DISPLAY=:0 npm start fi Anyone else have any ideas?
    • S

      2318 commits behind...

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      17
      0 Votes
      17 Posts
      7k Views
      CyruS1337C
      @sdetweil said in 2318 commits behind...: rm package-lock.json rm vendor/package-lock.json Thank you for your quick help. Everything works :)
    • S

      MMM-GoogleFit

      Watching Ignoring Scheduled Pinned Locked Moved Health
      4
      0 Votes
      4 Posts
      2k Views
      S
      @justjim1220 Hey thanks for your help. The module is working now, but with one REALLY weird issue. It is doubling all of my steps for each day. For example, I only walked 720 steps today and it is showing 1.5k as the label on the module.
    • 1 / 1