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

    Posts

    Recent Best Controversial
    • RE: So ... to update MagicMirror I would ... ??

      Just updated the new repo.

      It’s alive again.

      Thanks great job

      posted in Troubleshooting
      C
      Charley
    • RE: So ... to update MagicMirror I would ... ??

      I am on v6.12.3

      And not working when I update npm install

      posted in Troubleshooting
      C
      Charley
    • RE: So ... to update MagicMirror I would ... ??

      I returned from a copied img from my sd card to an older version and only did

      git pull
      

      didn’t do the

      npm install
      

      at least now it works again

      posted in Troubleshooting
      C
      Charley
    • RE: So ... to update MagicMirror I would ... ??

      Also my MagicMirror is a blank screen. Will not start again

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-Bose-Soundtouch

      Bose uses XML for replies most other systems use JSON
      Yes I only play classics (Music I can understand)

      posted in Entertainment
      C
      Charley
    • RE: gauge.js

      Maybe you could try this

      let mycanvas = document.createElement("canvas");   // changed from div to canvas
      mycanvas.id=("divcanvas")
      let target=document.getElementById("divcanvas")
      

      I made a typo yesterday

      posted in General Discussion
      C
      Charley
    • RE: Should I switch to Magic Mirror?

      @axor I had installed a Dakboard. then I found a link to MagicMirror.
      Now I am hooked to MagicMirror the best there is.

      posted in General Discussion
      C
      Charley
    • RE: gauge.js

      Okay I might have an idea

      Change your createElement part to

      let mycanvas = document.createElement("div");
      mycanvas.id=("divcanvas")
      let target=document.getElementById("divcanvas")
      
      
      posted in General Discussion
      C
      Charley
    • RE: gauge.js

      @sispheor Is everything invisible or just the gauge?
      Do you see pressure or temperatures?
      What is in your console.log from

      console.log('adafruit_python_bpm.py results: %j', results[0]);
      
      posted in General Discussion
      C
      Charley
    • RE: gauge.js

      What is the code in your start.
      I expect you don’t add the wrapper to the dom

      posted in General Discussion
      C
      Charley
    • 1 / 1