MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. piketfencecartel
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    piketfencecartel

    @piketfencecartel

    0
    Reputation
    165
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    piketfencecartel Unfollow Follow

    Latest posts made by piketfencecartel

    • RE: MMM-MyScoreboard

      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"]
      				},
      				]
      		  
      			}
      		  },
      
      posted in Sport
      P
      piketfencecartel