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

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    R
    @davidboisducafe Thanks. And also still running on my mirror.
  • MMM-AVStock

    Unsolved
    4
    0 Votes
    4 Posts
    365 Views
    S
    @jacobson2 the module readme provides an example
  • MMM-WifiPassword, oudated ?

    Solved
    25
    0 Votes
    25 Posts
    1k Views
    S
    @Jben1969 awesome
  • MMM-Pir - maybe a small bug

    Unsolved
    4
    0 Votes
    4 Posts
    337 Views
    S
    @qats @bugsounet can you help here
  • weather module

    Solved
    2
    0 Votes
    2 Posts
    234 Views
    S
    @dcazman yes, you could use the :before or :after selector .wi-day-sunny:after{ content: "something"; }​
  • MMM-Fuel

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    R
    @plainbroke sorry it took so long to reply back I’ve been kinda busy and I did contact the owner and he said just that I did try it and it worked perfectly
  • MMM-FRITZ-Box-Callmonitor-py3 DeviceFilter

    Unsolved
    1
    0 Votes
    1 Posts
    154 Views
    F
    Hi, First: everything works well, on my installation about MMM-FRITZ-Box-Callmonitor-py3 on my Raspi 4 with Bullseye. But i have some question about the devicefilter: What do I have to register exactly there? The Telephonnumber? The name of the “device”? The “intern number” The IPEI? I know that this works like: the “devicefilter entry” filters, the incoming calls for this phonenumber, out? In my case we have 3 DECT-Phones and i want display only one from this devices on the MM-Screen when the call comes in. Thank you all for your Support. Greetings from Germany Foxy25
  • HPS-FaceID after installing

    Unsolved
    1
    0 Votes
    1 Posts
    315 Views
    M
    I tried this module from https://github.com/ban9975/HPS-FaceID but after successfully installing everything and rebooting and putting in the config. it doesn’t work. config.js base with only this, I get the default logo coming out. I tried creating a datasheet with my face photos and then I created a photo as a profile but it doesn’t work. while running mm I tried mashing the FaceID and AddProfile buttons but nothing. I wanted to write directly to whoever created this fork but it is not possible to point out the problem there.
  • Modules are not displayed on all display devices

    Solved
    3
    0 Votes
    3 Posts
    287 Views
    kusselinK
    @sdetweil it is the MMM-RNV module but now it is going thank you
  • Calendar, MMM-CalendarExt3, and MMM-Carousel

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    M
    @jubbles To show 3 sequenced month-instances of the CX3 modules; { module: "calendar", header: "US Holidays", position: "top_left", config: { maximumEntries: 100, maximumNumberOfDays: 365, calendars: [ { symbol: "calendar-check", url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics" } ] } }, { module: "MMM-CalendarExt3", position: "bottom_bar", config: { instanceId: "THISMONTH", mode: "month", } }, { module: "MMM-CalendarExt3", position: "bottom_bar", config: { instanceId: "NEXTMONTH", mode: "month", monthIndex: 1, } }, { module: "MMM-CalendarExt3", position: "bottom_bar", config: { instanceId: "NEXTNEXTMONTH", mode: "month", monthIndex: 2, } }, I don’t use MMM-Carousel, so get a help from others.
  • MMM-News-QR: it works but....

    Unsolved mmm-news-qr
    3
    0 Votes
    3 Posts
    398 Views
    KristjanESPERANTOK
    If this happens try to set useCorsProxy to false in your feed config. Like this: modules: [ { module: "newsfeed", position: "top_right", config: { feeds: [ { title: "tagesschau.de", url: "https://www.tagesschau.de/xml/rss2/", useCorsProxy: false } ] } }, { module: "MMM-News-QR", position: "top_right", config: { updateType: "push", interval: 2000, animationSpeed: 2500, colorDark: "#fff", colorLight: "#000", imageSize: 150 } } ]
  • Google Keep setup

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    A
    @MMRIZE thank you I am still failing miserably at getting the gkeepapi to work with the mmm google keep module. It’s been 10 days of Me working on it no luck
  • Default module: Compliments is day_sunny working?

    Solved
    2
    0 Votes
    2 Posts
    188 Views
    S
    @bdeelman said in Default module: Compliments is day_sunny working?: MMM-OpenWeatherForecast it uses //broadcast weather update this.sendNotification(“OPENWEATHER_FORECAST_WEATHER_UPDATE”, payload); that module is not the default/weather module
  • MMM-PIR

    Solved
    6
    0 Votes
    6 Posts
    764 Views
    S
    @JMac said in MMM-PIR: (you) think the mode 4 for HDMI in this module I do not know the details of this module modes
  • Trouble Integrating MMM-OpenWeatherMapForecast with OpenWeather API v3.0

    Solved
    29
    0 Votes
    29 Posts
    3k Views
    S
    @Socrates Ah that makes sense. Yes i did use sudo. You are right. Will follow the guidelines now.
  • Camera Access on PC (windows 10) based Magic Mirror Issue

    Unsolved
    6
    0 Votes
    6 Posts
    385 Views
    S
    @sunilstark one of my modules, MMM-SleepWake, uses a camera for motion detection… well, it uses a system library (the motion project) to report motion events, but does not have a windows version…
  • Unable to get my google calendar to sync with MMM-MonthlyCalendar. Is it compatible?

    Unsolved
    2
    0 Votes
    2 Posts
    268 Views
    S
    @moosespectacles this module uses the default calendar module to read the ics data , and then broadcast it to other modules. so move the url to the default calendar, make sure it works, then comment out the default calendar position // position: … and use monthly calendar as you expect
  • Calendar error message.

    Unsolved
    2
    0 Votes
    2 Posts
    237 Views
    S
    @foggy the ‘logs’ are the stdout from the magicmirror app (npm run server) I don’t know where those are in a container
  • Time format

    Solved
    4
    0 Votes
    4 Posts
    313 Views
    S
    @Peter awesome, can you mark this resolved
  • Calendar maximumEntries vs. maximum height

    Solved
    4
    0 Votes
    4 Posts
    449 Views
    S
    @MikeBishop can you mark this resolved? click the 3dots beside the post that best articulates the answer