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.

    62 Topics
    423 Posts
    S
    “Great news! 🎉 Thank you, Kristjan, for all your hard work, and to MagicMirrorOrg for keeping the third-party module repository alive. Excited to see the future improvements!”
  • Discuss the MagicMirror² core framework.

    484 Topics
    4k Posts
    S
    @plainbroke said in MMM-NFL update ?: the options are on the github page. which is the README.md file in the module folder after git clone
  • Anything harware related can be found here.

    783 Topics
    7k Posts
    J
    @PrimeLogic said in 42 inch mirror hardware recommendations: 42 inch mirror hardware recommendations Hardware 1 posts 1 posters 3.7k views 1 watching Reply POffline PrimeLogic 13 days ago I want to make a 42 inch Magic Mirror using a Raspberry Pi. I’m in the US and I was wondering if anyone else has any hardware recommendations for a mirror this large? ttps://eldfall-chronicles.com/en-si/pages/skirmish-wargame I’d like to use all of the same hardware (monitor/TV, glass/mirror, etc) that someone has already built without issue. https://www.viberate.com/playlist-analytics/ Any help is greatly appreciated! For the mirror, a high-quality two-way acrylic or glass mirror will give you the best results.
  • Add exciting new features to your mirror.

    6k Topics
    57k Posts
    S
    @_V_ I see the same, except, if you click on the event, the popover comes up and the color is there… the symbol doesn’t work… there is text in the readme about the iconify icon set…
  • Make your mirror your own but modifying its appearance.

    428 Topics
    3k Posts
    S
    @bradley1982 from the module readme Styling This module is set to be 320px wide by default. If you wish to override it, you can add the following to your custom.css file: .MMM-OpenWeatherForecast .module-content { width: 500px; /* adjust this as desired */ } Most important elements of this module have one or more class names applied. Examine the MMM-OpenWeatherForecast.css, mmm-openweather-forecast.njk, or inspect elements directly with your browser of choice to determine what class you would like to override (Pro tip: If you start MagicMirror with npm start dev you'll get Chrome dev tools that will allow you to directly inspect any HTML element in the module).
  • Share your project story with pictures.

    565 Topics
    5k Posts
    S
    @eddieLMD sadly the Alexa software s no more… Amazon has killed that what do you mean ‘do emails’? also some home apps i have for heating and lighting what are these, do you want to CONTROL those or see what they are doing? MM is really an output only medium, intended as an information panel.
  • You have a problem with your mirror? Ask for help.

    5k Topics
    35k Posts
    S
    @pengupanda i dont know of a single module where you can do all that. I have a module that can send notifications from a command line https://github.com/sdetweil/MMM-CurlToNotification You could execute two curl commands for the notifications w a sleep between them in a shell script Then something like https://github.com/Tom-Hirschberger/MMM-TouchButton Could cause the shell script to execute
  • A place to talk about whatever you want.

    1k Topics
    9k Posts
    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.