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

    Posts

    Recent Best Controversial
    • RE: MMM-Loxone

      @bobbythemoh Let me quote the Readme.md for you.

      This module doesn’t have its own visualisation, but it exposes information like the room temperature and other states other modules can and will use.

      There is no UI, so it doesn’t make any sense to display it in the top right corner. Just uncomment position: "top_right", and MMM-Loxone won’t be displayed on your screen.

      Motion sensor

      Again, let me quote the Readme.md

      If enabled this module will use the LightControllerV2 in the defined room to set the MagicMirror to sleep or wake it up

      Requirements:

      • roomUuid must be defined in your config.json
      • The defined Room must contain at lease one LightControllerV2
      • presence must be defined and set to true in your config.json

      How it works:
      The HDMI port of the Raspbery Pi will be dissabled, whenever you switch off your lights. Your monitor should then dissable its backlight automatically if there is no HDMI signal after a specific time.

      Right now there is no automatic power saving (after a specific time), I may add it later tho.

      Example:

      • You enter the room -> Light switches on, mirror switcheson
      • You leaf the room -> Light switches off after the defined timeout, mirror switches off

      Definition:
      Lights off = The mood “All off”

      Do I use the LightControllerV2"?
      Well, you should, it is much more powerfull than its predecessor:)
      Just open the App, open your LightController, click on the lower right “More” button and look out for the word “Moods” (“Stimmungen” in German).

      But I am missing an importand Feature!
      Please file a Issue and describe what you are missing, I may implement it;)

      posted in Utilities
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh Please check your config.json this is not a valid object. Your config should look like this:

      config: {
          host: '192.168.0.200',
          user: 'MagicMirror',
          pwd: 'YOUR_PW'
      }
      

      You are missing both the : and ,.

      Everything should be fine after you corrected the config.json. Your first screenshot just shows the correct installation process, you can ignore the WARN messages.

      posted in Utilities
      idoodlerI
      idoodler
    • RE: Mirror stays black, nothing shown

      Did you solve this issue, I am having the sameone.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-HTTPRequestDisplay

      @zombi27 You may wanna checkout my module MMM-Loxone:)

      [card:idoodler/MMM-Loxone]

      posted in Utilities
      idoodlerI
      idoodler
    • RE: [Smart Home] loxone - XML - show temperature via http

      I just published my module MMM-Loxone:)

      [card:idoodler/MMM-Loxone]

      posted in Requests
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      I just published the module, please try it out and file feature requests:)

      [card:idoodler/MMM-Loxone]

      posted in Utilities
      idoodlerI
      idoodler
    • RE: First mirror built! DIY frame :P

      Looks nice! You could use a VESA mount, I am sure your monitor is VESA compatible.

      posted in Show your Mirror
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh This seems like a solution for thinkerers. I want solutions for everyone using built-in function from the Loxone eco system.

      posted in Utilities
      idoodlerI
      idoodler
    • RE: Kamera Modul

      Du möchtest also deinen MagicMirror im vorhaus, oder wo auch immer aufhängen und eine Raspberry Pi Kamera an deiner Haustür montieren? Das ist doch etwas weit für so ein Flexkabel.

      Ich würde da eine IP Kamera verwenden, aber soweit ich weiß gibt es sowas derzeit noch nicht.

      posted in Requests
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh Here is my implementation idea.

      The user enters the room, the MagicMirror awakes and keeps activated untill the light goes out.

      I have no idea to connect the Loxone Presence detector with the MagicMirror in an easy to configure way.

      posted in Utilities
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh Yes, I was already thinking about that I will add this for sure!

      posted in Utilities
      idoodlerI
      idoodler
    • RE: Weather module not getting shown

      You may take a look at the log. If you use pm2 you can just type pm2 restart MagicMirror && pm2 log MagicMirror, this will restart your MacigMirror and then echo out the log. You then can look for any error or warning messages.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: [Smart Home] loxone - XML - show temperature via http

      I am just working on MMM-Loxone, which enables exactly what you want.

      Check my post for updates!

      posted in Requests
      idoodlerI
      idoodler
    • MMM-Loxone

      Hi everyone!

      I am owning a Loxone Smart Home, but I couldn’t find a compatible module for Loxone.

      So decided to work on MMM-Loxone.
      It enables other modules to communicate with your Loxone Miniserver via a secure connection with token based authentication, so no unsecure basic authentication!

      Right now the Loxone module doesn’t have any UI, but it emmits the INDOOR_TEMPERATURE notification which enables other modules like default Current Weather Module, or my fork of MMM-forecast-io to display the room temperature without adding yet another module.

      Current Features:

      • Emmit INDOOR_TEMPERATURE (The room temperature the MacigMirror is located in, ready to use for other modules). Just define the room, the module will automatically figure out the temperature of the room, given you use an “Inteligent Room Controller” in this room!
      • Show notifications (info, error, system and notifications of controls) using the default, alread installed alert module
      • Lets other modules communicate with your Loxone Miniserver (You must explicitly enable this in your config.json)

      What do you think about this module, are you exited, do you miss any feature? I am planing on releasing this module within the next week.

      Update:

      • Define a virtual output that enables/ disables the Interface of the MagicMirror
      • Blank out the screen also works on web interface only installations
      • Stability improvements (Will automatically reconnect in case of a reboot due to an update)

      [card:idoodler/MMM-Loxone]

      posted in Utilities loxone smart home
      idoodlerI
      idoodler
    • 1 / 1