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.

    MLB Standings...

    Scheduled Pinned Locked Moved Sport
    30 Posts 6 Posters 27.3k Views 7 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.
    • D
      daveyg_71
      last edited by

      I can’t seem to get this module to work. I get a black screen. I was able to use the MLB scores module with no problem.

      Mykle1M 1 Reply Last reply
      Reply Quote 0
      • cowboysdudeC
        cowboysdude Module Developer
        last edited by

        I’d have to see what error your getting.

        Can you post your config.js?

        1 Reply Last reply
        Reply Quote 0
        • Mykle1M
          Mykle1 Project Sponsor Module Developer @daveyg_71
          last edited by Mykle1

          @daveyg_71

          the main.js and the css files have MLBstandings with lower case “s”. The module folder and the config entry have MLBStandings with upper case “S”. I’ve made the developer aware of it and he is going to fix it. In a moment or two you can do a git pull to update the fix.

          It’s a beautiful module. I dare say, you are going to like it.

          Create a working config
          How to add modules

          D 1 Reply Last reply
          Reply Quote 0
          • cowboysdudeC
            cowboysdude Module Developer
            last edited by

            Good catch @Mykle1 :)

            Description:

            Update: Corrected file names

            Screenshots:

            With: [true or leave out of config.js will automatically be true]
            0_1491757948249_confdivtrue.JPG

            Without: [setting confdiv: false in config.js]
            0_1491757956714_confdivfalse.JPG

            Download:

            [card:cowboysdude/MMM-MLBStandings]

            Version 1.0.2

            Mykle1M 1 Reply Last reply
            Reply Quote 1
            • Mykle1M
              Mykle1 Project Sponsor Module Developer @cowboysdude
              last edited by Mykle1

              @cowboysdude said in MLB Standings...:

              Good catch @Mykle1

              It just gives me another chance to say, Awesome Freakin Module! :thumbsup:

              Create a working config
              How to add modules

              cowboysdudeC 1 Reply Last reply
              Reply Quote 1
              • cowboysdudeC
                cowboysdude Module Developer @Mykle1
                last edited by

                @Mykle1 Thanks!

                1 Reply Last reply
                Reply Quote 0
                • D
                  daveyg_71 @Mykle1
                  last edited by

                  @Mykle1

                  That fixed it.

                  Thanks

                  Mykle1M 1 Reply Last reply
                  Reply Quote 0
                  • Mykle1M
                    Mykle1 Project Sponsor Module Developer @daveyg_71
                    last edited by

                    @daveyg_71 said in MLB Standings...:

                    That fixed it.
                    Thanks

                    All thanks go to @cowboysdude for his fantastic work and his immediate response and correction.

                    However, you’re welcome. :-)

                    Create a working config
                    How to add modules

                    1 Reply Last reply
                    Reply Quote 1
                    • F
                      Flip357
                      last edited by

                      The module only shows standings for the AL East, shouldn’t it cycle through the divisions?

                      cowboysdudeC 1 Reply Last reply
                      Reply Quote 0
                      • cowboysdudeC
                        cowboysdude Module Developer @Flip357
                        last edited by cowboysdude

                        @Flip357

                        You’re right… it’s not rotating…

                        Please do a ‘git pull’ to update that should fix it! Thank you again!!!

                        F 1 Reply Last reply
                        Reply Quote 1
                        • F
                          Flip357 @cowboysdude
                          last edited by

                          @cowboysdude

                          git pull worked. Problem fixed.

                          Thank you for developing and troubleshooting both MLB modules. I am a huge baseball

                          cowboysdudeC 1 Reply Last reply
                          Reply Quote 1
                          • cowboysdudeC
                            cowboysdude Module Developer @Flip357
                            last edited by

                            @Flip357 said in MLB Standings...:

                            @cowboysdude

                            git pull worked. Problem fixed.

                            Thank you for developing and troubleshooting both MLB modules. I am a huge baseball

                            I JUST caught this… so you’re a huge baseball huh? hahahahhaahha

                            F 1 Reply Last reply
                            Reply Quote 0
                            • F
                              Flip357 @cowboysdude
                              last edited by

                              @cowboysdude

                              I you got it before I did. lol

                              cowboysdudeC 1 Reply Last reply
                              Reply Quote 1
                              • cowboysdudeC
                                cowboysdude Module Developer @Flip357
                                last edited by

                                @Flip357 LOL

                                1 Reply Last reply
                                Reply Quote 0
                                • P-Bo726P
                                  P-Bo726
                                  last edited by

                                  I can’t seem to get this module to work. I get a black screen where the module should be. Here is my config file:

                                  {
                                  			  module: 'MMM-MLBStandings',
                                  			  position: 'bottom_center',
                                  			  config: {			      
                                  				email: "------@gmail.com",
                                  				maxWidth: "100%", 
                                  				header: true,
                                  				confdiv: true
                                  			}
                                  		   },
                                  

                                  I did another git pull but still have the same problem.

                                  cowboysdudeC 1 Reply Last reply
                                  Reply Quote 0
                                  • cowboysdudeC
                                    cowboysdude Module Developer @P-Bo726
                                    last edited by cowboysdude

                                    @P-Bo726 Did you just copy the config and paste into your config.js file?

                                    Also did you run ‘npm install’? I’m betting you didn’t because I see I didn’t include that instruction in the readme! [I updated that!! Thank you!!!]

                                    At any rate in a terminal window go to:

                                    ~MagicMirror/modules/MMM-MLBStandings

                                    type: npm install

                                    Then re-run your mirror.

                                    1 Reply Last reply
                                    Reply Quote 1
                                    • P-Bo726P
                                      P-Bo726
                                      last edited by

                                      Yes, I copied it from the readme file. I just copied it again and used a different email address but same result. I ran ‘npm install’ from modules/MMM-MLBStandings directory also but am getting same result.

                                      1 Reply Last reply
                                      Reply Quote 0
                                      • cowboysdudeC
                                        cowboysdude Module Developer
                                        last edited by cowboysdude

                                        What mirror version are you using? My guess is there’s a conflict… so when you run your mirror see what errors you are getting.

                                        I wouldn’t keep copying it. I would delete the directory totally and start over.

                                        1 Reply Last reply
                                        Reply Quote 0
                                        • P-Bo726P
                                          P-Bo726
                                          last edited by

                                          Sorry, user error! I resolved it. I had some misplaced brackets I needed to reposition. Thanks for your quick response and for building a cool module.

                                          cowboysdudeC 1 Reply Last reply
                                          Reply Quote 0
                                          • cowboysdudeC
                                            cowboysdude Module Developer @P-Bo726
                                            last edited by

                                            @P-Bo726 Thank goodness it was something easy… :) Usually is.

                                            You’re welcome! Glad you like it! It was a labor of love for sure…

                                            1 Reply Last reply
                                            Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • 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