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

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    D
    @MMRIZE look please… [image: 1650901865531-screenshot-from-2022-04-25-18-50-26.png]
  • Problem with Google generated .ics link

    Unsolved
    30
    0 Votes
    30 Posts
    11k Views
    ankonaskiff17A
    @sdetweil Sent you an email
  • Avoidance of Troubleshooting Q

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S
    @ankonaskiff17 same here, oops… just snap the cover on…
  • MMM-ModuleToggleButton install error

    Solved
    3
    0 Votes
    3 Posts
    979 Views
    M
    @bugsounet Gday mate Thanks heaps that works
  • Redux: Screen roation again

    Unsolved
    4
    0 Votes
    4 Posts
    836 Views
    S
    @N6NG usually debian has a display app for rotation pi not yet
  • MMM-GroveGestures -> ShellExec "Python script"

    3
    0 Votes
    3 Posts
    1k Views
    Robert_KR
    So after some thinkering with the hint I got, I’ve got the code working: "UP": { shellExec: "python /home/pi/ws2801_inschakelen.py", }, "DOWN": { shellExec: "python /home/pi/ws2801_uitschakelen.py", } Thanks for the help!
  • Default calendar and recurring events: edited single events not working

    Unsolved
    2
    0 Votes
    2 Posts
    398 Views
    S
    @Alcedema this is likely a bug in the library we use to parse the ics file, node-ical
  • Shrink font size or limit column width to preserve spacing

    Solved
    3
    0 Votes
    3 Posts
    793 Views
    A
    @sdetweil Got what I needed out of that, thanks!
  • MMM-Scheduler - Optimize schedule

    Unsolved
    2
    0 Votes
    2 Posts
    471 Views
    S
    Hello everyone, I use the MMM-Scheduler to display/hide some modules. I need 3 programmations 6:00 to 9:00 from monday to friday {from: '0 6 * * 1-5', to: '0 9 * * 1-5'} All day of the week end {from: '* 0 * * SAT', to: '59 23 * * SUN'}, And “others” (so monday to friday between 0:00 and 9:00 and between 9:00 and 0:00) {from: '0 9 * * 1-5', to: '59 23 * * 1-5'}, {from: '* 0 * * 1-5', to: '59 5 * * 1-5'} but I think it’s not very optimized… How would you do ? Thank you for your help ! :)
  • MMM-homeassistant-sensors no icons after MM upgrade to 2.19.0

    Solved
    38
    0 Votes
    38 Posts
    17k Views
    B
    Yep! changing “0.0.0.0” to “192.168.x.x” solved the problem and pictures are shown! Thanks to everybody!
  • nest-status access token

    Solved
    17
    0 Votes
    17 Posts
    7k Views
    T
    @xadamxk Hi mate thanks for replying. Im using module refresher now and it refresh my module every few hours. I don’t see any errors after start using it.
  • Hello-Lucy + RaspPi Bullseye + MM v2.18 + USB Mic

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @crazylegs I helped fix this code (and the Psc lib) long ago cause of the underlying library connecting to the mic in node_helper this.ps = new Psc({ setId: this.name, verbose: true, microphone: this.config.microphone }); is where it connects to the mic and lmtool is the thing I think is in python
  • Standart Modul Uhr und Kalender gelöscht

    Solved
    3
    0 Votes
    3 Posts
    366 Views
    T
    @sdetweil said in Standart Modul Uhr und Kalender gelöscht: git checkout modules/default danke
  • [MMM-DWD-WarnWeather] Ort nicht gefunden

    Solved
    3
    0 Votes
    3 Posts
    885 Views
    B
    @OberfragGER hat bei mir nicht funktioniert mit der Warncell_ID. Aber ich habe den Fehler gefunden, der Kurzname wurde in der DWD Liste geändert. :-)
  • MMM-Fuel only showing "undefined"

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    strawberry 3.141S
    @Rex-Flymo I replied in the Github issue https://github.com/fewieden/MMM-Fuel/issues/85
  • MM update..

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    R
    Thanks very much, it’s good.
  • How to send notification with MMM-EasyPix

    Unsolved
    4
    0 Votes
    4 Posts
    848 Views
    S
    @Sven1894 what module are u sending it to? and you know what ‘this.’ means. sometimes you have to take special care. have you debugged w the developer window ? ctrl-shift-i, select the sources tab, find the module source, click put a stop on the line where it is about to send and examine the ‘this.’ pointer if it’s in a callback it might be pointing to somewhere unexpected
  • 0 Votes
    1 Posts
    275 Views
    D
    Hi folks, i’ve got an issue with the compliments module. I just want to use it dependent on several dates. When the depending date matches the actual date everything works fine. But if the depending date is not equal the actual date the following happens: The compliments module shows nothing (as it should be), but with the first refresh (updateInterval) MagicMirror crashes/freezes. No module refreshes anymore and the clock stops. All modules and MagicMirror itself are up to date. The code i’m testing with: { module: "compliments", position: "lower_third", config: { compliments: { "....-03-27": [ "Happy Birthday, alter Sack!\nUnd natürlich auch dir, Balu!" ] } } }, If it’s "…-03-26“ (the actual date) -> perfect! If it’s "…-03-27“ or "…-03-25“ (not the actual date) -> MagicMirror freezes after the first update (30 seconds). Any ideas? Thanks!
  • Default Calendar lists events one day early

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @asward2 awesome
  • MMM-IPCam format

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    V
    I´m using a screensaver using a motion detector for activating my HDMI-screen. This does not work if I´m using omxplayer. My cam is a Reolink RLC-420-5MP. Don´t know how to set the decoder on H.246… Is there an alternative to MMM-RTSPStream??