A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Wallpaper lightweight and control with smart watch gestures

    1
    0 Votes
    1 Posts
    267 Views
    S
    I created a very simple and lightweight background wallpaper module. It also exposes 3 URLs to control your wallpaper using your devices like phone and smart watch gestures. Here is the link to my github repository https://github.com/sumitnsit/MMM-Wallpaper
  • MMM-MovieListings

    29
    1 Votes
    29 Posts
    21k Views
    D
    @sdetweil This is the results junior@MAGIC-MIRROR:~/MagicMirror/modules/MMM-MovieListings $ git pull hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace “git config” with “git config --global” to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. Updating e095eb5…b4f37fc error: Your local changes to the following files would be overwritten by merge: package-lock.json Please commit your changes or stash them before you merge. Aborting
  • MMM-S3Photos

    1
    1 Votes
    1 Posts
    351 Views
    U
    I created a module to allow you to display (and upload) images from AWS S3. you can read more about the features on the github repo but in short the module has your standard affair when it comes to displaying images along with some scripts to both deploy aws resources and allow you to upload photos to the s3 bucket from the pi. There are a couple quirks i am still working on ironing out but thought i would share. the aws cost for 10gb of photos stored on the free tier should be about 30 cents monthly if you follow the recommended settings, and <4.5GB should stay within the free tier entirely. https://github.com/uphillcheddar/MMM-S3Photos
  • Halloween module for Magic Mirror 🎃

    8
    2 Votes
    8 Posts
    2k Views
    D
    Nice work.
  • MMM-MovieListings

    28
    2
    2 Votes
    28 Posts
    10k Views
    mumblebajM
    UPDATES V1.1.0 Fixed issue with cast list appending cast members from different movies to the same list. Now only cast members of the displayed movie is displayed. Update and simplify the API calls to reduce the number of calls.
  • MMM-Globe

    Moved
    118
    4 Votes
    118 Posts
    175k Views
    G
    @sdetweil thank you very much!
  • MMM-GooglePhotos

    294
    2
    1 Votes
    294 Posts
    347k Views
    S
    @1a2a3a fullscreen_below
  • MMM-next-episode - Track your TV shows and movies

    3
    1
    1 Votes
    3 Posts
    1k Views
    PierreGodeP
    @cjkowatsch sorry for late response. yes plese try a gain there has been a lot of updates.
  • MMM-affirmations

    1
    0 Votes
    1 Posts
    373 Views
    M
    DISCLAIMER: I made this module using AI; I am not a developer (I only know enough to be dangerous) and made this for personal use. For this reason there is no official support for this module though contributions or suggestions are welcome. Like any other module you are using this at your own risk. This is a simple module that displays affirmations from the affirmations.dev api. It provides some very basic features (Not to mention the positivity!) Fading Speed control I hope you enjoy :) Repo: https://github.com/mtitus83/MMM-affirmations
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    72 Views
  • 0 Votes
    1 Posts
    1k Views
    L
    Welcome, friend. You’ve stumbled upon the MMM-OnSpotifyDude module, an easy-going companion to the MMM-OnSpotify module. Think of it as the Dude’s way of grooving along with your Spotify tunes, providing some laid-back commentary on the currently playing song. It’s like having The Dude himself lounging in your MagicMirror² setup, casually sharing his thoughts on your music. https://github.com/mezderman/MMM-OnSpotifyDude
  • MMM-QuotesFromReddit

    magic mirror quotes random
    10
    0 Votes
    10 Posts
    6k Views
    5
    @bthuilot I know this is years later but is this module not available anymore?
  • MMM-SimpleBackgroundSlideshow

    5
    1 Votes
    5 Posts
    1k Views
    S
    @greedyvegan yes, just use a link to map the mounted usb stick to where the module expects the images to be. I do that with a file server mount for MMM-ImagesPhotos see the ln command
  • MMM-Wallpaper Display Refresh

    3
    0 Votes
    3 Posts
    640 Views
    D
    @sdetweil Thank you. That’s sense, I guess.
  • MMM-MP3Player (remade asimhsidd's player)

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

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

    4
    1 Votes
    4 Posts
    1k 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
    474 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
    34k 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
    798 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.