A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song

    76
    8 Votes
    76 Posts
    67k Views
    P
    @ssk said in [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song: @ssk mine is not start. I followed all the steps exactly to the tutorial, but it doesn’t display anything spotify on the mirror Likewise. Module doesn’t appear to be up-to-date.
  • [MMM-PokemonGOEvents] List Pokemon GO events on your MM!

    2
    1 Votes
    2 Posts
    544 Views
    P
    @bigfoot Thanks for this module. I just finished setting up MMM-GoogleCalendar with the Pokemon Go events calendar and then a little while later I scrolled past your module, this is perfect and just what I needed.
  • How to switch off fadeOut-fadeIn in MMM-ioBroker

    2
    0 Votes
    2 Posts
    235 Views
    G
    @geschild Hab die Lösung selber gefunden (stolz). In der MMM-ioBroker.js : // Override socket notification handler. // Module notifications from node_helper socketNotificationReceived: function (notification, payload) { if (notification === ‘DATARECEIVED’) { this.values = payload; this.updateDom(0); <------ war 2000, mit 0 ist das faden weg. this.scheduleUpdate(this.config.updateInterval); } },
  • In MMM-ioBroker Text mit Zeilenumbruch ausgeben

    6
    0 Votes
    6 Posts
    522 Views
    S
    @geschild Entschuldigung, ich weiß nichts über das Modul
  • MMM-ioBroker mehrere Instanzen erstellen

    4
    0 Votes
    4 Posts
    455 Views
    G
    @sdetweil Vielen Dank, hat funktioniert.
  • no login prompt for MMM-GooglePhotos

    4
    0 Votes
    4 Posts
    460 Views
    M
    @Brtrnd-0 AFAIK, Getting token script itself is executable on any environment, as far as it has node and browser. (and properly installed) node generate_token_v2.js Usually it should show some instructions to open a browser and navigate URL for OAUTH process. But if you get nothing(even error message) hmmm. Weird. Could you tell us more details or captures?
  • MMM-DropboxPictures

    1
    1 Votes
    1 Posts
    255 Views
    M
    MMM-DropboxPictures MagicMirror module for presenting Pictures from Dropbox (Successor of MMM-DropboxWallpaper) This module is a direct successor of previous MMM-DropboxWallpaper. I need to rebuild new one, and now it will be hosted by me again. New Updates 3.0.0 (2023-11-09) FULLY REBUILT FROM SCRATCH You need to reinstall and reconfigure. Using recent Dropbox V2 API (SDK ^10.34) New OAUTH authentification Dynamic configuration on the fly(by notification). auto-rotation feature is deprecated. Remove 3rd-party dependencies as many as possible. DEMO [image: 0.jpg] Click To Play https://github.com/MMRIZE/MMM-DropboxPictures
  • MMM-ImmichSlideShow

    5
    0 Votes
    5 Posts
    2k Views
    ankonaskiff17A
    @venomousviper27 This is part observation and part question. I first stumbled on MagicMirror by way of DakBoard but in regards to showing photographs is it best to dump copies of ALL your photos in one folder or some other mechanism to get random images. I picked a bunch of photos, put them in their own folder but after a while the pictures got stale. I just let it run 24/7 and and it took a while but I realized I was tired of looking at the same pictures and want to avoid this in a MM rendition of a digital photo album. Only thing I can think of to minimize that is to have every photo in one folder and module does the random picking.
  • Alexa echo dot

    2
    0 Votes
    2 Posts
    401 Views
    S
    @videogame95 no alexa for mm anymore. yiu can use the MMM-AlexaControl module to trigger actions on mm from a real alexa device
  • MMM-Sonos - To show what your SONOS is playing.

    29
    2 Votes
    29 Posts
    23k Views
    M
    I started my magic mirror project recently and I am struggling to customize the module as follows: Module on the Left side of the Mirror: [image: 1689078541993-3d2dca81-f65b-43d0-b8ef-92943b46c273-grafik.png] Could somebody please be so kind and share the changes I need to make.
  • Screencast on all clients

    8
    0 Votes
    8 Posts
    1k Views
    S
    @skhynix no. node _helpers only run on the server side. and this module is designed to open it’s cast window on the machine acting as server, via it’s node_helper (thus the ‘helper’ part of it’s name) and it assumes the client is there as well.
  • Online Radio

    52
    0 Votes
    52 Posts
    17k Views
    wishmaster270W
    @Nathaniel Hi, the module ia available on Github MMM-MplayerRadio.
  • MMM-Events

    25
    6
    1 Votes
    25 Posts
    15k Views
    sifuhallS
    Since the Eventful API has been terminated has anyone considered making something similar for PredictHQ or something else?
  • 2 Votes
    160 Posts
    150k Views
    R
    Now I need some help, why doesn’t it show me the EPG info. can I put it in 2 columns next to each other (to save space) with so many channels? and last but not least When you press DB-PLAY it takes about 5-10 seconds until the video comes, can you set a status bar with a sample message until the stream starts: Video coming or similar. Thank you very much And this module is awesome :-) [image: 1668118385122-mmm-dreambox.png]
  • MMM-Discogs

    5
    0 Votes
    5 Posts
    584 Views
    N
    @sdetweil ha. thanks Sam Understood
  • Conceptual check: Can I make MM2 work for a home theatre?

    6
    0 Votes
    6 Posts
    494 Views
    S
    @jasondreher there is a LOT of integration that has to be created
  • MMM-Selfieshot

    6
    1 Votes
    6 Posts
    1k Views
    bheplerB
    MMM-Selfieshot has been updated. Thanks to @bugsounet, the module will send the notification SELFIE_START when the countdown begins.
  • MMM-Halloween

    1
    1 Votes
    1 Posts
    669 Views
    V
    Hello everyone, first of all, if this is the wrong board, please move this thread to the right one. Now to the module itself: Why? Halloween is coming around, and we thought, what could be better, then producing some jump scares. Since we failed to get it going with existing modules (like MMM-EasyBack) I created a new one. What? This module shows (if wanted) a bait image to lure people in and shows after a specified time either a random image (should be scary) or a random video. The videos can be either with or without sound, depending on the settings in your browser. How? The module creates for all images and videos hidden objects in the DOM. When the time has come one randomly chosen object will be selected, revealed and if it is a video the play parameter set to true. I know, I know, that is a pretty brute attempt, but if I updated the DOM with a single new video, it would not play. Furthermore I could find no notification or module, that could have informed my module to start playing the video, after the DOM has been refreshed… Where? For installation guidelines and the code follow this link. What’s missing? It’s quite BETA, so expect some changes to be made in the future. Feedback is (as always) appreciated. What the module still lacks is the possibility to react to a motion sensor or a different module, that can send notifications. This will come (hopefully) in the next few days, when the package with the motion sensor gets delivered
  • MMM-Bose-Soundtouch

    2
    0 Votes
    2 Posts
    324 Views
    S
    @mecco86 you should open an issue on the module github page to engage the module author… looks like the api being used has changed
  • MMM-bose-SoundTouch

    1
    0 Votes
    1 Posts
    151 Views
    M
    Not work i see in log this MMM Bose error in fetcher {“res”:“error”,“body”:“This is an error”}