MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Tags
    3. sport
    Log in to post
    • All categories
    • G

      UNSOLVED MMM-MyScoreboard and MMM-awesome-alexa Formatting issues
      Troubleshooting • magicmirror config.js alexa voice service alexa sport modules custom • • gearomatic

      1
      0
      Votes
      1
      Posts
      360
      Views

      G

      I had been using MMM-My-Scoreboard fine up until I installed MMM-awesome-alexa.

      Now when I include the MMM-awesome-alexa module any where, it changes the formatting of MMM-My-Scoreboard so it is a single horizontal line See here It should be vertical on the left hand side. And indeed when i remove the alexa module from the config file it returns to normal. Also the alexa dot that pops up is in the center of the screen, right over the line that the sports are on, Not at the top ( i dont really care where it is, was just moving it away from the scoreboard. the alexa module is confirmed working.

      Any clues?

      The config for MMM-awesome-alexa

      { module: "MMM-awesome-alexa", position: "top_bar", config: { wakeWord: "Alexa", clientId: "amzn1....", clientSecret: "....", deviceId: "....", refreshToken: "A....", lite: false, isSpeechVisualizationEnabled: false } },

      and for MMM-MyScoreboard

      { module: "MMM-MyScoreboard", position: "top_left", classes: "default everyone", header: "Sports", config: { showLeagueSeparators: true, colored: false, viewStyle: "mediumLogos", sports: [ { league: "NHL" }, { league: "MLB" }, { league: "NFL" }, { league: "NCAAM_MM", label: "March Madness" } ] } },
    • lavolp3

      UNSOLVED Fifa World Cup overview
      Requests • soccer world cup sport • • lavolp3

      25
      0
      Votes
      25
      Posts
      7762
      Views

      V

      I’ve updated my fork of MMM-MyScoreboard to update scores and game statuses for the World Cup games. Lots of Overtime / Shootouts to handle 🙂 I also added a few other leagues. https://github.com/vincep5/MMM-MyScoreboard/tree/add_more_soccer

    • J

      MMM-NextGameWithPlayers - Displays all players for the next game
      Sport • soccer football sport court player • • julianvollmer

      4
      0
      Votes
      4
      Posts
      2377
      Views

      MrBorg

      @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

    • J

      MMM-AllPlayer - Shows a table with all player on there position
      Sport • soccer football sport player court • • julianvollmer

      1
      1
      Votes
      1
      Posts
      2463
      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.

      0_1507461934896_all-player.png

      Module is in development.
      Other football-modules will be available soon at my GitHub profile.

    • 1 / 1