• 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. idoodler
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

David Gölzhäuser

@idoodler

Module Developer

Software Developer, Homeautomator, Tinkerer

32
Reputation
2.5k
Profile views
194
Posts
4
Followers
0
Following
Joined Apr 22, 2018, 8:07 AM
Last Online Dec 25, 2020, 9:37 AM
Email me@idoodler.de
Age 27
Website www.idoodler.de
Location Bavaria, Germany

idoodler Unfollow Follow
Module Developer

Best posts made by idoodler

  • RE: MMM-Loxone

    @bobbythemoh I just double checked the code, if you disable the presence property there is no way to toggle the display by the Loxone Module. Do you see the log message Got lightMood change to: All off(778) after you disable the presence property.

    The Monitor is directly toggled after the log command.

    posted in Utilities
    I
    idoodler
    Jul 17, 2019, 6:00 PM
  • RE: Introduce yourself!

    Hi everyone!

    I am David Gölzhäuser, 21 Years old from Bavaria (Germany) and working as a Software Developer in the Austrian Home Automation Company Loxone.

    I made my first MagicMirror this year and I am planing on making more for our apartments next year to greet our visitors:)

    I have already contributed to a number of MagicMirror modules and even the MagicMirror project itself.

    You can find me on my Website

    Oh, and here are the modules I made :winking_face:
    [card:idoodler/MMM-Loxone]

    [card:idoodler/MMM-RPI-LED]

    posted in General Discussion
    I
    idoodler
    Dec 25, 2018, 9:57 AM
  • RE: Black screen after some hours

    @fidst Try to execute pm2 log mm. This will give you the log of the MacigMirror Instance. Post the log here if the black screen occures. (You may check for any sensible information from other modules)

    posted in Troubleshooting
    I
    idoodler
    May 24, 2018, 9:22 PM
  • RE: Notification between modules

    @strawberry-3-141 Thanks, again what learned:)

    posted in Development
    I
    idoodler
    Dec 27, 2018, 9:54 AM
  • RE: MMM-Loxone

    @bobbythemoh I just pushed some changes, please update. Don’t forget to execute npm install after updating MMM-Loxone.

    posted in Utilities
    I
    idoodler
    May 24, 2018, 8:00 PM
  • RE: Need to repair two touchscreens

    @zulep This semes off topic. This forum is for the MagicMirror project, not for what ever this is.

    posted in General Discussion
    I
    idoodler
    Jun 9, 2018, 12:43 PM
  • RE: Making changes without stopping MM

    @sharmstr That’ll only apply the changes to the UI, not to the underlaying node modules.

    posted in Troubleshooting
    I
    idoodler
    May 31, 2018, 6:15 PM
  • RE: MMM-Loxone

    @bobbythemoh Hi, may you please post the MagicMirrors log via pm2 log mm. Did you update your Raspberry pi?

    posted in Utilities
    I
    idoodler
    Jul 15, 2019, 8:24 PM
  • RE: Mi band Magic Mirror..

    @sollekram I am happy to assist you wherever I can 😃

    posted in Requests
    I
    idoodler
    Jan 1, 2019, 1:36 AM
  • RE: Making changes without stopping MM

    @sharmstr Yeah, I always prefere to restart the whole MagicMirror using pm2 restart MagicMirror. Also pm2 is watching the config.json file for any changes and will execute the restart the MagicMirror automatically.

    posted in Troubleshooting
    I
    idoodler
    May 31, 2018, 6:24 PM

Latest posts made by idoodler

  • RE: MMM-Loxone

    Hi @Phil__,

    I think the Raspberry Pi 4 works a little bit different that the 3 or so.

    If MMM-Loxone can‘t toggle off the display it just fades in a black overlay to hopefully trigger the screens power saving mode.

    I will have a look at it when my Pi 4 arrives.

    Meanwhile I ask you to create an issue on the Github Repo

    posted in Utilities
    I
    idoodler
    Sep 26, 2020, 7:14 AM
  • RE: MMM-Loxone

    @elmattt I guess you want to show multiple controls, right? If this is the case you need to assign the observingUuids property an array of UUIDs, something like.

    ...
    observingUuids: ["0eaf7a2f-0011-1f28-ffff2083eaf2523c", "12a97c52-00a6-aea9-ffffc00216fecef2", "10338564-033c-226f-ffff0b7b5fc746d6"]
    ...
    

    Please provide the relevant part of your config.js without any crucial informations like IP, username, password, …

    posted in Utilities
    I
    idoodler
    Nov 11, 2019, 8:16 PM
  • RE: MMM-Loxone

    @pavka28 @elmattt Any update, did you fix the issue?

    posted in Utilities
    I
    idoodler
    Nov 8, 2019, 4:51 PM
  • RE: MMM-Loxone

    @pavka28 @elmattt Can you guys please provide me your MMM-Loxone config without your credentials. Can you also please double check the UUID of the control you want to display.

    posted in Utilities
    I
    idoodler
    Oct 28, 2019, 8:30 PM
  • RE: MMM-Loxone

    @bobbythemoh Yeah, looks like there are some files missing. I think a new installation is a good idea. You can first check if there are any problems with git status.

    posted in Utilities
    I
    idoodler
    Oct 13, 2019, 8:12 PM
  • RE: MMM-Loxone

    @bobbythemoh Hi, did you make any changes to your Loxone installation?

    If not please try to reinstall the MMM-Loxone project.

    posted in Utilities
    I
    idoodler
    Oct 13, 2019, 7:17 PM
  • RE: Magic Mirror only shows black screen

    Here are a few things to do.

    • Check if the Server is still running
      • On the Raspberry Pi open a browser and visit localhost:8080 If you see a black screen the server is still running which is good…
    • Check your changes with git status. Any changes that you didn’t make on purpose? (Especially check the updatenotification module Validate them and revert them if needed
    • Rename your config _config.js (Or someting…) to force the MagicMirror to load the default config.js, check if the expected config file error appears
    • Meditate over your changes you might miss an obvious error in your code
    • Post the censored config.js file here
    posted in Troubleshooting
    I
    idoodler
    Aug 15, 2019, 7:16 AM
  • RE: How to load config data from file?

    @acimail01 Ok, we can fix the $ is not defined at loadJSON.

    Replace the function with the following which uses good old XMLHttpRequest:

    fuction loadJSON(filePath) {
        if (typeof module !== "undefined") {
            return require(filePath);
        } else {
            try {
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open("GET", filePath, false);
                xmlhttp.send();
                if (xmlhttp.status === 200) {
                    return JSON.parse(xmlhttp.responseText);
                } else {
                    throw "Unexpected status code!";
                }
            } catch (e) {
                console.error(e);
                return {};
            }
        }
    }
    
    posted in Troubleshooting
    I
    idoodler
    Jul 21, 2019, 9:41 PM
  • RE: How to load config data from file?

    @acimail01 Ok, I just got an idea.

    Place your json somewhere in the config folder and place the following function in your config.js.

    function loadJSON(filePath) {
        if (typeof module !== "undefined") {
            return require(filePath);
        } else {
            try {
                return JSON.parse($.ajax({
                    type: "GET",
                    url: filePath,
                    async: false
                }).responseText);
            } catch (e) {
                console.error(e);
                return {};
            }
        }
    }
    

    And call it like:

    modules: [
    	loadJSON("config/clock.json")
    ]
    

    This function will synchronisly load the given JSON, serializes it and returns it. This code is completly untestet, but it should work anyway:)

    Edit: I just updated my answer to also work with node.js

    posted in Troubleshooting
    I
    idoodler
    Jul 21, 2019, 8:02 PM
  • RE: How to load config data from file?

    @acimail01 Start MagicMirror in debug mode with npm start dev, it will open the developer tools. Then look for any red lines in the console.

    If you can’t find the developer tools you can open it with CTRL-SHIFT-I

    posted in Troubleshooting
    I
    idoodler
    Jul 21, 2019, 7:29 PM
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