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

    julianvollmer

    @julianvollmer

    2
    Reputation
    648
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    julianvollmer Unfollow Follow

    Best posts made by julianvollmer

    • MMM-AllPlayer - Shows a table with all player on there position

      Displays a table with all the players from your favorite team.
      The module is available here.

      You need an api-key, you can get it here for free.

      0_1507461934896_all-player.png

      Module is in development.
      Other football-modules will be available soon at my GitHub profile.

      posted in Sport soccer football sport player court
      J
      julianvollmer
    • RE: MMM-NextGameWithPlayers - Displays all players for the next game

      @MrBorg if there is an api to get the information there should be a way for visualisation. But Tennis is not my profession.

      posted in Sport
      J
      julianvollmer

    Latest posts made by julianvollmer

    • RE: MMM-NextGameWithPlayers - Displays all players for the next game

      @MrBorg if there is an api to get the information there should be a way for visualisation. But Tennis is not my profession.

      posted in Sport
      J
      julianvollmer
    • MMM-NextGameWithPlayers - Displays all players for the next game

      MMM-NextGameWithPlayers

      Displays a table with all the players from your favorite team on there position and the next Opponent. Based on MMM-AllPlayers
      The module is using this API

      Github link

      Visualisation

      0_1507575724244_nextGame.png

      Using the module

      Clone the Module from GitHub

      git clone https://github.com/julianvollmer/MMM-NextGameWithPlayers
      

      Install the package football-data-api.

      npm install football-data-api
      

      To use this module, add the following configuration block to the modules array in the config/config.js file:

      var config = {
          modules: [
              {
      	        module: 'MMM-NextGameWithPlayers',
      	        position: 'top_center',  // This can be any of the regions. Best results in left or right regions.
      	        header: 'Alle Spieler', // Topic of your modul.
      		    config: {
      	            options: {
      		          headers: {'X-Auth-Token': 'YOUR_TOKEN'},
      		          shortNameLeague: "BL1", //Short name of your League.
      		          shortNameTeam: "HSV", //Short name of your team. Team must be in the League.
      		        },
      		    }
      		}
          ]
      }
      

      Configuration options

      Option Description
      X-Auth-Token Required You can get it from here.
      shortNameLeague Required Short name of your League
      shortNameTeam Required Short name of your team. Team must be in the League.

      Names for the different leagues:

      Short Name Long Name
      AAL Australian A-League
      CL Champions League 2017/18
      SB Serie B 2017/18
      DFB DFB-Pokal 2017/18
      PPL Primeira Liga 2017/18
      SA Serie A 2017/18
      PD Primera Division 2017
      BL2 2. Bundesliga 2017/18
      BL1 1. Bundesliga 2017/18
      FL2 Ligue 2 2017/18
      FL1 Ligue 1 2017/18
      DED Eredivisie 2017/18
      EL2 League Two 2017/18
      EL1 League One 2017/18
      ELC Championship 2017/18
      PL Premier League 2017/18
      BSA Campeonato Brasileiro da Série A
      posted in Sport soccer football sport court player
      J
      julianvollmer
    • MMM-AllPlayer - Shows a table with all player on there position

      Displays a table with all the players from your favorite team.
      The module is available here.

      You need an api-key, you can get it here for free.

      0_1507461934896_all-player.png

      Module is in development.
      Other football-modules will be available soon at my GitHub profile.

      posted in Sport soccer football sport player court
      J
      julianvollmer