• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-PGA

Scheduled Pinned Locked Moved Sport
48 Posts 7 Posters 30.2k 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.
  • S Offline
    swvalenti Project Sponsor @swvalenti
    last edited by Aug 5, 2021, 8:54 PM

    I just commented that line out and now it works! HA

    1 Reply Last reply Reply Quote 0
    • S Away
      sdetweil @swvalenti
      last edited by Aug 5, 2021, 9:07 PM

      @swvalenti the url used by the code to get the data from the api…

      I don’t know the module at all, just trying to give some help.

      Someone (You) will have to become the programmer.
      learn how the module works in enough detail to :

        1. find where the error occurs (this is given to you)
        1. develop some mechanism to capture the data that results in the failure
        1. analyze the data to determine the cause
        1. develop a strategy for fixing the ‘problem’
        1. apply the strategy to the existing code

        repeat 1-5 til you have resolved the problem(s) successfully, or abandon the task

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S M 2 Replies Last reply Aug 5, 2021, 11:16 PM Reply Quote 0
      • S Away
        sdetweil @sdetweil
        last edited by Aug 5, 2021, 11:16 PM

        @swvalenti you could also open an issue on the module github page and hope the author might look at it… has updates from about 9 months ago…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          mumblebaj Module Developer @sdetweil
          last edited by Aug 6, 2021, 11:11 AM

          @sdetweil It is a screen scraper. I see he says he commented some line and it is working again for him.

          Check out my modules at: https://github.com/mumblebaj?tab=repositories

          S 1 Reply Last reply Aug 6, 2021, 12:28 PM Reply Quote 0
          • S Away
            sdetweil @mumblebaj
            last edited by Aug 6, 2021, 12:28 PM

            @mumblebaj cool. but doesn’t change the work

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Aug 6, 2021, 6:42 PM Reply Quote 0
            • S Offline
              swvalenti Project Sponsor @sdetweil
              last edited by Aug 6, 2021, 6:42 PM

              @sdetweil I tried pulling an issue ticket on github to no avail. @mumblebaj what is a screen scraper and can you assist in fixing?

              S 1 Reply Last reply Aug 6, 2021, 6:46 PM Reply Quote 0
              • S Away
                sdetweil @swvalenti
                last edited by Aug 6, 2021, 6:46 PM

                @swvalenti remember this is volunteer work… we have other things in our lives…

                many developers do this in the winter when they are stuck in the house. and when they can go outside, they do…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Aug 6, 2021, 6:55 PM Reply Quote 0
                • S Offline
                  swvalenti Project Sponsor @sdetweil
                  last edited by Aug 6, 2021, 6:55 PM

                  @sdetweil said in MMM-PGA:

                  @swvalenti remember this is volunteer work… we have other things in our lives…

                  many developers do this in the winter when they are stuck in the house. and when they can go outside, they do…

                  completely understand sir

                  M 1 Reply Last reply Aug 6, 2021, 7:47 PM Reply Quote 0
                  • M Offline
                    mumblebaj Module Developer @swvalenti
                    last edited by mumblebaj Aug 6, 2021, 7:57 PM Aug 6, 2021, 7:47 PM

                    @swvalenti The issue is in the ESPN.js at line 49 or so. It is looking for defendingChampion.athlete but there isn’t one and it fails. I see you have created an issue on GitHub but sometimes the guys abandon their modules. Maybe the developer responds to you issue. You could change line 49 to the below and it should work.

                    I would have done it this way:

                    tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.athlete.displayName : ""
                    

                    94340480-6e5a-488b-be15-6a18dc792f4d-image.png

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories

                    S 1 Reply Last reply Aug 6, 2021, 8:07 PM Reply Quote 1
                    • S Offline
                      swvalenti Project Sponsor @mumblebaj
                      last edited by Aug 6, 2021, 8:07 PM

                      @mumblebaj said in MMM-PGA:

                      tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.athlete.displayName : “”

                      @mumblebaj you are the man that worked thank you! I am going to do a PR and change

                      S 1 Reply Last reply Aug 10, 2021, 5:40 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 3 / 5
                      3 / 5
                      • First post
                        23/48
                        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