A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-MP3Player (remade asimhsidd's player)

    mp3 player music player
    14
    0 Votes
    14 Posts
    4k Views
    B
    @Jonae hi did you ever manage to control another way?
  • MMM-APOD

    8
    1 Votes
    8 Posts
    2k Views
    KristjanESPERANTOK
    Awesome! Thanks!
  • MMM-ThemeParkWaitTimes

    4
    1 Votes
    4 Posts
    818 Views
    S
    @vita10gy this is another module that could use a custom form layout in my MMM-Config module. https://github.com/sdetweil/MMM-Config then it could present a drop-down list of locations, and not depend on users typing
  • MMM-MTG. Card fetcher for Magic The Gathering

    1
    3 Votes
    1 Posts
    340 Views
    C
    Hi there! Since I never done anything in JS and wanted to create a module of my own to start this development, I created a module that fetches a random MTG (Magic The Gathering, for whoever is unfamiliar) card. Link to repo: MMM-MTG Repository I just created the first release which is compatible with MagicMirror v2.25.0. I haven’t tested any other versions but it doesn’t use any other dependancies. Example: [image: example.png?raw=true]
  • MMM-YouTube

    64
    1 Votes
    64 Posts
    28k Views
    M
    @hogedir @Shinigami I didn’t test all the feature, but still working as expected in MM 2.26. [image: 1706168307631-9dce889e-8332-4558-b36b-a007348826d5-image-resized.png] Tested config is here; { module: "MMM-YouTube", position: "top_right", config: { defaultQuality: "default", width: "400px", height: "300px", onStartPlay: { type: "id", id: "UOxkGD8qRB4", shuffle: true, loop: false, autoplay: true, }, } },
  • MMM-MyVideoPlayer

    5
    1 Votes
    5 Posts
    484 Views
    P
    @mumblebaj Added the same link to the github. Noticed there’s another module in the MM Github named MyVideoPlayer. Will look into another name tomorrow.
  • MMM-HolidayLights beautiful CSS for a slightly calmer light

    3
    1
    1 Votes
    3 Posts
    543 Views
    S
    @thartley said in MMM-HolidayLights beautiful CSS for a slightly calmer light: @Sam-0 Thank you for this module and the css code. I like that the lights are partially covering the information that is already being displayed in the upper area, but the “twinkle” effect lets the information show through when the bulbs go into their dim phase. It is kind of a 3D effect. I usually struggle with trying to modify css to tweak settings. Your comments/notes in your HolidayTemplate.css file explained things nicely for what the various parts do and how they control parts of the light string. Using that information, I added a couple more colors (blue and orange) to a copy of the Christmas.css file. With all the examples you provided, I was able to copy code snippets from your other examples and paste them into my Christmas test copy, edit their position numbers, and add two more instances in the “.strand li:nth-child…” section of the css file. One thing that wasn’t notated in your documentation was what color name (ex: blue or red) each section creates, but you did tell us to go to https://www.colorhexa.com/ where we can get the information. From there it’s an easy task to get the color names and add a color name comment for each light in the css file. I grabbed the code for the blue and orange from your Pride.css file. Blue is light #2, orange is light #5 from that css file. One last comment - my normal MM setup is pretty basic. I can run my Le Potato with just a heat sink and the CPU temperature stays at 46C. With the Holiday Lights module running, it gets up to 67C so I reinstalled the 10cm fan that came with the case and it’s down to 49C. Thanks for your comment. To be clear, I am not the creator of this module. But I enjoyed adjusting the colors and sharing this css. What you also indicated and I now see the connection is that my CPU heat also increased. I have installed heat sinks for this.
  • [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song

    76
    8 Votes
    76 Posts
    73k 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
    576 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
    269 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
    576 Views
    S
    @geschild Entschuldigung, ich weiß nichts über das Modul
  • MMM-ioBroker mehrere Instanzen erstellen

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

    4
    0 Votes
    4 Posts
    524 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
    299 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
    3k 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
    449 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
    25k 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
    20k Views
    wishmaster270W
    @Nathaniel Hi, the module ia available on Github MMM-MplayerRadio.
  • MMM-Events

    25
    6
    1 Votes
    25 Posts
    16k Views
    sifuhallS
    Since the Eventful API has been terminated has anyone considered making something similar for PredictHQ or something else?