• 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. jordes
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
J
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 6
  • Groups 0

jordes

@jordes

0
Reputation
76
Profile views
6
Posts
0
Followers
0
Following
Joined Aug 26, 2019, 4:51 PM
Last Online Jul 26, 2023, 6:56 PM

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
    Aug 31, 2021, 4:25 PM
  • 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
    Apr 16, 2021, 7:09 PM
  • 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
    Apr 16, 2021, 11:22 AM
  • 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
    Apr 16, 2021, 9:05 AM
  • 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
    Apr 15, 2021, 10:54 AM
  • 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
    Nov 19, 2019, 8:14 AM
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