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
  • GoogleAssistant and related modules

    Pinned Locked
    1
    0 Votes
    1 Posts
    2k Views
    S
    Unfortunately the author has decided to no longer provide modules for MagicMirror. Please save what you have, copy the folders. You may need to adjust your update notification module setting to disable notifications you can do nothing about. I do not know how long the modules will continue to work. Very sad turn of events.
  • reminder, all openweather weather users, service ending

    Pinned Locked
    1
    0 Votes
    1 Posts
    479 Views
    S
    as a reminder, Openweather is terminating their free 2.5 level api . latest reports say starting next week Oct 14 please take action to migrate to the 3.0 api and new apikey. this requires s credit card to be registered in case you go over the daily uncharged call limit, currently 1,000 otherwise your weather modules ( default and others) WILL FAIL
  • Github usage and module continuations

    Pinned
    8
    1 Votes
    8 Posts
    2k Views
    D
    This sounds amazing as I found it very much useful and informative to be honest. Also, I have gone through this post which definitely helped me out a lot as a new member I am looking forward for more such discussion
  • help on new spam control idea

    Pinned
    19
    0 Votes
    19 Posts
    6k Views
    S
    @RoyCormi already do that.
  • new user setup

    Pinned
    1
    1 Votes
    1 Posts
    1k Views
    S
    https://www.raspberrypi.com/news/raspberry-pi-bullseye-update-april-2022/
  • forum. controls to stop more spam

    Pinned Locked
    1
    2 Votes
    1 Posts
    3k Views
    S
    in an attempt to limit spammers from registering and posting goo, we have enabled a higher level of reputation required to fill out the ‘About me’ and signature fields in the use profile. edit: and the website and picture content as well no more free advertising sorry. I know this will be trouble for some
  • 1 Votes
    9 Posts
    4k Views
    S
    @abuislam also, please don’t copy the prior post in your replies
  • 1 Votes
    6 Posts
    1k Views
    R
    @sdetweil I’m glad to see that this site response to bullying. Bullying is unacceptable and they need to be accountable for it
  • Introduce yourself!

    Pinned community
    195
    3 Votes
    195 Posts
    432k Views
    S
    Hi Guys, I’m a first time poster, long time lurker and owner of an MM2 system. I’ve been using MM2 for about 5 or so years now, it’s morphed many times over the years to fit my needs. Currently, it runs atop a Pi3 and has time, family shared calendar, weather, dad jokes and displays a carousel of still snapshots from my outdoor cameras. [image: 1739843551024-pxl_20250218_014145745.jpg]
  • Official Bullseye OS 32 Bit for Raspberry Pi 3B

    7
    0 Votes
    7 Posts
    203 Views
    R
    @sdetweil Thank you for the info. However, I finally successfully migrated to Trixie with desired Monitor Resolution and Rotation. And i am using Raspberry Pi 3B+ with an Acer 27 Inch monitor. With Trixie being launched only three weeks back, there is almost no solutions avaiable. I will shortly share my process of how it was achieved. Thanks
  • MagicMirror on Trixie

    1
    2 Votes
    1 Posts
    144 Views
    R
    I took the plunge. My five year old MagicMirror ground to a halt as far as Display resolution, Rotation and DIsplay control are concerned. Everything was working great on my Raspberry Pi 3B+. An unfortunate rpi-update broke everything. I struggled to restore Bullseye, and it was a shock to realise it is not easy to find the right official image. I then tried Bookworm, the three issues continued to remain unsolved. I then decided to install Trixie. Most of the transition of MM was smooth, ofcourse with a few hicks, but getting the display resolution and rotation was the most frustrating part. I got it working finally. I have restored the Display resolution and the rotation succesfully. I will shortly upload the entire process which was not only exhausting but of great learning value. I need to recover the GPIO Notification Module which isnt working and resulting Motion control of monitor using RCWL0516.
  • Midori Firefox Browser Question

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

    4
    0 Votes
    4 Posts
    78 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
    104 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
  • MMM-SHOM

    3
    -1 Votes
    3 Posts
    153 Views
    B
    @RocoJo https://forum.magicmirror.builders/post/123364
  • Is adding Home Assistant the right way to go?

    25
    0 Votes
    25 Posts
    2k 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
    174 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
    188 Views
    S
    @renevandenbroek only the mmm-pir has been resurrected Amazon killed the software only Alexa
  • New Raspios, trixie

    2
    0 Votes
    2 Posts
    205 Views
    S
    scripted install, up on trixie on pi4.