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: MMM-PIR-Sensor problems

      Maybe you have screensaver not disabled.

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-PIR-Sensor problems

      My PIR has no jumper. From banggood
      The two potentiometers are both in the middle position.
      There are a few more topics on the screen not reacting properly a few LCD screens do not support switching thru HDMI.

      I tested the PIR on an Arduino Nano to see when it was detecting and at what range, but you can also do that with a Raspberry.

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-PIR-Sensor problems

      I have just checked my Mirror I am at pin 22 the 8th pin on the bottom of this print
      The 8th pin on the bottom

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-PIR-Sensor (black screen)

      @Stabber what is in your config.js for the module?

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-PIR-Sensor problems

      @Charley said in MMM-PIR-Sensor problems:

      powerSavingDelay:40

      You may want to change your config to only: powerSavingDelay:40

      If you switch off thru HDMI then powerSaving:true is not needed imho.
      and better use powerSavingDelay: 60 instaead of offDelay just copy mine config.js settings from above it should work

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-PIR-Sensor problems

      @blebbens I have checked on my js file

      It says for the offDelay seconds (30000 = almost 8:20 hours or so. Long time to look at yourself.)

      {
          		 module: 'MMM-PIR-Sensor',
      		   		config: {
      					powerSavingDelay:40
      				}
        		},
      

      I am also connected to PIN 25 so no need to add to config.

      This my is config.js I hope it helps. Mine works perfect.

      If you are unsure about the pins check this at the bottom of the page.
      https://pinout.xyz/
      pinout

      posted in Troubleshooting
      C
      Charley
    • RE: MMM-Domiticz

      @peter
      Look at the GitHub page there is an updated config.js example that should help.

      posted in Utilities
      C
      Charley
    • RE: MMM-Domiticz

      @Peter I have just updated the module. Now blinds are included.

      Just update your config.js with a ‘blindsTitle’ and add ‘blinds’ to showItems

      posted in Utilities
      C
      Charley
    • RE: Apple Music Now Playing

      On which device are you playing the music?

      Look at my MMM-Bose-Soundtouch module that shows you when Apple Music is playing.

      posted in Requests
      C
      Charley
    • RE: My in-wall mirror version 2.0

      Really nice, like the in wall idea

      posted in Show your Mirror
      C
      Charley
    • 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
    • 2
    • 3
    • 4
    • 5
    • 4 / 5