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

    Kuhlemann

    @Kuhlemann

    1
    Reputation
    354
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 37

    Kuhlemann Unfollow Follow

    Best posts made by Kuhlemann

    • MMM-bringList not working

      Hi,
      does someone use the module MMM-bringList?

      I get every other module I need working, but this one does not show anything on my MagicMirror (not even an error). It just got updated a few days ago, so it should not be a problem of the module being depricated.

      posted in Troubleshooting
      KuhlemannK
      Kuhlemann

    Latest posts made by Kuhlemann

    • RE: MMM-Bose-Soundtouch

      First of all: Thank you for making a Bose implementation!
      Sadly it does not seem to work with the Bose Home Speaker 500.
      Any tweak you can implement to make this work?

      posted in Entertainment
      KuhlemannK
      Kuhlemann
    • RE: Mirror turning black after a while

      The problem still seems to persist also with the newest version of MM. Maybe someone has found a real solution?
      I will try out MMM-WatchDog meanwhile.

      posted in Troubleshooting
      KuhlemannK
      Kuhlemann
    • MMM-bringList not working

      Hi,
      does someone use the module MMM-bringList?

      I get every other module I need working, but this one does not show anything on my MagicMirror (not even an error). It just got updated a few days ago, so it should not be a problem of the module being depricated.

      posted in Troubleshooting
      KuhlemannK
      Kuhlemann
    • RE: HomeKit or HomeBridge integration to readout room temperatures

      @evroom Thank you, this worked for me! I would have never found this out alone!
      Maybe someone should add this information to MMM-ioBroker!

      posted in Requests
      KuhlemannK
      Kuhlemann
    • RE: HomeKit or HomeBridge integration to readout room temperatures

      I now tried to solve this via ioBroker. I was able to adjust ioBroker via Node-RED to read out the temperature from my Hue motion sensor:
      ioBroker

      I tried to integrate this value via MMM-ioBroker.
      But I can’t get MMM-ioBroker to read the value 20,31.
      The config.js I use is:

        {
          module: 'MMM-ioBroker',
          position: 'top_right',
          config: {
            host: 'localhost',
            port: '8081',
            https: false,
            devices: [
                { name: 'Haustemperatur',
                  deviceStates: [
                                    { id: 'node-red.0.hue.temperatur', icon: 'wi wi-thermometer', suffix: '°' },
                                ]
                },
              ]
          }
        },
      

      The MagicMirror only shows a “-” where the 20,31 should be. The rest of the module loads fine.
      Opening http://localhost:8081 in a browser opens the ioBroker on my Pi without any problem.

      Does anyone have an idea?

      posted in Requests
      KuhlemannK
      Kuhlemann
    • HomeKit or HomeBridge integration to readout room temperatures

      Hi,
      I just built my own MM and one thing that I am missing is a possibilty to show the room temperature.
      I also use Apple HomeKit and have a temperature via Philips Hues Motion sensor. But I don’t find a way to let the MagicMirror read the temperature in my HomeKit.
      Has anyone a solution for this?
      MMM-hue-lights ist a great module by the way, but as the name says it only reads the status of the lights, not of the motion sensors.

      My HomeKit room as it looks on the iPhone:
      HomeKit

      posted in Requests
      KuhlemannK
      Kuhlemann