MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. 0m4r
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    0m4r0 Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 109
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-euro2024

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

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

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

      I never tried it on a touch screen…

      posted in Sport
      0m4r0
      0m4r
    • RE: World Cup page

      try this: https://github.com/0m4r/MMM-SoccerLiveScore add 2000 into the list of leagues.

      posted in Requests
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @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)

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-SoccerLiveScore

      The module has been released with its newly delivered version 4.0:
      https://github.com/0m4r/MMM-SoccerLiveScore

      Please note that you need to obtain an API key from https://www.football-data.org/pricing (a free plan is also available)

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-SoccerLiveScore not displayed since today

      Please find here the instruction to setup the beta version: https://forum.magicmirror.builders/topic/1169/mmm-soccerlivescore/186?_=1728826313050

      posted in Troubleshooting
      0m4r0
      0m4r
    • RE: MMM-SoccerLiveScore

      IMPORTANT UPDATE:

      Following the unavailability of the API used by this module, a new version is under development and available for beta testing.

      If you are interested in trying it out, please follow the steps (they assume you are in the MMM-SoccerLiveScore folder):

      > git checkout beta
      > git pull -r
      > npm ci
      

      update the configuration as follows:

      {
        token: "TOKEN",
        leagues: [LEAGUE_ID_1, LEAGUE_ID_2],
        displayTime: 1 * 60 * 1000, // 1 minute
        requestInterval: 10 * 60 * 1000, // 10 minutes
        showNames: true,
        showLogos: true,
        showStandings: true,
        showTables: true,
        showScorers: true,
      }
      

      You must obtain the TOKEN from https://www.football-data.org/pricing (there is a free plan too!).

      The list of available leagues you can add to the configuration depends on your subscription plan, the full list of leagues is available here: https://docs.football-data.org/general/v4/lookup_tables.html#_league_codes (you need the competitionId)

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-SoccerLiveScore not displayed since today

      @kusselin please have a look here: https://github.com/0m4r/MMM-SoccerLiveScore/issues/13

      posted in Troubleshooting
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @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.

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @robiv8 try with this:

      {
      	disabled: false,
      	module: "MMM-euro2024",
      	position: "center",
      	header: "Euro 2024",
      	config: {
      	updateInterval: 60 * 1000,
      	token: "b1e67..myToken..67c8c5",
      	}
      },
      
      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @sdetweil this is good, isn’t it?

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @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"
        }
      },
      
      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-PublicTransportHafas

      Updated today to the new “hafas-client” code, try it out here

      posted in Transport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @sdetweil this is done in version 1.0.4

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @robiv8 hey, I am sorry to hear that.
      Are you able to provide some logs?

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      The README.md is updated.
      The configuration instructions should be now correct: https://github.com/0m4r/MMM-euro2024?tab=readme-ov-file#configuration

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @sdetweil thanks for the detailed feedback.
      I will update it as soon as I get a moment :)

      posted in Sport
      0m4r0
      0m4r
    • RE: MMM-euro2024

      @chrisfr1976 can you share the config you set up for the module (obviously hiding the token)? Apart from a problem with the token itself, I cannot think of anything wrong with what you describe.

      posted in Sport
      0m4r0
      0m4r
    • MMM-euro2024

      A few weeks more to go, but the magic mirror module is already here for you: https://github.com/0m4r/MMM-euro2024!

      MMM-euro2024

      posted in Sport
      0m4r0
      0m4r
    • RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

      @KristjanESPERANTO thank you!
      …and apologies for missing the whole discussion, I have updated my preferences to get e-mails when someone mentions me :)

      posted in Troubleshooting
      0m4r0
      0m4r
    • 1 / 1