A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Help with config file

    5
    0 Votes
    5 Posts
    2k Views
    S
    Thanks guys, appreciate the help.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • 0 Votes
    1 Posts
    1k Views
    M
    On line 51 of the compliments.js it says “this.complimentFile((response) => {” but this throws up an error with Midori which looks like it doesnt support E6 Arrow functions. I had this issue with either the MMM-Buttons or MMM-ProfileSwitcher (cant remember) module and changing it back out to a regular function solved the issue after a lot of time spent debugging. I know there are now quite a lot of people who are using the Pi Zero to run this as it runs perfectly, is there a way to perhaps get some consistency around and not use these in modules until its supported? Midori is the only browser that seems to run on the Pi Zero without issues.
  • IE11 / Edge browser black screen

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    morozgrafixM
    @Jayh391 No I didn’t run Edge in developer mode. I haven’t tested it extensively though.
  • autostart issues

    1
    0 Votes
    1 Posts
    1k Views
    J
    I used the guide to auto start the MM on boot. The pi3 boots up fully and the MM turns the entire screen black, however when the MM loads it only uses the top portion of the screen and overlaps all of the modules. When starting the mirror from the terminal it works exactly as it should. Only when Auto start is configured it gives me the half overlapped screen. It seems to me that a small white window pops up, then is replaced by the full screen mode. And the MM is only being loaded on the small window. Any tips?
  • Help customising my mirror

    8
    0 Votes
    8 Posts
    5k Views
    Mykle1M
    @strawberry-3.141 said in Help customising my mirror: @Mykle1 that answer is not correct, module config options have to be in the object config Yup, you’re right. In my haste to answer, because I was pressed for time this morning, I mistakenly omitted that. My bad. Thanks for catching that.
  • Need help sending a notification after a click event

    Solved
    5
    0 Votes
    5 Posts
    4k Views
    J
    Thanks for your input, I modified it a bit to get the result I wanted! Works like a charm! getDom: function() { var wrapper = document.createElement("div"); var button = document.createElement("div"); var text = document.createElement("span"); var hidden = true; button.className = "hide-toggle"; text.innerHTML = this.config.caption; text.addEventListener("click", () => this.sendNotification("BUTTON_PRESSED", {})); button.appendChild(text); wrapper.appendChild(button); return wrapper; }
  • Wanting to do it the right way (revisited)

    3
    0 Votes
    3 Posts
    2k Views
    Mykle1M
    @strawberry-3.141 said in Wanting to do it the right way (revisited): @Mykle1 dont make changes in the module files only add the part to the config that you want to be different than the defaults That’s what I wanted to know, thanks.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MM2 on PC?

    computer laptop installation help
    4
    0 Votes
    4 Posts
    8k Views
    yawnsY
    You are welcome. I guess you will need to find out on your own if the laptop fullfills your requirements. Power consumption is one aspect, another is loudness and heat due to fans in your laptop.
  • This topic is deleted!

    11
    0 Votes
    11 Posts
    40 Views
  • Really NOOB Question. Stopping Magic Mirror App

    Solved stopping program
    13
    0 Votes
    13 Posts
    14k Views
    yawnsY
    Press CTRL + Q instead :)
  • MMM-PIR-Sensor is turning off the screen when it detects user?

    12
    0 Votes
    12 Posts
    8k Views
    cowboysdudeC
    Yes you should be able to start everything up… then walk away and see what happens… what I did was once the mirror was loaded I took a towel and covered the PIR Sensor… ;) Then once the screen went out I took it off and waved my hand in front of it and it came back on :)
  • Dual touch screen overlay ghost touching

    ghost touch dual overlay
    3
    0 Votes
    3 Posts
    3k Views
    K
    @broberg Hi, thank you for your reply. Dual touch IR Overlay Touch Screen Frame Panel Interactive 32" to 82" 16:9 is the description of the item. I spoke with the gentleman before I purchased it and he said it was perfect, my friend brought the same frame and hers is fine. The manufacturer accessed my Mirror remotely and the report showed no errors with the frame so he said it must be a windows problem? Many thanks
  • Can I setup custom 'compliments' for birthdays/anniversarys etc?

    4
    0 Votes
    4 Posts
    2k Views
    cowboysdudeC
    @yawns It can be done but parts of it would be total rewrites…
  • How do I configure a module?

    11
    0 Votes
    11 Posts
    8k Views
    cowboysdudeC
    @ArcherProject said in How do I configure a module?: @Mykle1 thanks miate exactly what I have ended up doing and now I’m feeling a lot more confident! attempting to add a few extra modules too and so far so good! hope to make another one of these for myself in the future (this one is a gift). feel like I’ve still got a lot to learn though! HEY do yourself a HUGE favor… when you have a working config.js just copy it to config.bak for a backup!! That way you can always look at it and see perhaps where you went wrong… trust me it’s a HUGE time saver!! :)
  • How do I now get back out of the magic mirror to the terminal?

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    A
    @yawns ctrl q sorted me out. Thank you!
  • How to set ipWhitelist for all device can acess to MagicMirror v2?

    18
    0 Votes
    18 Posts
    13k Views
    Mykle1M
    @yawns Exactly what I was looking for. Thanks
  • Quit MagicMirror via SSH?

    7
    0 Votes
    7 Posts
    8k Views
    M
    @yawns Awesome! Thank you again! I will definitely be trying this out after work today. Cheers!