A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Samsung washer and dryer status on MM

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    J
    This is what I use for my washer/dryer, mine is not on wifi so I have to rely on power and temp sensors to trigger a “running” or “done” state. It may be crude as I may not know exactly what I am doing but it works! [image: Screenshot%20from%202019-06-26%2009-24-01.png?raw=true] https://github.com/jasondreher/MMM-door-sensor3 And I use Home Assistant (https://forum.magicmirror.builders/topic/10664/home-assistant-controling-my-magic-mirror) to trigger when you may use ifttt.
  • Integration of air quality sensor BME680 or IAQ-Core C

    Unsolved
    1
    0 Votes
    1 Posts
    989 Views
    H
    Hello, I would like to get the air quality in my room presented on my magic mirror. As sensors I thought about the BME680 (https://www.bosch-sensortec.com/bst/products/all_products/bme680) or the IAQ-Core C (https://www.digikey.de/product-detail/de/ams/IAQ-CORE-C/IAQ-COREC-ND/5117221). Does anyone know which one is better/easier to use? So far the existing modules (e.g. MMM-LocalTemperatur) show only the indoor temperatur and humidity. Does anybody know if they are extendable to additional show the indoor air quality? Can otherwise someone create an indoor air quality modul? Thank you very much for your help!
  • Youtube autoplay

    Unsolved
    6
    0 Votes
    6 Posts
    4k Views
    A
    Using assistant-mk2. The problem is solved now. Thanks mate!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • UK fuel data

    Unsolved
    1
    0 Votes
    1 Posts
    629 Views
    R
    There’s an API here: https://ukvehicledata.co.uk/Fuel-Prices for UK fuel prices. It’d be useful to someone I’m sure, rather like MMM-Fuel Just a thought, if anyone were interested! :)
  • Bus timetable from json file

    Unsolved
    10
    1
    0 Votes
    10 Posts
    3k Views
    S
    @electros I sent u a private message asking for more info
  • mmm-simple-swiper and mmm-facialRecognitionOCV3

    Unsolved
    1
    0 Votes
    1 Posts
    905 Views
    I
    i have a probleme with the way of the mmm-simple-swiper works when the camera of module mmm-facialRecognitionOCV3 load it changes the pages itself and the values of HCSR04 became negatif
  • AVM Fritz!Box connect

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    B
    @lavolp3 Unfortunately, I’m not a programmer.
  • snapchat overlay

    Unsolved snapchat overlay
    1
    0 Votes
    1 Posts
    1k Views
    X
    Hi, thought it would just be neat to create like a small framework for creating overlays like snapchat overlays where you get big eyes or vomiting rainbows, or even something like trying different clothes.
  • Possible to make a Apple Music Widget Module?

    Moved
    2
    1 Votes
    2 Posts
    2k Views
    StoffbeuteluweS
    that would be nice…
  • Profile Switcher - RC522 RFID

    Unsolved
    13
    0 Votes
    13 Posts
    7k Views
    S
    @richland007 I think the node helper strips the trailing spaces. I don’t know if the tag needs all 16 digits If there ARE trailing spaces, then it won’t match the config entries
  • mmm-googleshoppinglist

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    I
    ok thank you
  • HC-SR04 to play radio with MMM-RadioDe

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    StoffbeuteluweS
    MMM-RadioDe works well for me…
  • mmm-assistantmk2

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    I
    ok thank you , another question please have you an idea about googleshoppinglist ? we can add or delete , we can see the result in our pc’s in google shopping list but we can’t see it in the module googleshoppinglist on the magicmirror we can just see “loading” instead of the list that i’ve added
  • MMM-Screencast do not work with Pifiberry DAC+

    Unsolved
    1
    0 Votes
    1 Posts
    956 Views
    M
    I installed the module “MMM-Screencast” and tested it with the jack output of the Raspberry Pi3b +. It works perfectly. Now the sound is very bad, so I installed the Pifiberry DAC +. Only change: under /boot/config.txt the line dtparam = audio = on commented out and dtoverlay = hifiberry-dacplus inserted. Now a file /etc/asound.conf created with the following content: pcm.! default { type hw card 0 } ctl! default type hw card 0 } Then a restart. now the sound comes over the pifiberry. Everything works fine with the Spotify module. But MMM-Screencast is no longer playing Youtube videos: (( Does one have an idea why it could be? or an alternative to stream Youtube videos ???
  • Bring!

    22
    0 Votes
    22 Posts
    15k Views
    strawberry 3.141S
    @Stoffbeuteluwe Is there a public API for Bring!? No. https://getbring.com/en/faq/#various
  • Notification from iFrame? (MMM-Glance and ...?)

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    M
    OK, for posterity, here’s what I did. I used MMM-Remote-Control and created a button element that calls a function that issues a get request. Interestingly, when I put the URL in the button code the request was rejected (no cross-origin request allowed) but when after I put the URL in the function it worked. function toggleCal() { var myUrl = "http://mypi.local:8080/remote?action=TOGGLE&module=MMM-CalendarExt"; console.log("getting " + myUrl) var xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET", myUrl, false); // false for synchronous request xmlHttp.send(null); return xmlHttp.responseText; }; The button code gets mangled here. I had to add spaces < button onclick="toggleCal()">Calender on/off< /button>
  • Controllable Youtube Embed player module?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    justjim1220J
    @Sean I have been trying to modify MMM-RandomYouTubePlayer to do those actions at the moment, it will play a playlist from YouTube and can be configured to play at random or in order it has full controls which are customizable with Boolean and other values I would like it to play a play list, or from a json file of a list of YouTube videos, or from a list that can be controlled by notification
  • Barcode Scanner to shopping list

    Unsolved
    1
    0 Votes
    1 Posts
    929 Views
    O
    More or less have a barcode scanner attached to the pi via usb under the mirror and it would take scan data and add it to wunderlist as the actual product name. I found this that could run separately, but couldn’t get it to install. I guess a module with an input box and you would put in wunderlist api keys as well as a upc database api key and it would do the rest. Someone got this working on a pi zero, but the install instructions were to hard for me to figure out. https://bcarrigan.com/2018/04/20/wunderscan/
  • Dreambox / Vu + timer list for MagicMirror.

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    T
    Hello AxLED, Thanks for your offer, I know your module and have already installed it on my 2nd mirror. For streaming your module is great, but I use the mirrors only for news / status messages and not for the entertainment. Through your module, I first came up with the idea that you could view the timer list on MagicMirror. I have already shown the Timer Webif with iFrame, only the view is not very nice, it just does not look professional. I’m an absolute beginner in programming Python.