MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    disable NO signal message

    Scheduled Pinned Locked Moved Hardware
    22 Posts 9 Posters 21.3k Views 8 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      Desertswing @bhepler
      last edited by

      @bhepler , But when i want to keep my raspberry always online i have to do something about this situation, it is possible to put new firmware on the TV but i can`t find any modding software thats easier then Hexa codes to configure…

      with an LG tv its possible because u can get the firmware software download on a USB drive from the TV, but i want to use a tv that i don`t use anymore.(Recycle project).

      1 Reply Last reply Reply Quote 0
      • D Offline
        Desertswing @aboulezz
        last edited by

        @aboulezz said in 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 :-)

        Can`t i use this instead and make my raspberry a longer time to get the HDMI port visible to the TV, ore do i get the message still when giving the HDMI port a command to show himself. (If u know what i mean).

        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 3
        • 3 / 3
        • First post
          Last post
        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