MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MyScoreboard

    Scheduled Pinned Locked Moved Sport
    277 Posts 60 Posters 502.7k Views 63 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      mcaminiti
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • sifuhallS Offline
        sifuhall
        last edited by

        I followed the instructions here for the git pull and npm install with no errors.

        In my config file I place this but all I get is a blank screen.

        {

        module: “MMM-MyScoreboard”,

        position: “top_left”,

        classes: “default everyone”,

        header: “My Scoreboard”,

        config: {

        showLeagueSeparators: true,

        colored: true,

        viewStyle: “mediumLogos”,

        sports: [

        {

        league: “NCAAF”,

        teams: [“UK”]

        }

        ]

        }

        },

        W 1 Reply Last reply Reply Quote 0
        • W Offline
          Wenike @sifuhall
          last edited by

          @sifuhall You won’t get anything until the UK football team has a game, which won’t be for a few weeks. Until then, this module displays nothing.

          sifuhallS 1 Reply Last reply Reply Quote 0
          • sifuhallS Offline
            sifuhall @Wenike
            last edited by

            @wenike Thank you for the reply. But I’m saying the entire screen is blank. Not just the scores section.

            W S 2 Replies Last reply Reply Quote 0
            • W Offline
              Wenike @sifuhall
              last edited by

              @sifuhall So, other modules aren’t showing either?

              1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @sifuhall
                last edited by

                @sifuhall this sounds like the the missing libraries problem. when the screen is blank, can u show the message at mm startup?

                if using pm2, use
                pm2 logs --lines=100

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                sifuhallS 1 Reply Last reply Reply Quote 0
                • sifuhallS Offline
                  sifuhall @sdetweil
                  last edited by

                  @sdetweil

                  Yes, this was it exactly. Once I added the request module everything was fine.

                  However, I do have one question.

                  How can I add the West Ham United Football Club?

                  BKeyportB 1 Reply Last reply Reply Quote 0
                  • BKeyportB Offline
                    BKeyport Module Developer @sifuhall
                    last edited by

                    @sifuhall it looks like it’s not supported based on the code.

                    The "E" in "Javascript" stands for "Easy"

                    sifuhallS 1 Reply Last reply Reply Quote 0
                    • sifuhallS Offline
                      sifuhall @BKeyport
                      last edited by

                      @bkeyport Thank you for the reply

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        Egnos
                        last edited by

                        Hello everybody,
                        I’m having trouble with this module, are any of you using it?

                        The following errors MM returns me:

                        [02.09.2022 10:52.55.068] [LOG]   [MMM-MyScoreboard] 2-Sep-22 10:52 ** ERROR ** Couldn't retrieve ITA_SERIE_A data for provider ESPN: Error: getaddrinfo ENOTFOUND site.api.espn.com
                        [02.09.2022 10:52.55.068] [LOG]   [MMM-MyScoreboard] http://site.api.espn.com/apis/site/v2/sports/soccer/ita.1/scoreboard?dates=20220902&limit=200
                        
                        
                        Starting module: MMM-MyScoreboard MMM-MyScoreboard.js:560 
                        All modules started!
                        MMM-MyScoreboard.js:552 
                        [MMM-MyScoreboard] Updating Scores module.js:195 
                        MMM-MyScoreboard is suspended.
                        

                        Below my configuration

                        {
                        		  module: "MMM-MyScoreboard",
                        		  position: "top_right",
                        		  classes: "default everyone",
                        		  header: "My Scoreboard",
                        		  config: {
                        			showLeagueSeparators: true,
                        			colored: true,
                        			viewStyle: "mediumLogos",
                        			sports: [
                        			  {
                        				league: "ITA_SERIE_A",
                        				//teams: ["JUV"]
                        				//label: "Seria A TIM 2022/23"
                        			  }
                        					]
                        				}
                        		},
                        

                        Can you help me?
                        Thanks

                        My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 21
                        • 22
                        • 23
                        • 24
                        • 25
                        • 26
                        • 27
                        • 28
                        • 23 / 28
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy