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

    Solved module
    41
    0 Votes
    41 Posts
    29k Views
    M
    @sdetweil Many thanks for the adjustments. Now it looks good. :thumbs_up_medium-light_skin_tone:
  • Weekly calendar view

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    A
    @bebetter14 I like it! It’s no Skylight Calendar or Mango, but it’s doing it’s job. Current issue is with the weather module. [image: 1703711378093-3d69844a-95a1-44a3-8b09-c402c3fbd10a-image.png]
  • NBA module

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    1
    @alexmann myscoreboard unfortunately only show live score…
  • Using Google Photos as background

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    S
    @Cliff365 yes the service providers are constantly fiddling w their services
  • Simple(?) module to send a notification every x minutes?

    Solved
    35
    0 Votes
    35 Posts
    16k Views
    S
    @UncleRoger if you forked mine you can submit a pull request for me to include your changes
  • Famous people born on this day

    Unsolved
    1
    0 Votes
    1 Posts
    257 Views
    K
    Hi, Similar to those modules that show interesting things or facts about today, I thought it’d be neat to show a list of people who were born on this day. Doing a Google search for “Born on this day” finds tons of websites with the info. Some of them have people in random order with lots of people you’ve never heard of. I did find this one that seems to have them ordered by popularity which is nice. https://www.thefamouspeople.com/famous-people-born-today.php I have no idea how it works to get that info into a MM. Anyway, there ya go.
  • Looking for a direct-shool (Ecole-Direct) module

    Unsolved
    2
    0 Votes
    2 Posts
    337 Views
    V
    There is an unofficial api (https://github.com/EduWireApps/ecoledirecte-api-docs) So I suppose we could do something :). Thanks for the idea I’ll try to build it during christmas holidays and share it if I manage to make it work. (And you’re english is fine)
  • How can I install MagicMirror² on my Raspberry Pi?

    Solved
    2
    0 Votes
    2 Posts
    361 Views
    S
    @raja123 use my scripts, listed as an alternative method in the documentation see https://github.com/sdetweil/MagicMirror_scripts
  • Compliments ,how can?

    Solved
    3
    0 Votes
    3 Posts
    300 Views
    M
    @Markomp thank you,it’s working.
  • 0 Votes
    6 Posts
    6k Views
    O
    @MrBorg , I tried to do your steps, I can see the synology connecting but then I got the error: electron: Failed to load URL: with error: ERR_BLOCKED_BY_RESPONSE Any idea how to fix this? Thanks in advance!
  • Display 2-3 Google Keep Notes

    Solved
    2
    0 Votes
    2 Posts
    340 Views
    M
    @angeliKITTYx Unlike other personal products, Using Google Keep API is allowed only for Google Workspace account yet, So if you are not Google Workspace user, you can’t. (And you should be allowed from superadmin of your Google Workspace, generally IT manager of your company.) So you cannot implement GKeep features for personal account unless you want that for your company ATM.
  • Request To Modify MMM-json

    Unsolved
    4
    0 Votes
    4 Posts
    746 Views
    sifuhallS
    Thank you both! I’ll check in to those ASAP And If anyone else may be willing I would love to see if we could work out a reasonable price!
  • Request for a dinner plan

    Unsolved
    3
    0 Votes
    3 Posts
    683 Views
    S
    @UncleRoger awesome creative uses!!!
  • 0 Votes
    1 Posts
    489 Views
    C
    [image: 1697857987201-6832d45b-72b0-46f5-bfb0-0504e071a1c0-image.png] Can someone tell me how to configure the module options for “MMM-OpenWeatherMapForecast” to display three entries per hour and also three entries for the three-day forecast, but with only three entries per row? Additionally, I’d like to add a custom text for the forecast header (forecastHeaderText). Where exactly do I insert these settings within the module? { module: "MMM-OpenWeatherMapForecast", header: "Wetter für xxxx", position: "top_right", classes: "default everyone", forcastHeaderText: "Vorhersage", disabled: false, config: { apikey: "Myseckretxxxxxxxxxx",/*Api 2.*/ latitude: "51.003xx", longitude: "6.889xx", iconset: "4c", concise: true, forecastLayout: "tiled", forcastHeaderText: "Vorhersage" } }, …as it can be seen here, the text for the forecast does not seem to take effect?
  • Request or... is there already a module like this? Showing pictures from an folder.

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    M
    @sdetweil It was a great upgrade
  • Clippy (Clipit) resurection

    Unsolved
    1
    0 Votes
    1 Posts
    215 Views
    M
    I would like to see a module that presents an animation of clippy, yes that much derided but now nostalgic MS assistant from the 90’s on a magic mirror. Would be an added bonus if it made the little tink tink sounds when he taps on the glass - if a speaker was connected. Down the line would be cool to integrated with an AI module to turn clippy into a sort of tamagotchi you hang on the wall and ask questions of. Maybe clippy could just answer with his traditional speech bubbles containing text.
  • SIMKL Watchlist / Upcoming Shows

    Unsolved
    1
    0 Votes
    1 Posts
    245 Views
    M
    similar to letterboxd or trakt, but much better API and free! Makes me really wish I could code. I left trakt after they charged for plex scrobbling, and letterboxd well has no API. Simkl is amazing but trakt is on my mirror. Anyone interested in taking this up? https://api.simkl.com/
  • weather module with temp/precipitation graph for 1-2 days

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    A
    @Matuki To be honest I have no idea how to do this. But I found the time to dig a little into the module I used before and found some problems. With some tweaks I could get it running and also uploaded it to github, just in case anyone was using this before and also misses it. You can find it in https://github.com/AnduriI/MMM-forecast-io
  • Background image from private iCloud folder

    Unsolved
    4
    0 Votes
    4 Posts
    949 Views
    S
    @MajorC the config of the two modules { module: "MMM-ImagesPhotos", position: "fullscreen_below", config: { opacity: 0.9, animationSpeed: 500, updateInterval: 10000, backgroundColor: 'grey', // not used if fill is true fill: false, // fill around image with blurred copy of image blur: 10, // only used if fill is true } }, { module: 'uploadPics', disabled: true, position: 'bottom_left', //module position config: { //dest: "../modules/MMM-ImagesPhotos/uploads" debug: true } } I use my upgraded version of the module to support fill and blur https://github.com/sdetweil/MMM-ImagesPhotos
  • mmm-googleassistant language support

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    ToramanderlerT
    @bugsounet I’m sorry, I was misunderstood, I appreciate your efforts. I have been following this project for 3 years and you were the only one who helped with the Turkish assistant, so thank you again.