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-OlympicGames

    Scheduled Pinned Locked Moved Sport
    olympic games2022olympic winter gamesolympiabeijing
    41 Posts 15 Posters 26.8k Views 15 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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @mlhote
      last edited by

      @mlhote I had the same issue initially, but after telling the API that I’m not a server but actually using the latest version of the Google Chrome browser here it worked for me and I didn’t experience the same issue again.

      Maybe you changed the reload interval to something that is too frequent.

      Can you please show your config of the module?

      Please create a github issue if you need help, so I can keep track

      J 1 Reply Last reply Reply Quote 0
      • M Offline
        mlhote
        last edited by

        Great it’s work
        Thk at everybody

        1 Reply Last reply Reply Quote 0
        • M Offline
          mlhote
          last edited by

          Great it’s work 1 time !!!

          When i reboot MM, i have to click again on the url…
          see my config
          {
          module: ‘MMM-OlympicGames’,
          position: ‘top_right’,
          disabled: false,
          config: {
          // all your config options, which are different than their default values
          }
          },

          So the trouble is not fix

          1 Reply Last reply Reply Quote 0
          • J Offline
            justdreambig @strawberry 3.141
            last edited by justdreambig

            @strawberry-3-141

            Hello,

            I hope you can help me… This is my first time posting in the message board so please excuse any formatting mistakes.

            the module is on my MM but just says loading…

            Here is the error

            [03.02.2022 12:44.24.245] [ERROR] Error getting olympic game medals FetchError: invalid json response body at https://www.bloomberg.com/tosv2.html?vid=&uuid=12216a4d-8532-11ec-99d5-6f52634e6775&url=L2dyYXBoaWNzL2JlaWppbmctMjAyMi1vbHltcGljcy1kYXRhL2N1cnJlbnQuanNvbg== reason: Unexpected token < in JSON at position 0

            I have clicked on the link and it takes you to a page that if you hold on the button it unlocks the data. I know someone else was dealing with that so I hope they found and answer

            Here is some info about what I have done so far

            MM version MagicMirror: v2.15.0
            Synology Docker v20.10.3-1239

            First I cloned the MMM-OlympicGames to my modules folder
            then added to my config file (see below)
            ]MM-Olympics.png )

                {
                    module: 'MMM-OlympicGames',
                    position: 'bottom_left',
                    config: {
            
            
                  }
              },
            

            then I ran npm install --production in ~/MagicMirror/modules/MMM-OlympicGames directory.

            added Locale to the default settings

            locale: "en-US",
            

            then I restarted the MM and it still says loading…

            I even tried removing it and staring over step by step this morning and still have loading…

            Any ideas to point me in the right direction would be most helpful. I really like this module and would like to use it

            Thanks

            KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
            • KristjanESPERANTOK Offline
              KristjanESPERANTO Module Developer @justdreambig
              last edited by

              I also had the “invalid json response” problem. After I upgraded node-fetch to 3.x, it works fine.

              M 1 Reply Last reply Reply Quote 0
              • strawberry 3.141S Offline
                strawberry 3.141 Project Sponsor Module Developer
                last edited by

                In the beginning, I had the same issues with the invalid response. But I never had to click the link in order to fix it, I just started using the fake user agent in the module. Every time I restart the mirror it’s loading the data for me.

                The module is not using an official API. Everything else I found is charging money for it or does not return data.

                I was hoping once the games are starting that some other APIs start spitting out some data, so I could potentially switch.

                I’m open to links from free JSON APIs that would solve your issues.

                Please create a github issue if you need help, so I can keep track

                1 Reply Last reply Reply Quote 1
                • strawberry 3.141S Offline
                  strawberry 3.141 Project Sponsor Module Developer
                  last edited by

                  Most sport news sites including the official olympic games website still show 0 medals.

                  medals.png

                  Please create a github issue if you need help, so I can keep track

                  1 Reply Last reply Reply Quote 1
                  • M Offline
                    mlhote @KristjanESPERANTO
                    last edited by

                    @kristjanesperanto Couldyou explain how to upgrade ?

                    KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
                    • KristjanESPERANTOK Offline
                      KristjanESPERANTO Module Developer @mlhote
                      last edited by

                      @mlhote In the meantime it works also with node-fetch v2 for me, so an upgrade seems not to be necessary.

                      One assumption is that this occurs when you restart the mirror several times. Then the API is often queried in a short time and therefore you are blocked.

                      1 Reply Last reply Reply Quote 0
                      • strawberry 3.141S Offline
                        strawberry 3.141 Project Sponsor Module Developer
                        last edited by

                        Link to module https://github.com/fewieden/MMM-OlympicGames

                        [1.2.0]

                        Added

                        • Added another data source, see new config option provider.

                        Changed

                        • Countries with same medals share the same rank

                        [card:fewieden/MMM-OlympicGames]

                        Please create a github issue if you need help, so I can keep track

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          SirFM
                          last edited by SirFM

                          I’ve specified the en-US locale but the country names seem to be in Catalan.

                          Capture d’écran 2022-02-06 111322.png

                          Here is my config file

                          {
                                                  module: "MMM-OlympicGames",
                                                  position: "top_left",
                                                  config: {
                                                          // all your config options, which are different$
                                                          locale: "en_US",
                                                          highlight: "CA",
                                                          maxRows: "10",
                                                          reloadInterval: "3600000",
                                                          provider: "nbc"
                                                          }
                                          }
                          ```Edited to fix locale typo
                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @SirFM
                            last edited by sdetweil

                            @sirfm I think the option is locale

                            u have local

                            computers are picky

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

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

                              @sdetweil Just saw that after posting and made the correction. Unfortunaly I get the same result with the typo corrected.

                              KristjanESPERANTOK 1 Reply Last reply Reply Quote 0
                              • KristjanESPERANTOK Offline
                                KristjanESPERANTO Module Developer @SirFM
                                last edited by

                                @sirfm locale has to be direcly under config not in the module config: https://github.com/fewieden/MMM-OlympicGames/blob/master/.github/global.png

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

                                  @kristjanesperanto yes, but that impacts system wide.

                                  but looking at the code, you are correct

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

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

                                    @sdetweil @KristjanESPERANTO
                                    My default locale is “ca-FR”. I don’t mind contributing to a transaltion file if needed.

                                    strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                    • strawberry 3.141S Offline
                                      strawberry 3.141 Project Sponsor Module Developer @SirFM
                                      last edited by strawberry 3.141

                                      @sirfm the locale ca-FR represents Catalan (France) in your case it should be fr-CA for French (Canada).

                                      In general, the locale format is mostly language code - region code.

                                      There are some labels that could also be translated to french https://github.com/fewieden/MMM-OlympicGames/blob/master/translations/en.json

                                      Please create a github issue if you need help, so I can keep track

                                      1 Reply Last reply Reply Quote 0
                                      • strawberry 3.141S Offline
                                        strawberry 3.141 Project Sponsor Module Developer
                                        last edited by

                                        1.3.0

                                        Added

                                        • Added option for user to input list of countries to display, see config option countryList.
                                        • Added French language translations.

                                        Changed

                                        • Uniform spelling for MagicMirror²
                                        • Upgraded development dependencies
                                        • Updated preview images

                                        Link to module https://github.com/fewieden/MMM-OlympicGames

                                        92fdfd7f-e3c2-4bb4-9928-a019b7f88872-image.png
                                        f4597fdb-a2b6-4682-8fb2-f252eb7d9a7e-image.png

                                        Please create a github issue if you need help, so I can keep track

                                        S 1 Reply Last reply Reply Quote 1
                                        • S Offline
                                          SirFM @strawberry 3.141
                                          last edited by

                                          Is there any way that the module could be used for the Paralympics games?

                                          strawberry 3.141S 1 Reply Last reply Reply Quote 1
                                          • strawberry 3.141S Offline
                                            strawberry 3.141 Project Sponsor Module Developer @SirFM
                                            last edited by

                                            @sirfm @KristjanESPERANTO I found an API

                                            1.4.0

                                            Added

                                            • Data provider: paralympic

                                            Changed

                                            • Default provider: paralympic
                                            • Default title: Paralympic Winter Games 2022

                                            Link to module: https://github.com/fewieden/MMM-OlympicGames

                                            Please create a github issue if you need help, so I can keep track

                                            1 Reply Last reply Reply Quote 1

                                            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
                                            • 3
                                            • 2 / 3
                                            • 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