Super cool. Would it be possible to create a step by step guide on how you accomplished this?
I come from a non coding background, and hence I am not good with creating my own modules.
Looks super cool !! Great work! :)
Super cool. Would it be possible to create a step by step guide on how you accomplished this?
I come from a non coding background, and hence I am not good with creating my own modules.
Looks super cool !! Great work! :)
@paviro I am fairly new to the programming world, but i was wondering what I need to add to the “//Detected Movement” & “//No movement” parts so that it sends the appropriate power toggle CEC signal to my TV?
Do I need to install the CEC library? How do I initialize this CEC library in your node_helper.js file?
After some googling, i found this library for CEC.
https://github.com/Pulse-Eight/libcec/issues/84
Will this library work for this application?
Any help would be greatly appreciated. :)
You could probably look into this and making a script every time RPi is power cycled, a CEC command is sent to the TV via HDMI cable.
This script could be executed if the RPi is restarted.
https://www.raspberrypi.org/forums/viewtopic.php?t=36588&p=306449
I was wondering if there is a way to toggle the power to the TV via HDMI CEC commands (sent by pi) and integrating a PIR sensor?
Example setup: The pi is always powered on. I walk into the room, the PIR senses me, and sends a power on signal to my TV via HDMI CEC command, and the mirror modules are displayed.
After a set duration, if no activity sensed by PIR sensor, a power off CEC command is sent to the TV by PI.
Has this been done before?
Any guidance would be much appreciated.
I was wondering if there is a way to toggle the power to the TV via HDMI CEC commands (sent by pi) and integrating a PIR sensor?
Example setup: The pi is always powered on. I walk into the room, the PIR senses me, and sends a power on signal to my TV via HDMI CEC command, and the mirror modules are displayed.
After a set duration, if no activity sensed by PIR sensor, a power off CEC command is sent to the TV by PI.
Has this been done before?
Any guidance would be much appreciated.
I am a fitness enthusiast and love my garmin fenix 3 HR. I am a newbie in the coding world, tried several times to follow documentation on creating my own module without much success.
I was wondering if anyone out there would be willing to create a module in partnership for Garmin Connect info for the MagicMirror
I faced the issue when I was working under MagicMirror folder and then installing the 3rd party modules.
I corrected it by going into /MagicMirror/Modules
folder and then installing the module using the git command.
Hope this helps