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?

    103 Topics
    720 Posts
    S
    @OrangeMirror the current docker setup will only work for multiple instances IF you use the MM_CONFIG_FILE environment variable to run instances off different config files, or the MM_PORT env variable to override the port if using the same config.js all the files will come from the ONE folder tree ~/magicmirror so this means you would have to setup multiple entries in the compose.yaml to launch multiple instances (with the different config parms) You have to change the container name too this is because all the DATA used by the container is external (on docker host filesystem) and not IN the container an example NOT using docker, but same idea here https://docs.magicmirror.builders/configuration/introduction.html#advanced-configuration-and-frequently-asked-how-to-configure-examples
  • MagicMirror problem

    7
    0 Votes
    7 Posts
    2k 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
    6k Views
    S
    Ok, end of conversation. You’ve had your say
  • Introduction

    2
    0 Votes
    2 Posts
    4k 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
    611k 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
    3k 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
    1k 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.
  • updating without losing settings in config, and js files?

    10
    0 Votes
    10 Posts
    6k Views
    N
    This is gold. Thank you Sam!
  • MagicMirror wakes TV from HDMI-CEC sleep even when set to idle

    3
    0 Votes
    3 Posts
    388 Views
    S
    @schlomm he is using the cec-client command which sends a command to the monitor firmware
  • MMM-TouchButton

    3
    0 Votes
    3 Posts
    411 Views
    R
    @sdetweil okay thanks I did not think about that
  • 0 Votes
    5 Posts
    678 Views
    H
    @karsten13 it’s very easy!
  • MagicMirror Container

    11
    0 Votes
    11 Posts
    2k Views
    plainbrokeP
    @mumblebaj @KristjanESPERANTO @sdetweil Thank you all for the information. I think I will stick with the way I already understand. setting up the docker and all seems like more work that is not in my wheelhouse. Interesting approach to the same end result.
  • A command to refresh magic mirror page

    5
    1 Votes
    5 Posts
    1k Views
    S
    @FrostByte as long as the change doesn’t affect a node_helper, which are only loaded at start time the config.js os loaded as part of the web page there is no notification it changed to the client browser
  • MMM-Keyboard setup

    6
    0 Votes
    6 Posts
    456 Views
    S
    @blt791 it’s quite a lot of work. You can use the developers window sources tab to debug the code Ctrl-shift-i, select the sources tab Navigate in the left nav to your module and it’s source file You can walk thru the code line by line if need be