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

    aboulezz

    @aboulezz

    1
    Reputation
    423
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    aboulezz Unfollow Follow

    Best posts made by aboulezz

    • Alexa to-do list module

      Hi,

      I would like to display the Amazon Alexa to-do lists on my mirror. Is there already a module for that?
      I don’t want to use IFTT or switch to wunderlist…

      posted in Requests
      A
      aboulezz

    Latest posts made by aboulezz

    • RE: disable NO signal message

      I faced the same problem with my LG screen but found a work around.

      Step 1) I used wiringpi.com and modified the simple blink example to send out just one impulse:

      #include
      int main (void)
      {
      wiringPiSetup () ;
      pinMode (0, OUTPUT) ;
      digitalWrite (0, HIGH) ; delay (200) ;
      digitalWrite (0, LOW) ;
      return 0 ;
      }

      Step 2) I modified the PIR modules’ node_helper.js so within the functions activate / deactivate don’t enable/disable the HDMI output but execute my compiled ‘blink’ command.

      Step 3) I hard - wired the singal pin to the (with resistor / transistor) to the screens power-button.

      done :-)

      posted in Hardware
      A
      aboulezz
    • Alexa to-do list module

      Hi,

      I would like to display the Amazon Alexa to-do lists on my mirror. Is there already a module for that?
      I don’t want to use IFTT or switch to wunderlist…

      posted in Requests
      A
      aboulezz