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

    23 days ago
    1
    1 Votes
    1 Posts
    113 Views
    Hello everyone. I present to you a new module MMM-Biathlon MMM-Biathlon is a MagicMirror module that retrieves and displays biathlon race results and upcoming events. It relies on the official biathlon API to provide up-to-date information. [image: 1740650502867-417348439-69054c01-1716-46f8-94c7-86ea2588425f.gif] Displays biathlon race results, including rankings, times, and shooting accuracy. Shows upcoming events with details on location and dates. Supports the following languages: French - Spanish - Italian - Norwegian - German - Chinese Customization options: Number of displayed entries Transition interval Event types Automatic updates of results and event information at predefined intervals. Good use !
  • New MMM for the Argentinian LPF (main soccer league)

    28 days ago
    0 Votes
    1 Posts
    55 Views
    Hi everyone, I made this very simple and niche module to display an updated summary of both Argentinian LPF (Liga Profesional de Fútbol) ranking tables. This will not work as is with any other API, but you’re welcomed to update the API endpoint and rework the scrapping of data. https://github.com/matiasmtl/MMM-promiedos
  • Modul for (Team) HANDBALL

    handball Feb 3, 2025, 11:22 PM
    0 Votes
    3 Posts
    250 Views
    I am happy to announce that a first version of the module has been released. With the MMM-handball-netz Modul it is now possible to show the schedule and standings of your favorit handball leagues in Germany on your Magic Mirrow Installation. Feedback and hopefully not that much Bug Reports is very welcome. https://github.com/tschumel/MMM-handball-netz/ [image: 1739956128867-example8.jpg]
  • MMM-RUGBY

    Jan 26, 2025, 8:05 PM
    0 Votes
    4 Posts
    404 Views
    @manu85340 said in MMM-RUGBY: @mumblebaj Thanks for your answer, I’ll see but you always have to pay in this world, when I look at the scores on the internet on my iPhone I don’t pay, but as soon as there is something that escapes the controls you have to pay, thanks again for your investment, if you find a solution I’m interested
  • MMM-Rugby

    Sep 27, 2024, 9:20 AM
    0 Votes
    22 Posts
    1k Views
    @manu85340 Hi. Not normal behavior. Please check if you have any errors in the logs, either PM2 or the terminal if you started the mirror with npm.
  • 1 Votes
    5 Posts
    218 Views
    @mumblebaj Thanks all appreciate any feedback
  • MMM-SoccerLiveScore

    Dec 11, 2016, 6:14 PM
    0 Votes
    187 Posts
    170k Views
    The module has been released with its newly delivered version 4.0: https://github.com/0m4r/MMM-SoccerLiveScore Please note that you need to obtain an API key from https://www.football-data.org/pricing (a free plan is also available)
  • 3 Votes
    209 Posts
    344k Views
    @Babene1 @Kongledyret I am using this config, and it works fine. Make sure to do a git pull if you haven’t already. { module: 'MMM-soccer', position: 'top_left', config: { show: ['PL', 'PD'], showMatches: false, api_key: 'goes here', logos: true, colored: true, updateInterval: 40, liveMode: false, } }, Just to make sure we’re talking about the same thing, this is the one I’m using: https://github.com/lavolp3/MMM-soccer
  • Is fewieden/MMM-NHL still active?

    Sep 23, 2024, 2:05 PM
    0 Votes
    2 Posts
    127 Views
    @Cliff365 Usually the APIs change season to season in all sports. Just the way it is.
  • MMM-soccer v2

    Feb 28, 2020, 10:08 AM
    1 Votes
    51 Posts
    14k Views
    @lavolp3 is there a way to hide the league tables? thanks
  • MMM-MyScoreboard

    Jul 3, 2017, 11:07 PM
    1
    9 Votes
    274 Posts
    341k Views
    @blake_northrup can you post your config code for your scoreboard because I still can’t get it to load. Thanks,
  • 5 Votes
    41 Posts
    16k Views
    1.5.0 Fixed Data provider: nbc Data provider: bloomberg Removed Data provider: paralympic Link to module: https://github.com/fewieden/MMM-OlympicGames
  • MMM-OLYMPIC-MEDALS

    Jul 24, 2024, 2:46 PM
    0 Votes
    2 Posts
    310 Views
    @taylornoss Very cool! Just added it to my MM with the 2024 Summer config. Will report on any issues once the games kick off! Thanks for creating this!
  • MMM-MLB-Scoreboard

    Apr 19, 2024, 9:32 PM
    3 Votes
    4 Posts
    959 Views
    Hi I just submitted a Pull Request. It looks like the stylesheet wasn’t being loaded preventing the styles from being applied.
  • MMM-Formula1 updates

    Mar 29, 2024, 6:38 PM
    1 Votes
    18 Posts
    2k Views
    @cirdan sounds good. The bit I’m looking for is probably the positions call, getting the in-session positions through a race/quali https://openf1.org/?javascript#position
  • MMM-euro2024

    Apr 1, 2024, 1:48 PM
    2 Votes
    23 Posts
    3k Views
    @0m4r Hello and thank you for your great module. after installing it, it appears on my mirror, but stays on “loading…”. Do you maybe know this issue? Thanks in advance for your helps. Kind regards [image: 1718810888208-capture-d-e-cran-2024-06-19-a-17.27.57.jpg]
  • 1 Votes
    26 Posts
    16k Views
    Dear all, is anybody still using this module? After installing on a blank MagicMirror installation (Pi4, installation script from SDetweil, nothing else) it comes up with error: [ERROR] (node:45285) UnhandledPromiseRejectionWarning: Error [ERR_REQUIRE_ESM]: require() of ES Module /home/nico/node_modules/node-fetch/src/index.js from /home/nico/MagicMirror/modules/MMM-NHL/node_helper.js not supported. Instead change the require of index.js in /home/nico/MagicMirror/modules/MMM-NHL/node_helper.js to a dynamic import() which is available in all CommonJS modules. at c._load (node:electron/js2c/node_init:2:13672) at Object.<anonymous> (/home/nico/MagicMirror/modules/MMM-NHL/node_helper.js:16:15) at c._load (node:electron/js2c/node_init:2:13672) at loadModule (/home/nico/MagicMirror/js/app.js:183:19) at loadModules (/home/nico/MagicMirror/js/app.js:213:10) at async App.start (/home/nico/MagicMirror/js/app.js:261:3) (Use `electron --trace-warnings ...` to show where the warning was created) [2024-06-01 11:13:55.699] [ERROR] (node:45285) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) It’s a nice little module with great benefits for NHL fans, Since it’s been a while, that fewieden has developed it, it might be out of date. It’s a pity to see that it no longer works. Any ideas to bring it back to life?
  • MMM-Rugby

    Feb 21, 2024, 7:33 PM
    5
    2 Votes
    1 Posts
    290 Views
    Description: Module created to display World Rugby Rankings and Match data. Match Data based on a few different Rugby Competition Types and Leagues. No Subscriptions required! WRS - Woman’s Sevens Series 2024 MRS - Mens Sevens Series 2024 JMU - U20 Six Nations 2024 MRU - Mens Rugby Union Six Nations 2024 Rugby Europe International Championship 2024 Men’s Internationals 2024 Rugby Europe Trophy 2024 Rugby Europe Conference 2024 Autumn Nations Series 2024 The Rugby Championship 2024: Screenshots: World Rugby Standings [image: 1708543691017-screenshot.png] Mens Rubgy Union [image: 1709384458173-screenshot-2.png] Woman’s Sevens [image: 1709384474265-screenshot-3.png] API-SPORTS League Ranking [image: 1709384505791-screenshot-7.png] API-SPORTS Match Data [image: 1709384523007-screenshot-8.png] Version 1.0.1 initial Version 1.0.2 Added option to filter by Leagues. Upcoming Features Filter MRU by Leagues Version 1.1.0 Have updated the module to add a second option of API-SPORT. API-Sports require an API-KEY so user must register for an API-KEY. API-KEY allows for 100 free requests per day. Module still supports free option. This can be toggled between free and apiSport by using the collectionType. Have made updates to the free table displays. Version 1.1.2 Feature has now been tested and merged to live Still in testing. Release in the next day or two. Add an autoUpdate option which allows the application to manage the updateInterval. This will let the application update as per the updateInterval Sunday to Friday, i.e. if updateInterval has been set to update hourly, it will update Sunday to Friday hourly but on Saturdays it will update every 30 minutes. As Saturdays are generally game day, it is best to update half-hourly to get a refreshed score for current games. Version 1.1.3 Added translations for fr and en. PR’s welcome for any other language support required Version 1.1.5 Update country flags with team club flags for URC 2025.
  • MMM-PGA Not Working

    Feb 13, 2024, 1:42 PM
    0 Votes
    6 Posts
    543 Views
    @mumblebaj Thanks! I’ll reach out if I am having any issue. Appreciate the assist!
  • MMM-NHL

    Jan 25, 2021, 10:19 PM
    1 Votes
    8 Posts
    1k Views
    v2.4.0 Thanks to @parnic @dannoh for their contributions. Fixed Updated module to work with the new NHL API. Link to module https://github.com/fewieden/MMM-NHL