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

    24
    2 Votes
    24 Posts
    16k Views
    R
    Got a pretty basic config where I’m just starting with only NHL standings. The config.js below is the only thing that works, but it only gives the NHL Central Division standings. If showByDivision is set to true, any other Division is listed or even commented out, it shows no standings at all; just a black screen. I included a header so that I know it’s actually loading; it’s not providing any results. I’ve done a git pull and it says it’s up to date. If I change the league to NBA, it loads all of the divisions. Also, is it possible to show by overall league standings? Here’s my config.js code and screenshots: { module: “MMM-MyStandings”, header: “My Standings”, position: “top_right”, config: { updateInterval: 60 * 60 * 1000, // every 60 minutes rotateInterval: 1 * 60 * 1000, // every 1 minute sports: [ { league: “NHL” }, ], nameStyle: “short”, showLogos: true, useLocalLogos: true, showByDivision: false, fadeSpeed: 1000, }, }, [image: 1614007423159-showbydivision_false_output.jpg] [image: 1614007412839-showbydivision_true_output.jpg]
  • MMM-MLB

    35
    3 Votes
    35 Posts
    32k Views
    W
    Damn, this is a cool module! I’m building an MM Sports computer for someone as a gift and this is already . I don’t know how you geniuses do it, however I’m happy you do. I tip my hat to you, sir, and I thanks for sharing this high-quality advent of yours. 👏🏼
  • MMM-Nascar

    4
    2 Votes
    4 Posts
    3k Views
    peemoellerP
    Can someone update this NASCAR module? It’s stuck on 2019😕
  • MMM-NBA

    26
    4 Votes
    26 Posts
    19k Views
    A
    @cowboysdude thanks for your config is going well the problem comes when i use it with MMM-Pages
  • 1 Votes
    3 Posts
    2k Views
    D
    @adammoses-github Very cool! Thanks!
  • NCAA Bracket

    3
    0 Votes
    3 Posts
    2k Views
    S
    @j.e.f.f Excellent! Can’t wait to try it later today. Thank you
  • MMM-SoccerScore

    1
    0 Votes
    1 Posts
    2k Views
    S
    Description A simple module to display scorelines for recent soccer matches. Support is provided for the following leagues: English Premier League La Liga Bundesliga Serie A Ligue 1 UEFA Champions League Carabao Cup (EFL Cup) FA Cup Screenshot [image: g5A5ZvW.png] Download MMM-SoccerScore Change Log Version 1.0.0 Initial version Note This is work in progress. Feel free to create issues and contribute.
  • MMM-Surf

    4
    2 Votes
    4 Posts
    3k Views
    P
    Updated original post with new screenshot & code updates.
  • 0 Votes
    4 Posts
    4k Views
    MrBorgM
    @julianvollmer Ow I found an API https://developer.sportradar.com/files/indexTennis.html#player-profile It would be cool to get player info of different players - like Roger Federer and others shown in a schema likes yours with soccer players: http://www.itftennis.com/procircuit/players/player/profile.aspx?PlayerID=10019424
  • MMM-NHL

    11
    1 Votes
    11 Posts
    10k Views
    cowboysdudeC
    @P-Bo726 I have not but I promise to do in the next couple days :)
  • MLB Standings...

    30
    1 Votes
    30 Posts
    27k Views
    cowboysdudeC
    Sorry guys I just haven’t had time to even look at this… I’ll get to it… :)
  • 1 Votes
    1 Posts
    3k Views
    J
    Displays a table with all the players from your favorite team. The module is available here. You need an api-key, you can get it here for free. [image: 1507461935811-all-player.png] Module is in development. Other football-modules will be available soon at my GitHub profile.
  • MMM-Fracing... Formula 1 Racing

    2
    1 Votes
    2 Posts
    2k Views
    Mykle1M
    @cowboysdude Is there anything you can’t do? Good stuff! 5 Stars!
  • MMM-NBARanking - NBA Standings

    7
    3 Votes
    7 Posts
    6k Views
    C
    @cowboysdude I’ve been wanting this exact thing for so long! Looks awesome so far man, would love to check it out once it’s ready
  • MMM-NFLweather - NFL Weather Module

    2
    2 Votes
    2 Posts
    2k Views
    cowboysdudeC
    Please do a ‘git pull’ to update. Minor change – Forecast showing null to showing N/A The other issues is showing the game is playing in the wrong place. Can’t fix that, it’s part of the json file that is retrieved. It will update itself. :)
  • MMM-ScottishPremierLeague

    soccer football scotland
    2
    0 Votes
    2 Posts
    3k Views
    M
    It works a treat! Thanks again.