A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Trouble playing audio file

    Unsolved
    15
    0 Votes
    15 Posts
    4k Views
    bugsounetB
    @mZuil It’s better to add MagicMirror forum and not me, Thanks :) because my signature says : I am not a reference in this forum In all case i’m glade that works for you. Happy use, @bugsounet
  • Completely lost

    Unsolved
    15
    0 Votes
    15 Posts
    4k Views
    bugsounetB
    but … who is this guy !? :beaming_face_with_smiling_eyes: an anonymous maybe ! :face_with_tears_of_joy:
  • MMM- Google Photos error install

    Unsolved
    7
    1
    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
    8k Views
    ankonaskiff17A
    @sdetweil Sent you an email
  • Avoidance of Troubleshooting Q

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

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

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

    3
    0 Votes
    3 Posts
    771 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
    318 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
    553 Views
    A
    @sdetweil Got what I needed out of that, thanks!
  • MMM-Scheduler - Optimize schedule

    Unsolved
    2
    0 Votes
    2 Posts
    359 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
    1
    0 Votes
    38 Posts
    12k 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
    2
    0 Votes
    17 Posts
    4k 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
    1
    0 Votes
    4 Posts
    676 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
    292 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
    616 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
    967 Views
    strawberry 3.141S
    @Rex-Flymo I replied in the Github issue https://github.com/fewieden/MMM-Fuel/issues/85
  • MM update..

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

    Unsolved
    4
    0 Votes
    4 Posts
    556 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
  • Compliments Module - MagicMirror freeze if the depending date is not the actual date.

    Unsolved
    1
    0 Votes
    1 Posts
    222 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!