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

    7
    0 Votes
    7 Posts
    2k Views
    S
    @sdetweil Good to know, I’ll point people this way if I see it again.
  • bluetooth speaker works with raspberry pi 4b, but not magic mirror

    6
    0 Votes
    6 Posts
    1k Views
    Mykle1M
    @xanek Go to your original post and click the 3 vertical dots at the bottom right of that post
  • Wrong weather icons showing on Weather Forecast module

    8
    2
    0 Votes
    8 Posts
    1k Views
    F
    @jerryp Okay but I still have the wrong icons It is still displaying sunny weather on monday where it should display light rain. [image: 1614878846322-schermafbeelding-2021-03-04-om-18.26.48.png] [image: 1614878855162-schermafbeelding-2021-03-04-om-18.27.15.png]
  • Default Calendar doesn't show annually events

    12
    0 Votes
    12 Posts
    3k Views
    T
    @sdetweil said in Default Calendar doesn't show annually events: npm start > somefile Done. Sent the ics and also a debug entry for a problematic recurring annual entry. It’s from a hotmail address, its probably in junk.
  • MMM-SytemStat does not work :(

    Unsolved
    3
    0 Votes
    3 Posts
    649 Views
    J
    after re-installing it works like it should (-:
  • MMM-News-QR: No QR code displayed

    3
    0 Votes
    3 Posts
    889 Views
    M
    @sdetweil I didn’t realize the position line came right after the module. This solved my issue. Thanks so much!
  • Assistant2Display NOT showing my photos

    3
    0 Votes
    3 Posts
    922 Views
    O
    @assassins many thanks
  • PIR Sensor won't wake up

    22
    1
    0 Votes
    22 Posts
    10k Views
    ebolisaE
    @sceetch I came to a conclusion to not use any modules which do not show any info on the screen. So, in this case, I use a python script at boot which monitors a PIR and executes an HDMI on/off cmd ;)
  • MMM-SmartWebDisplay : Regions / Resizing

    13
    1
    0 Votes
    13 Posts
    4k Views
    I
    @imchrisrein [image: 1614369325980-2021-02-25-234038_1080x1920_scrot.jpg]
  • Problems with MMM-DVD (Beginner)

    3
    1
    0 Votes
    3 Posts
    751 Views
    S
    @CKneeland note that currently every time getDom() is called, u make a NEW DvDWrapper element… you don’t HAVE to do that … you could SAVE wrapper, and return that over and over… this would make your ui more stable and the underlying code not have to work so hard recreating everything every time… just check the value of this.wrapper , if null, create one, save this.wrapper= document.createElement(‘div’) then return this.wrapper
  • 0 Votes
    2 Posts
    876 Views
    S
    @bert269 google keeps changing the admin screens, very frustrating the module author does not hang out here anymore, u will find him at http://forum.bugsounet.fr
  • MMM-GoogleAssistant : Jarvis don't listen my calls !

    3
    0 Votes
    3 Posts
    1k Views
    Tom_LabHIdouilleT
    @crazylegs Hello crazylegs, thanks for your help, i try this way ! Up : It doesn’t work anymore. When I launch a mic test in the console, the microphone works perfectly. How can I know if the module is working ? I mean, if nothing happens when I say the magic word, it might be beacause the module is not working, instead of the microphone ?
  • Password protection in mailbox.org calender link

    1
    0 Votes
    1 Posts
    289 Views
    A
    Re: Problem with calender I managed to display my calender from the provider mailbox.org. To increase security I would link to use the option of my provider to protect the link with a password but I don’t know which auth method to use in MM-Calender config, any suggestions? In the settings of the provider I can choose a password but no user.
  • MyTraktSeries not loading

    1
    0 Votes
    1 Posts
    410 Views
    B
    Hi! Let me start by saying I am very new to this so I apologize in advance… I have installed everything and all of my information is correct. (client_id, client_secret, username, and id_lista) But when I start the module just says loading. How can I fix this? Also how can I look at the logs to see what the issue may be? Again I’m sorry for the silly question but I have been at this since midnight and I’m completely stumped. TIA
  • name 'r130' not defined

    1
    0 Votes
    1 Posts
    359 Views
    M
    I’m trying to get the vdirsyncer iCal server working but when I run the discover command I get an error. > vdirsyncer discover iCloud_to_MagicMirror Discovering collections for pair iCloud_to_MagicMirror Mirror: - "01E5BA92-D478-4EDE-BA58-AA3F6424AD40" iCloud: - "01E5BA92-D478-4EDE-BA58-AA3F6424AD40" error: Unknown error occurred: name 'r130' is not defined error: Use `-vdebug` to see the full traceback. error: 1 out of 1 tasks failed. Anyone know what this is??
  • how can i integrate pulse sensor and ir thermometer in magic mirror

    3
    0 Votes
    3 Posts
    895 Views
    C
    @cowboysdude thank you for yopur reply. please have you some tutorials about that or can you explain more .
  • Alexa Modle

    3
    0 Votes
    3 Posts
    724 Views
    X
    @sdetweil Thank you for the response :)
  • MMM-MLB only showing header with logo. Should it be loading anything in offseason?

    Solved
    3
    0 Votes
    3 Posts
    690 Views
    cowboysdudeC
    @jamaces It won’t show anything, there’s nothing to show right now.
  • Sluggish

    1
    0 Votes
    1 Posts
    382 Views
    J
    Hi, I’m having issues where my mirror has been sluggish over the last few days? Going to black screen, taking ages to start on reboot… Has anyone else encountered this? Using a pi 3b+ Just wondering if there’s something I can do to improve this as it wasn’t happening before
  • 0 Votes
    2 Posts
    618 Views
    JerryPJ
    @rslohs said in OpenWeatherMapForecast Crashes my MagicMirror: module: “MMM-OpenWeatherMapForecast”, header: “Weather”, position: “top_right”, classes: “default everyone”, disabled: false, config: { apikey: “XXXXXX”, latitude: “42.147528”, longitude: “-85.688060”, iconset: “4c”, concise: false, forecastLayout: “table”, } }, { module: "MMM-OpenWeatherMapForecast", header: "Weather", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "SUPER SECRET!!!", latitude: "42.147528", longitude: "-85.688060", iconset: "4c", concise: false, forecastLayout: "table", } },