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

Categories

  • Announcements regarding the MagicMirror software and forum.

    64 Topics
    425 Posts
    KristjanESPERANTOK
    I didn’t want to start a separate thread for this, but I didn’t want to leave it unmentioned here in the forum either 🙂 The website has undergone a major modernization. Mainly technical changes under the hood and the design has been retained except for a few details. But there are also a few things that regular users of the site might notice: For example there is now a dark mode, responsiveness and accessibility have been improved, there is a favicon, an animated GIF showing the MagicMirror interface and faster loading times. https://magicmirror.builders/
  • Discuss the MagicMirror² core framework.

    492 Topics
    4k Posts
    S
    @videogame95 always make backups You can use my MagicMirror-backup-restore scripts https://github.com/sdetweil/MagicMirror-backup-restore I have also heard of Mycroft. , have no info looking for mycroft the initial project has been ended. others have taken over for the future… one would have to build an interface(module) to MagicMirror from its implementations
  • Anything harware related can be found here.

    797 Topics
    7k Posts
    M
    @sdetweil Thanks I’ll have to find another way to stop the streaming while the page is hidden
  • Add exciting new features to your mirror.

    6k Topics
    58k Posts
    S
    @anagallis delete the MMM-RandomPhoto folder cd modules rm -rf MMM-RandomPhoto and git clone my repo cd modules git clone https://github.com/sdetweil/MMM-RandomPhoto this supports multiple instances restart MagicMirror
  • Make your mirror your own but modifying its appearance.

    432 Topics
    3k Posts
    R
    In case anyone finds this in the future, this behavior is actually natively supported with the cellStyle option set to flat. From the documentation: flat - No styling applied. Data is shown in default MM styling The default for this option is mimic which copies exactly what you have in your existing sheet. If you didn’t want to use flat, you could still use mimic but change your sheet to match the MM (background color black, text color #fff, #666, or #999). If use the custom css be aware that it will have undefined behavior if you try to change other options in the future. Thanks for using the module!
  • Share your project story with pictures.

    575 Topics
    5k Posts
    W
    @KristjanESPERANTO I wrote it - cleaning it up and then I will post it - going to be about 2 weeks or so as I am traveling for work right now.
  • You have a problem with your mirror? Ask for help.

    5k Topics
    36k Posts
    S
    @UncleRoger can you check for either tool? n Or nvm See if either responds Or get not found My upgrade script would have tried to redo npm install for the modules after upgrading node
  • A place to talk about whatever you want.

    1k Topics
    10k Posts
    D
    @sdetweil said: @darlacollado calendarExt3 gets its events from the default calendar module Yes, for skylight you will have to adjust css for everything All changes go into custom.css to override those specified by MagicMirror and modules. Remember that modules are see thru to view the background Thanks for your suggestion. I got it.