Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
@xclsior but I can’t see why yours is rendering the way it is. I winder if another module is conflicting…
Can you try disabling all the other modules and see if it fixes the Scoreboard? If it does, enable them one at a time until you see the rendering problem again. I’ll look into that module to see if it has CSS that’s affecting the scoreboard.
-
@j.e.f.f I’ll try that and let you know what happens!
-
First off, thank you for this awesome module!!!
I’ve been working with Mykle1 to try and troubleshoot this issue but he can’t duplicate it on his install.
I’m running on Ubuntu Linux with this module and MMM-voice and Hello-Lucy. My issue is on starting, MyScoreboard will not auto hide. It does respond to the show and hide commands, however once it is hidden, as soon as it updates scores it shows again.
Any advice??? -
Fixed by @Mykle1
Thanks dude!!! -
The module has been so awesome for the World Cup ! I’m on the add_more_soccer branch.
-
This is great!
-
This is fantastic! This is so good it brings tears to my eyes! (I’m kidding…or am I?) Ha.
Truth be told, I was looking to make a kind of dashboard, and stumbled upon this before I knew what a MagicMirror was, so I started looking into MM, so…this Module is the very reason why I went MagicMirror.
Thank you so much @j.e.f.f
-
Hey everyone,
I’m having problems with the module after starting the mirror. Sometimes it does not stop loading. Is there a config option to set a refresh rate? This would also be nice for live games to keep the scoring updated.
-
I am having the same issue as @baschke. I have not been able to successfully load the module. All I get is “Loading …” in the module position. I am running the most current Raspbian Stretch on a RPi 3B+. The fewieden NHL and NFL modules run just fine. I would love to have all my sports in one module. Below is a snip of my config.js for the module. I have also tried bypassing the config.js and putting my config directly into the MMM-MyScoreboard.js file with no luck.
{ module: "MMM-MyScoreboard", position: "top_right", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [ { league: "NHL", groups: ["Atlantic", "Metropolitain", "Central", "Pacific", "East", "West"] }, { league: "MLB", teams: ["SF"] }, { league: "NFL", groups: ["AFC", "NFC"] }, ] } },
-
@piketfencecartel let me take a look with your config. What version of MagicMirror are you running? I’ve been using the module reliably for months now but in an older version of MM so I wonder if something in the new build has caused this.