A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • RCWL-0516 Microwave Radar Motion Sensor Module

    System
    3
    1 Votes
    3 Posts
    188 Views
    S
    @videogame95 the PIR module was reconstructed by https://github.com/Coernel82/MMM-Pir apologize, please use periods at end of sentences, and new lines… ca you confirm, the sensor works with its python code, outside MM
  • Excessive pings to CalDAV server, like 2 per second

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    172 Views
    S
    @xylyn the caldav module is getting g the data from the server To create the iCal file the MagicMirror calendar module needs I don’t know how the caldav module works at that level
  • Version 2.33.0/node v22.21.0 - Error: write EFAULT

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    353 Views
    S
    @Mr.Sponti yep errors, too much ram. Etc What is this running in?
  • MMM-Mplayer video issues

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    878 Views
    Mr.SpontiM
    @ge I’ve reworked the MMM-RTSPstream module and tried mpv, mplayer and vlc for displaying rtsp-streams from Reolink cameras. Maybe the following command line options are also suitable for your camera. const environ = Object.assign(process.env, { DISPLAY: ":0" }) var opts = { detached: true, env: environ } if (this.player === 'mpv') { // Define the MPV command line flags var args = [`${this.streams[stream].url}`, "--geometry="+this.windowWidth+"+"+this.windowX+"+"+this.windowY, "--ontop", "--title-bar=no", "--border=no", "--vo=gpu", // "--hwdec=drm", "--gpu-context=x11vk", "--ao=null", ] } else if (this.player === 'mplayer') { // Define the Mplayer command line flags var args = [`${this.streams[stream].url}`, "-geometry", `${this.windowX}:${this.windowY}`, "-xy", `${this.windowWidth}`, "-noborder", "-nosound", "-nolirc", "-vo", "xv,gl,gl_nosw,vdpau", "-prefer-ipv4", "-cache", "8192", "-rtsp-stream-over-tcp", "-noconsolecontrols", "-really-quiet", ] } else if (this.player === 'vlc') { // Generate the VLC window var args = ["-I dummy", "--video-on-top", "--no-video-deco", "--no-osd", "--no-embedded-video", "--no-audio", //"--no-video-title-show", //"--network-caching=1000", `${this.streams[stream].url}` ] }
  • 0 Votes
    3 Posts
    126 Views
    Mr.SpontiM
    Ok, my fault, thanks a lot!
  • Use local data from weatherstation

    Unsolved Requests
    5
    1 Votes
    5 Posts
    327 Views
    O
    Hi! There is now also an English-language text Displaying local PWS data with FOSHKplugin on a MagicMirror on this topic and a module MMM-FOSHKplugin-PWS-Observations. Oliver
  • 0 Votes
    51 Posts
    12k Views
    J
    said in MMM-FRITZ-Box-Callmonitor-py3 and MMM-Callmonitor-Current-Call: I’m not sure if this is correct: In your config a username is missing. As far as I’m aware of you have to use a username/password combination - therefore I remember that I had to create a separate user for using the module. Well, until now I didn’t need more. Everything is working fine except the arrows and colours. But I will see if sth. is needed. That was the reason. Don`t know it shows the calls without a password but not the arrows. Now everything is working fine. Thanks a greets Jose
  • DHT22 with Debian 12 Bookworm

    Solved Requests
    11
    0 Votes
    11 Posts
    615 Views
    C
    @sdetweil and @wishmaster270 : Thank you for your inputs. I finally tried this one https://github.com/ryck/MMM-DHT-Sensor, not listed on https://modules.magicmirror.builders/, but it works.
  • installing MagicMirror on my Raspberry Pi 0 w2

    Unsolved Troubleshooting
    14
    0 Votes
    14 Posts
    938 Views
    plainbrokeP
    @Y_Garden That pi zero will run Pi-Hole pretty well on diet pi 32 bit…
  • Added MMM-ModuleUpdateNotifier and MMM-AptUpdateNotifier

    Utilities
    10
    0 Votes
    10 Posts
    469 Views
    S
    @CrashTest I saw update for the doc It should automagically put up an update banner for all Modules in config.js if their git GitHub ( source repo) commit status changes It as also outputs messsges where npm start is logged as it scans the repository
  • Error: Cannot find module 'node:fs'

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    133 Views
    H
    @sdetweil thank you for the tip. I’ve at least got things running again with this image. I’ll need to make some adjustments to get things working 100% but at least the container starts and runs now. Very strange, since there didn’t appear to be any updates to the old image I was using.
  • MMM-BackgroundSlideShow cutting off top of pics

    Solved Troubleshooting
    12
    0 Votes
    12 Posts
    566 Views
    S
    @RonR said in MMM-BackgroundSlideShow cutting off top of pics: MMM-ImagesPhotos doesn’t have a path property it is hard coded to ‘uploads’
  • Gemini for MM

    Unsolved Requests
    1
    0 Votes
    1 Posts
    109 Views
    A
    Since the google assistant has been replaced by Gemini I think it would be a nice addition to the MM. Especially because it could connect to the google home and complete smart tasks via voice command.
  • Module updates question

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    505 Views
    S
    @RonR mine matches yours, since 1974… not so much weird as exciting newness
  • MMM-Solarwatt, Anzeige von Live-Daten der Solarwatt PV-Anlage

    Solved Utilities
    1
    0 Votes
    1 Posts
    98 Views
    W
    📷 Screenshot (Platzhalter) ![alt text]https://github.com/wiiare/MMM-Solarwatt/blob/main/screenshots/solarblock.jpg?raw=true) ⚡ Features Anzeige von Live-Daten der Solarwatt PV-Anlage Batteriestatus inkl. Ladezustand und Lade-/Entladeleistung Tageswerte persistent in dailyData.json gespeichert Reset der Tageswerte automatisch um Mitternacht Intervallgesteuerte Updates, konfigurierbar Responsive Darstellung passend zu MagicMirror² 📦 Installation Wechsle ins modules Verzeichnis von MagicMirror: cd ~/MagicMirror/modules Repository klonen: git clone https://github.com/wiiare/MMM-Solarwatt.git Abhängigkeiten installieren: cd MMM-Solarwatt npm install (Optional) Leere dailyData.json erstellen (wird automatisch angelegt): touch dailyData.json ⚙️ Konfiguration Füge das Modul in config/config.js ein: { module: “MMM-Solarwatt”, position: “top_right”, config: { ip: “Deine_IP”, password: “”, batteryIp: “Deine_IP”, updateInterval: 30000 } } 📊 Anzeige 🔆 Solar Block Erzeugung (W) Verbrauch (W) Einspeisung (W) Netzbezug (W) 🔋 Batterie Block Ladezustand (%) Lade-/Entladeleistung (W) Visualisierung als Balken 📅 Tageswerte Block Kumulierte kWh für: - Produktion - Verbrauch - Einspeisung - Netzbezug ⚡ Hinweise Tageswerte starten nach MagicMirror-Neustart bei 0 kWh Werte werden automatisch kumuliert basierend auf dem Updateintervall dailyData.json wird automatisch im Modulordner angelegt und persistent gespeichert
  • Issues with Newsfeed module since 3 days

    Utilities
    8
    0 Votes
    8 Posts
    401 Views
    R
    @chris1971 Your welcome. It felt good to be able offer some help instead of always asking for it. Good luck finding your problem.
  • REQUEST : SEMS PORTAL for Magic Mirror

    Solved Requests
    16
    0 Votes
    16 Posts
    6k Views
    JerryPJ
    @Jose1701 No… i ready have no idea
  • MMM-CountEvents - ignoreBefore/ignoreAfter

    Utilities
    3
    0 Votes
    3 Posts
    184 Views
    S
    @benhmin no, that is different 15 minutes is 15 x 60 x 1000 1000 ms/second 60 seconds/minute
  • MMM-NOAAForecast install fails

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    544 Views
    R
    Yes, that fixed it . Thanks for the help.
  • MMM-Multimonth Size

    Utilities
    3
    0 Votes
    3 Posts
    343 Views
    BKeyportB
    @bill63 The entire visual appearance is controlled by CSS, max-width in conjunction with the regions is how it would be handled. Please review the MMM-Multimonth.css file, copy over what you need into the custom.css master file, and change to your needs. CSS tutorials are available if you’re not comfortable with it. Even though the project is effectively mothballed due to my time constraints, there is another maintainer on the project who may or may not update the project, so please don’t modify the project files directly. if you have any questions, feel free to ask, I’m still kinda active on here, as well as our resident experts are always lurking. – Brendan (author)