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

Subcategories

  • Any suggestions or wishes for the forum?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Midori Firefox Browser Question

    4
    0 Votes
    4 Posts
    356 Views
    ankonaskiff17A
    @sdetweil Thank You
  • New modules don't display

    4
    0 Votes
    4 Posts
    275 Views
    S
    @RonR you opened this in general, not troubleshooting, so it can’t be closed
  • Integrating Stepper Motors with MagicMirror for a Dynamic Smart Mirror

    2
    0 Votes
    2 Posts
    232 Views
    S
    @carl22 I have not seen any physical connection, but what you seek should be relatively easy The calendar and weather and clock modules broadcast their data to allow other modules to consume them So your module receives these events (at the notificationReceived function) and needs to tell the motors to move Your web side sends a message to the server side, using the sendSocketNotification function And the server side (node_helper.js socketNotificationReceived) ). Launches your python script to do that My PythonPrint launches a python script on some cycle and sends the scripts output back to the browser side https://github.com/sdetweil/MMM-PythonPrint See the doc here https://docs.magicmirror.builders/module-development/core-module-file.html
  • Is adding Home Assistant the right way to go?

    25
    0 Votes
    25 Posts
    4k Views
    B
    @sdetweil that’s a much cleaner way to disable a module. I will use that. Thanks again for your help.
  • Problems with WLAN connectivity - solved

    10
    2 Votes
    10 Posts
    2k Views
    R
    In addition: It’s possible that the old recovery script was part of my problems - due to the above mentioned ping problem. For this reason I’ve edited my earlier post and deleted the content of the script. I’ve added an “edit note” instead. Sorry for confusion and any inconvenience! Regards, Ralf
  • Kamal Hinduja : How do I override CSS / styles of modules ?

    3
    0 Votes
    3 Posts
    320 Views
    S
    Also, some modules document their css styles, Some you have to look for a CSS file in their files list And some you have to use the developers window to discover them There are no rules enforced here by MagicMirror
  • Alternative GoogleAssistant

    2
    0 Votes
    2 Posts
    279 Views
    S
    @renevandenbroek only the mmm-pir has been resurrected Amazon killed the software only Alexa
  • MagicMirror problem

    7
    0 Votes
    7 Posts
    3k Views
    T
    @sdetweil said in MagicMirror problem: Let’s try this Change your config.js address:”0.0.0.0”, ipWhitelist:[], Then npm run server Instead of npm start Then use another system, phone to connect to that pi http://pi-address:8080 geometry dash scratch Thanks for your suggestion. I got it.
  • MMM-RTSPStream with VLC issues

    2
    0 Votes
    2 Posts
    3k Views
    T
    Hello, I think you can use the useVLC in embedded mode In recent forks of MMM-RTSPStream, VLC can be embedded into the browser view with an iframe or HTML5 video tag, which respects DOM positioning. Check the fork you’re using. If it’s still spawning standalone VLC, look for configuration like: localPlayer: ‘ffmpeg’ // instead of ‘vlc’ Some forks added ffmpeg or jsmpeg options to push the stream into a element.
  • 0 Votes
    2 Posts
    4k Views
    S
    @charlenesays where in the world are you?
  • small outburst - opencv

    Locked
    15
    0 Votes
    15 Posts
    7k Views
    S
    Ok, end of conversation. You’ve had your say
  • Introduction

    2
    0 Votes
    2 Posts
    5k Views
    plainbrokeP
    @AidenTurner Welcome to the Forum.
  • Ads are blocking site content - how to get rid of them?

    7
    1
    0 Votes
    7 Posts
    7k Views
    karsten13K
    @ember1205 duplicate of https://forum.magicmirror.builders/topic/19759/adds-blocking-posts?_=1757012860643
  • new update/upgrade script, ready for testing

    328
    6 Votes
    328 Posts
    658k Views
    S
    @Socrates note that without adding a parameter The script does nothing. It only tests the ability to update the base MagicMirror Update is two pass process Test. Make no changes Do. Apply the changes (with the parameter apply) Many users have modified MagicMirror base code not knowing about the config and css file design. These changes block the ability to update normally Over time they forget that they changed the files and what they actually changed. The force way to install is to wipe all changes, but now the result doesn’t work like it used to. Adding a lot of frustration.
  • No quarterly update?

    3
    0 Votes
    3 Posts
    4k Views
    BKeyportB
    @sdetweil Doh. I’m thinking IRS quarters. Jan, Apr, Jun, Sep. 🤣🤣
  • ICS file events not displayed

    12
    0 Votes
    12 Posts
    4k Views
    S
    the issue at least in the sample tested is no RRULE on the event, thus it cannot have recurrences
  • MMM-ImagesPhotos

    6
    0 Votes
    6 Posts
    2k Views
    N
    @sdetweil I’ll try that out. Thank you Sam!
  • Weather (temperature) based messages

    3
    0 Votes
    3 Posts
    1k Views
    N
    @sdetweil “compliments” ok. when I’ll have some spare time, I’ll try. Thank you
  • dedicated monitor for MM??

    9
    0 Votes
    9 Posts
    2k Views
    R
    OK, that helps make sense now. Thanks
  • VNC Alternative

    9
    0 Votes
    9 Posts
    2k Views
    R
    nomachine is a great and free alternative to VNC. I have been using it to mirror my smart mirror to my laptop’s display and it works very well.