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

    Scheduled Pinned Locked Moved Sport
    30 Posts 8 Posters 9.8k 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.
    • 0m4r0 Offline
      0m4r Module Developer @sdetweil
      last edited by

      @sdetweil this is done in version 1.0.4

      https://github.com/0m4r

      R S 2 Replies Last reply Reply Quote 0
      • R Offline
        robiv8 @0m4r
        last edited by

        @0m4r
        das log sagt: Please correct syntax errors at or above this line: ReferenceError: b1e6…meinToken…67c8c5 is not defined

        0m4r0 1 Reply Last reply Reply Quote 0
        • 0m4r0 Offline
          0m4r Module Developer @robiv8
          last edited by

          @robiv8 I think your configuration is wrong.
          Is the token wrapped into quotes?

          {
            disabled: false,
            module: 'MMM-euro2024',
            position: 'center',
            header: 'Euro 2024',
            config: {
              updateInterval: 60 * 1000,
              token: "M4g1cM1rr0r"
            }
          },
          

          https://github.com/0m4r

          R 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @0m4r
            last edited by

            @0m4r this is what your module config looks like in MMM-Config
            Screenshot at 2024-04-08 11-06-32.png

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            0m4r0 1 Reply Last reply Reply Quote 0
            • 0m4r0 Offline
              0m4r Module Developer @sdetweil
              last edited by

              @sdetweil this is good, isn’t it?

              https://github.com/0m4r

              S 1 Reply Last reply Reply Quote 0
              • S Do not disturb
                sdetweil @0m4r
                last edited by

                @0m4r yes… it works

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • R Offline
                  robiv8 @0m4r
                  last edited by robiv8

                  @0m4r
                  Hallo.
                  This i my config, as described in GitHub

                  {
                  	disabled: false,
                  	module: "MMM-euro2024",
                  	position: "center",
                  	header: "Euro 2024",
                  	config: {
                  	updateInterval: 60 * 1000,
                  	token: [b1e67..myToken..67c8c5],
                  	}
                  },
                  

                  Ok Danke,
                  with superscripts it works.
                  Why isn’t that right in GitHub?

                  0m4r0 1 Reply Last reply Reply Quote 0
                  • 0m4r0 Offline
                    0m4r Module Developer @robiv8
                    last edited by

                    @robiv8 try with this:

                    {
                    	disabled: false,
                    	module: "MMM-euro2024",
                    	position: "center",
                    	header: "Euro 2024",
                    	config: {
                    	updateInterval: 60 * 1000,
                    	token: "b1e67..myToken..67c8c5",
                    	}
                    },
                    

                    https://github.com/0m4r

                    1 Reply Last reply Reply Quote 0
                    • L Offline
                      leafarenuk
                      last edited by

                      Hi guys,
                      I cannot get this module to run…

                      I also opened an issue in the repo: https://github.com/0m4r/MMM-euro2024/issues/2

                      Can somebody from here help me? @0m4r ?

                      Thanks in advance

                      0m4r0 1 Reply Last reply Reply Quote 0
                      • 0m4r0 Offline
                        0m4r Module Developer @leafarenuk
                        last edited by

                        @leafarenuk I replied to you on Git Hub a week ago or so.
                        As I have not heard back from you since then, I assume the problem is resolved.

                        If not, feel free to get in touch again.

                        https://github.com/0m4r

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          com1cedric @0m4r
                          last edited by

                          @0m4r Hello and thank you for your great module.

                          after installing it, it appears on my mirror, but stays on “loading…”.

                          Do you maybe know this issue?

                          Thanks in advance for your helps.

                          Kind regards

                          Capture d’écran 2024-06-19 à 17.27.57.jpg

                          1 Reply Last reply Reply Quote 0
                          • NiggichN Offline
                            Niggich
                            last edited by

                            Hello Mirrorenthusiasts,

                            it is possible to use this module für the WorlCup 2026? Thx

                            0m4r0 1 Reply Last reply Reply Quote 0
                            • 0m4r0 Offline
                              0m4r Module Developer @Niggich
                              last edited by

                              @Niggich

                              you can either use: https://github.com/0m4r/MMM-SoccerLiveScore and add 2000 to the leagues config parameter: https://github.com/0m4r/MMM-SoccerLiveScore#config

                              or you can update the file:
                              https://github.com/0m4r/MMM-euro2024/blob/main/MMM-euro2024.js
                              to use the worldcup code: 2000

                              (https://docs.football-data.org/general/v4/lookup_tables.html#_league_codes)

                              https://github.com/0m4r

                              NiggichN 2 Replies Last reply Reply Quote 1
                              • NiggichN Offline
                                Niggich @0m4r
                                last edited by

                                @0m4r

                                Thank You! It’s working like a charm.

                                1 Reply Last reply Reply Quote 1
                                • NiggichN Offline
                                  Niggich @0m4r
                                  last edited by

                                  @0m4r

                                  I play around with the MMM-SoccerLiveScore module. I used the module at a Full HD Touchscreen. Is there a way to scroll the Standings by hand? The Screen is to small to show the full table.

                                  THX

                                  0m4r0 1 Reply Last reply Reply Quote 0
                                  • 0m4r0 Offline
                                    0m4r Module Developer @Niggich
                                    last edited by

                                    @Niggich it should scroll by itself if the config value scrollVertical is set to true.

                                    I never tried it on a touch screen…

                                    https://github.com/0m4r

                                    NiggichN 1 Reply Last reply Reply Quote 0
                                    • NiggichN Offline
                                      Niggich @0m4r
                                      last edited by

                                      @0m4r No, it doesn’t scroll by itself when i set the value scrollVertical to true. It’s just scrolling the title bar but not the table.

                                      0m4r0 1 Reply Last reply Reply Quote 0
                                      • 0m4r0 Offline
                                        0m4r Module Developer @Niggich
                                        last edited by

                                        @Niggich ok… I will need to take a look at it, but it may take some time…

                                        https://github.com/0m4r

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