A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • I want to use api as a voice command using Google Assistant Module.

    Unsolved
    5
    0 Votes
    5 Posts
    979 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
    341 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
    826 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
    2k 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
    1k 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
    434 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
    523 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
    763 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
    349 Views
    S
    @n4tur3502 u might be able to add css to the image
  • Wake up/Hibernate display

    11
    0 Votes
    11 Posts
    4k 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
    522 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
    4k 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
    613 Views
    cowboysdudeC
    @neutron_spin Anything is possible… they do have an API right here… https://github.com/gettyimages/gettyimages-api_nodejs
  • Alternating Modules to save on real estate

    9
    1 Votes
    9 Posts
    6k Views
    N
    @tobias789 said in [Alternating Modules it to save on real estate](/post/75481): @KirAsh4 Is it also possible to create alternating modules from the same type? In my case, I’m trying to alternate 2 calendar modules. Thank you very much for your answer. Unfortunately, no. You can only alternate between the two modules, as prescribed in the manual.
  • Http Stream

    10
    0 Votes
    10 Posts
    2k Views
    W
    I tried all the settings. without success
  • 0 Votes
    36 Posts
    14k Views
    S
    @e199504 yes. it seems many authors forget to write that step. general rule. look for a package.json file. if present, run the npm install