MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. jordes
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    jordes

    @jordes

    0
    Reputation
    76
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jordes Unfollow Follow

    Latest posts made by jordes

    • RE: MMM-NewPIR v3

      can i add an exception module to not hide, while hiding all others?

      posted in System
      J
      jordes
    • RE: Shutdown Magic Mirror with Home Assistant

      hey i solve everything very simple with:

      https://github.com/daviptrs/hass-unified-remote
      https://www.crackedconsole.com/2019/04/08/installing-unified-remote-for-raspberry-pi/

      posted in Troubleshooting
      J
      jordes
    • RE: Shutdown Magic Mirror with Home Assistant

      @deanonoire nice but how do you turn off your raspberry pi safely before you turn off electricity?

      posted in Troubleshooting
      J
      jordes
    • RE: Shutdown Magic Mirror with Home Assistant

      @cowboysdude thank you for your answer however i do not understand how to translate this for my problem

      hier is my solution that doesnt work for me:

      
      # Example configuration.yaml entry
      switch:
        - platform: command_line
          switches:
             magic_mirror_rpi:
              command_on: "/usr/bin/curl -X GET http://192.168.178.45:8080/remote?action=SHUTDOWN"
              friendly_name: magic_mirror
      
      posted in Troubleshooting
      J
      jordes
    • Shutdown Magic Mirror with Home Assistant

      I am trying to turn off my Magic Mirror from HomeAssistant. But somehow did not work.

      MQTT - does not work
      SHELL COMMAND + MMM-Remote-Control

      Can someone show me a simple solution, or an example me the above listed?

      posted in Troubleshooting
      J
      jordes
    • RE: MMM-Energy-Saver - an easy way to suspend/resume modules based on a PIR sensor.

      how should the MMM-Pir-Sensor be set up for this module to work?
      This is my code:

        {
                      module: 'MMM-PIR-Sensor',
                      config: {
      sensorPin: "23",
                              // See 'Configuration options' for more information.
                      }
              }, 
      
      
      {
          module: "mmm-energy-saver",
          config: {
      triggerMonitor: "true",
      timeoutInSeconds: "3",
              // ... whatever configuration options you want to use
          }
      },
      
      
      posted in System
      J
      jordes