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

    Phoenix

    @Phoenix

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Phoenix Unfollow Follow

    Latest posts made by Phoenix

    • RE: MMM-TouchAlarm - Your touchable Alarm Clock

      Thank you for this module. I tried the one from fewieden and now it´s perfect. Instesd of a ringtone I play a webradio stream
      alarmSoundFile: ‘http://icecast.ndr.de/ndr/ndr1wellenord/flensburg/mp3/128/stream.mp3’,

      posted in Utilities
      P
      Phoenix
    • RE: MMM-RemoteControl - set BRIGHTNESS with Python

      @sdetweil I want to control the Display brightness with a python command to the RemoteControl module.
      Example: If the LDR give an number lower than 800 I will hide module XY and set the Display brightness to 50%. If the LDR ist higher than 800 I will show module XY and set the brightness to 100%. Show and hide is working but I don’t know how to set the brightness by the sam way.

      posted in Development
      P
      Phoenix
    • MMM-RemoteControl - set BRIGHTNESS with Python

      I would control my MagicMirror with a LDR. If it is dark I would hide modules and if it is light I would show modules. For this funktion I use
      r = requests.get(‘http://127.0.0.1:8080/remote?action=HIDE&module=module_2_currentweather’)
      and
      r = requests.get(‘http://127.0.0.1:8080/remote?action=SHOW&module=module_2_currentweather’)
      and it works well. But I want to set the brightness by the same way and I don’t now what the command is. Can anybody help?
      Thanks Sven

      posted in Development
      P
      Phoenix