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

    11
    2 Votes
    11 Posts
    292 Views
    S

    @chrisfr1976 if the start time is in the past and the event time is in the future, then the start time should be now. (however that gets calculated, literal or adjusted offset…)

    I am not looking at the doc or code

  • 0 Votes
    1 Posts
    45 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

    example.jpg

    Control Slideshow using API

    Remote URL Description

    http://{IP Address}:8080/next Loads next wallpaper and pauses the slideshow for 30 seconds
    http://{IP Address}:8080/last Loads previous wallpaper and pauses the slideshow for 30 seconds
    http://{IP Address}:8080/resume Resume the slideshow if you want it to resume before 30 seconds pause.

    Control slide show using iPhone’s Shortcuts

    You can create shortcuts on iPhone’s Shortcuts app to control the slideshow using your iPhone

    Create a new shortcut
    Add Get contents of from actions and add URL for next/last/resume.

    Be a magician in font of MagicMirror and control wallpaper with your hand gestures.

    Go to Settings > Accessibliity > AssistiveTouch > Hand Gestures

    Assign gestures to shortcuts created ealiear.

    Tap > Last
    DoubleTap > Next
    Clench > Resume

    watch.jpeg

  • New module: Weather effects

    27
    4 Votes
    27 Posts
    555 Views
    S

    @uros76 awesome… also no idea why it wouldn’t work before

  • MMM-EventSearch - show events in your city from google

    1
    1 Votes
    1 Posts
    65 Views
    C

    Hi guys,

    I’ve created a new module. My motivation was to see what’s up around me in my city. I’ve missed so many events in my life, so I was searching for an event reminder. But I didn’t find anything that fits to my belongings. So I decided to create something on my own:

    MMM-EventSearch

    The MMM-EventSearch module for MagicMirror fetches and displays event information using the SerpAPI to search for events based on a given query, location, and other parameters. It uses in this case google (see SerpApi for other options) and displays the list results from google which everyone has seen already.

    To find a suitable query go to goolge and try a little for your city or surrounding city/provice/state.
    The results are currently limited to the the results that google initally shows. So the “mode results” button does not work or is not accessible with this API!

    The module dynamically generates a table with event details, displaying:

    Date/Time: Event’s date and time. Title: The title of the event. Image: A thumbnail image of the event, if available, which links to the event’s page.

    Event Fetching:
    Events are refreshed periodically based on the updateInterval. On the free plan from SerpAPI 100 calls are free per month. So be careful.

    CSS Styling is a little acc. to Google results.

    Bild Text

    Have fun!

    Cheers
    Chris.

  • Let it snow now Magic Mirror

    17
    3 Votes
    17 Posts
    644 Views
    C

    And here are the precipitation words used by the different providers:

    3a85aa60-96f9-4494-9fb1-97200b351f75-image.png
    openMeteo showers, Rain, Snow, Showers, sleet, drizzle, precipitation, hail, rain, Precipitation, snow
    overrideWrapper
    pirateWeather rain, sleet, snow
    smhi showers, Rain, Snow, sleet, Drizzle, precipitation, rain, drizzle, snow
    ukMetOffice showers, sleet, hail, rain, snow
    ukMetOfficeDataHub showers, sleet, hail, rain, Precipitation, snow
    weatherBit rain, sleet, snow
    weatherFlow snow
    weatherGov showers, Snow, Rain, Showers, Drizzle, precipitation, rain, snow
    yr rain, sleet, precipitation, snow

    I did notice a lot of just plain “precipitation” and one future fix might be combining a broadcast of “precipitation” and negative degrees centigrades, as that would also indicate snow.

    Also thinking of adding rain functionality, after testing the module more.

  • MMM-Wallpaper lightweight and control with smart watch gestures

    1
    0 Votes
    1 Posts
    48 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
    14k 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

  • Bird of the day

    4
    4 Votes
    4 Posts
    290 Views
    C

    And now cleaned the Github repo up a bit, also updated the module with some minor tweaks that I wanted to have (eg, position of text) and also added screenshots, the proper way.

  • MMM-S3Photos

    1
    1 Votes
    1 Posts
    110 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
    564 Views
    D

    Nice work.

  • MMM-MovieListings

    28
    2 Votes
    28 Posts
    1k 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
    104k Views
    G

    @sdetweil

    thank you very much!

  • MMM-GooglePhotos

    294
    1 Votes
    294 Posts
    216k Views
    S

    @1a2a3a fullscreen_below

  • MMM-next-episode - Track your TV shows and movies

    3
    0 Votes
    3 Posts
    537 Views
    P

    @cjkowatsch sorry for late response. yes plese try a gain there has been a lot of updates.

  • MMM-affirmations

    1
    0 Votes
    1 Posts
    160 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
    966 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

    10
    0 Votes
    10 Posts
    4k Views
    5

    @bthuilot I know this is years later but is this module not available anymore?

  • MMM-SimpleBackgroundSlideshow

    5
    1 Votes
    5 Posts
    785 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
    363 Views
    D

    @sdetweil Thank you. That’s sense, I guess.