A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-LeagueOfLegends

    Unsolved
    5
    0 Votes
    5 Posts
    645 Views
    M
    @sdetweil you’re right, I had a bad choice of words. I thought in the “Request” section it’s already a matter of course, that im asking for someone who wants to build a module for me. So is someone out there who wants to create one for me? :)
  • Controlling volume with touchscreen

    Unsolved
    2
    0 Votes
    2 Posts
    512 Views
    S
    @cq0q never looked for this before, but it looks like a standard web interface https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Multi-touch_interaction might have to have a transparent fullscreen_above module to overlay everything
  • Custom css MMM-Jeedom

    2
    1
    0 Votes
    2 Posts
    1k Views
    C
    @elmago .MMM-Jeedom .normal { /display: none;/ color: #B1FF33; /* Green fluo*/ /font-size: x-large;/ }
  • I want to use api as a voice command using Google Assistant Module.

    Unsolved
    5
    0 Votes
    5 Posts
    790 Views
    bugsounetB
    @sdetweil said in I want to use api as a voice command using Google Assistant Module.: @rikan correct. this is where mm is NOT a web browser. u need some module to display the web page content. mmm-iframe maybe Use recipe for open GA browser ;)
  • I'd like to add a voice command command using the Google Assistant module.

    Unsolved
    15
    0 Votes
    15 Posts
    4k Views
    R
    @djboob66 Thank you for your answer. I’ll keep trying. Can I display it on the Magic Mirror screen using Google Maps api? What I want to do is Google Maps, buses and subways. All use api.
  • Countdown timer for on-call, both leading up to and during

    Unsolved
    1
    0 Votes
    1 Posts
    285 Views
    W
    Hello everybody! Does anybody know of any sort of module that will do a countdown timer that I’m hoping to use for being on-call. It’d show how long until I go on-call, then flip to how long until I’m not on-call and then back to how long until on-call again. Preferably calendar events but also could work with some sort of simple file import. If it helps, its a fairly regular schedule of on-call for one week out of 11 weeks in the rotation too.
  • Magic Mirror & Body Breaking Sensors

    Unsolved
    4
    0 Votes
    4 Posts
    704 Views
    S
    @silky ok, got it… so, what is the problem? is there some python code that can read the sensor connected to the gpio pins? typically in MM us have a node_helper .js which lanuches a pythin script, which runs forever ans prints out ‘connected’ or ‘not connected’. then the lanucher code in helper (uses spawn) has handler to react to the print stdout.on('data, (print_content)=> { // some function code to to // maybe send event up to module to handle this.sendSocketNotification(sensor_event, print_content) })
  • MMM-Events still work, or other.. ?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    R
    @rikko14 said in MMM-Events still work, or other.. ?: Does MMM-Events module still work? because the link to get the API key no longer works … https://api.eventful.com/keys/new if not what module do you propose to have concerts, plays, shows in your city and which works in France …
  • How to show a few past events of the calendar on a schedule view

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @bluthner no scrolling… sorry
  • Simple display of API request; Here: SureFlap

    3
    0 Votes
    3 Posts
    889 Views
    F
    @sdetweil Yes, the response is JSON. But a friend helped me doing a quick and dirty frontend workaround with XHR and css. So this thread can be closed.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    130 Views
  • Basic and Modern Weather Module

    1
    1
    0 Votes
    1 Posts
    351 Views
    A
    Would it be possible to create a weather module similar to the one seen in the image. I was looking for something that looked modern and wasn’t too cluttered. If possible I wanted the same icons like these: https://codepen.io/semajtwin/pen/NxzOza Reference Image: [image: 1626234747608-screen-shot-2021-07-13-at-10.48.56-pm.png] Thank you so much!!!
  • Apple Music

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    A
    @araxie said in Apple Music: Hi, I am also looking for music for myself and streaming music. That is great. I found a very interesting free ringtones and music installation site. Please visit the website to install free ringtones: sonnerie gratuite
  • Smart Meter Data

    1
    0 Votes
    1 Posts
    439 Views
    D
    Hi not sure if it’s been done but I can’t find it on Google, can someone use the Geo Home app to integrate into the smart mirror?
  • Air Quality Sensor MH-4R

    module sensor sensor sensors modules module
    1
    0 Votes
    1 Posts
    546 Views
    dietschemaD
    Hello everyone, Does someone already integrated sensor type MH-4R (Intelligent Infrared Gas Module) as a module into his/her MagicMirror? Datasheet: MH4-R It measure the air quality and give you the “parts per million” (unit ppm) back. Sensor is tested and working with the following: mkdir co2 cd co2 git clone https://github.com/IT-Berater/mh-z19.git cd mh-z19 ./setup.sh sudo python -m mh_z19 {‚co2‘: 668}
  • GooglePhoto Transitions

    2
    0 Votes
    2 Posts
    293 Views
    S
    @n4tur3502 u might be able to add css to the image
  • Wake up/Hibernate display

    11
    0 Votes
    11 Posts
    3k Views
    S
    @george all of my moniors display ‘no input’, some have blue background, some red… all go to power off after 15 minutes of no input (and the ugly screen) two of my monitors also power off when I hide all the modules… so one solution I have is a 1 second wake up every 14 minutes and 58 seconds…
  • MMM_radioDe

    3
    0 Votes
    3 Posts
    438 Views
    S
    @arckoos you are not supposed to edit the module.js file only parms in config.js
  • MMM dumpsterday

    11
    0 Votes
    11 Posts
    3k Views
    E
    @deanonoire Great. no problem, you are already doing a lot and it is not urgent. I was just wondering if somebody’s enthusiasm hadn’t demoralized you. thank you.
  • I am looking for a module that you can embed photos from Getty Images

    3
    0 Votes
    3 Posts
    483 Views
    cowboysdudeC
    @neutron_spin Anything is possible… they do have an API right here… https://github.com/gettyimages/gettyimages-api_nodejs