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

Posts

Recent Best Controversial
  • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

    @sdetweil my code looks like this, perhaps it’s a need for an update…?
    13b91156-d6b8-4c1a-b2ee-af3f8fc767bc-image.png

    posted in Utilities
    H
    hedmik
    Jan 10, 2022, 8:47 AM
  • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

    @snille Hi, trying to use this module but getting below error.
    I followed your instructions i hope :-)
    [07.01.2022 17:10.13.062] [ERROR] (node:30547) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading ‘body’)
    at /home/pi/MagicMirror/modules/MMM-homeassistant-sensors/node_helper.js:40:83
    at runMicrotasks ()
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    [07.01.2022 17:10.13.067] [ERROR] (node:30547) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 46)

    posted in Utilities
    H
    hedmik
    Jan 7, 2022, 4:32 PM
  • RE: electron-rebuild and MagicMirror v2.18 (and more)

    Wow, thanks for sharing this!!!
    Now, I’m back on track again :-)

    posted in Development
    H
    hedmik
    Jan 5, 2022, 5:33 PM
  • Temperature and/or last motion from Philips Hue motion sensor?

    Hi,

    I’m using mmm-hue-lights and want to display temperature and/or the last motion from a Philips Hue motion sensor (indoor and outdoor).
    Anyone added that feature…?

    /Mikael

    posted in Development
    H
    hedmik
    Dec 2, 2021, 7:59 PM
  • RE: My first two mirrors made with privacy film vs acrylic one

    @jorgnyg i’ve tried to upload again but still not working :-(

    posted in Show your Mirror
    H
    hedmik
    Feb 2, 2020, 7:16 PM
  • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

    @devmil Hi Michael, i’ve been testing with d-c-fix mirror-effect privacy film and acrylic oneway mirror and both is interfering the PIR sensor so i had to put in a small box above the frame. Not a fancy design though…
    For the acrylic i have spare place beneath the screen so i drilled a hole.
    For the upcoming bath mirror i’ve ordered a Pilkington MirrorView. Don’t know yet if it will work with the sensor behind that glass though…otherwise i’ll put in a separate place/box. Hard to drill the glass and wouldn’t dare trying :-|

    posted in Tutorials
    H
    hedmik
    Jan 11, 2020, 10:42 AM
  • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

    @sdetweil :rolling_on_the_floor_laughing:
    Yes, i’ve built two mirrors and now working on my third bathroom mirror and with x number of files open in Notepad++ it’s getting messy…and even if you can see the file name and it’s location (host name) you end up editing elsewhere :dizzy_face:

    posted in Tutorials
    H
    hedmik
    Jan 9, 2020, 8:28 PM
  • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

    @hedmik sorry, my bad, i was editing config in another pi…
    Now it’s working now as it should :-)

    posted in Tutorials
    H
    hedmik
    Jan 9, 2020, 1:38 PM
  • RE: UPDATE: Replaced my PIR-Sensor with a Doppler Microwave Sensor.

    More or less the same problem for me…
    I’m using a velleman VMA314 connected to GPIO pin 11 (BCM GPIO 17) and module MMM-PIR-Sensor.
    I’ve updated wiringPi for Pi 4 (wiringPi updated to 2.52 for the Raspberry Pi 4B)
    I see that state changes using “gpio readall” but nothing happens…or to start with, connected screen does not even turn off after time set in config:

    		{
    			module: 'MMM-PIR-Sensor',
    			config: {
    			// See 'Configuration options' for more information.
    				sensorPin: 17, // The pin (BCM numbering, NOT pin number itself) your PIR-sensor is connected to.
    				powerSaving: true, // Should the monitor be turned off if no user is present? (via HDMI or relay)
    				powerSavingDelay: 5, // Additional software side delay (in seconds) before the monitor will be turned off.
    				powerSavingNotification: true, // To display a notification before to switch screen off
    				powerSavingMessage: "Skärmen stängs av på grund av inaktivitet..." // Message notification to display before to switch screen off
    				
    			}
    		},
    
    posted in Tutorials
    H
    hedmik
    Jan 9, 2020, 1:15 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy