<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-NextGameWithPlayers - Displays all players for the next game]]></title><description><![CDATA[<h1>MMM-NextGameWithPlayers</h1>
<p dir="auto">Displays a table with all the players from your favorite team on there position and the next Opponent. Based on <a href="https://github.com/julianvollmer/MMM-AllPlayers" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-AllPlayers</a><br />
The module is using <a href="http://api.football-data.org/index" target="_blank" rel="noopener noreferrer nofollow ugc">this API</a></p>
<p dir="auto"><a href="https://github.com/julianvollmer/MMM-NextGameWithPlayers" target="_blank" rel="noopener noreferrer nofollow ugc">Github link</a></p>
<h2>Visualisation</h2>
<p dir="auto"><img src="/assets/uploads/files/1507575725028-nextgame.png" alt="0_1507575724244_nextGame.png" class=" img-fluid img-markdown" /></p>
<h2>Using the module</h2>
<p dir="auto">Clone the Module from GitHub</p>
<pre><code class="language-js">git clone https://github.com/julianvollmer/MMM-NextGameWithPlayers
</code></pre>
<p dir="auto">Install the package <code>football-data-api.</code></p>
<pre><code class="language-js">npm install football-data-api
</code></pre>
<p dir="auto">To use this module, add the following configuration block to the modules array in the <code>config/config.js</code> file:</p>
<pre><code class="language-js">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.
		        },
		    }
		}
    ]
}
</code></pre>
<h2>Configuration options</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Option</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>X-Auth-Token</code></td>
<td><em>Required</em> You can get it from <a href="http://football-data.org/index" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</td>
</tr>
<tr>
<td><code>shortNameLeague</code></td>
<td><em>Required</em> Short name of your League</td>
</tr>
<tr>
<td><code>shortNameTeam</code></td>
<td><em>Required</em> Short name of your team. Team must be in the League.</td>
</tr>
</tbody>
</table>
<p dir="auto">Names for the different leagues:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Short Name</th>
<th>Long Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>AAL</td>
<td>Australian A-League</td>
</tr>
<tr>
<td>CL</td>
<td>Champions League 2017/18</td>
</tr>
<tr>
<td>SB</td>
<td>Serie B 2017/18</td>
</tr>
<tr>
<td>DFB</td>
<td>DFB-Pokal 2017/18</td>
</tr>
<tr>
<td>PPL</td>
<td>Primeira Liga 2017/18</td>
</tr>
<tr>
<td>SA</td>
<td>Serie A 2017/18</td>
</tr>
<tr>
<td>PD</td>
<td>Primera Division 2017</td>
</tr>
<tr>
<td>BL2</td>
<td>2. Bundesliga 2017/18</td>
</tr>
<tr>
<td>BL1</td>
<td>1. Bundesliga 2017/18</td>
</tr>
<tr>
<td>FL2</td>
<td>Ligue 2 2017/18</td>
</tr>
<tr>
<td>FL1</td>
<td>Ligue 1 2017/18</td>
</tr>
<tr>
<td>DED</td>
<td>Eredivisie 2017/18</td>
</tr>
<tr>
<td>EL2</td>
<td>League Two 2017/18</td>
</tr>
<tr>
<td>EL1</td>
<td>League One 2017/18</td>
</tr>
<tr>
<td>ELC</td>
<td>Championship 2017/18</td>
</tr>
<tr>
<td>PL</td>
<td>Premier League 2017/18</td>
</tr>
<tr>
<td>BSA</td>
<td>Campeonato Brasileiro da Série A</td>
</tr>
</tbody>
</table>
]]></description><link>https://forum.magicmirror.builders/topic/5137/mmm-nextgamewithplayers-displays-all-players-for-the-next-game</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 05:49:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5137.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Oct 2017 19:09:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-NextGameWithPlayers - Displays all players for the next game on Tue, 02 Jan 2018 13:41:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/julianvollmer" aria-label="Profile: julianvollmer">@<bdi>julianvollmer</bdi></a> Ow I found an API <a href="https://developer.sportradar.com/files/indexTennis.html#player-profile" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.sportradar.com/files/indexTennis.html#player-profile</a></p>
<p dir="auto">It would be cool to get player info of different players - like Roger Federer and others shown in a schema likes yours with soccer players:</p>
<p dir="auto"><a href="http://www.itftennis.com/procircuit/players/player/profile.aspx?PlayerID=10019424" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.itftennis.com/procircuit/players/player/profile.aspx?PlayerID=10019424</a></p>
]]></description><link>https://forum.magicmirror.builders/post/33172</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33172</guid><dc:creator><![CDATA[MrBorg]]></dc:creator><pubDate>Tue, 02 Jan 2018 13:41:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NextGameWithPlayers - Displays all players for the next game on Mon, 01 Jan 2018 02:07:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrborg" aria-label="Profile: MrBorg">@<bdi>MrBorg</bdi></a> if there is an api to get the information there should be a way for visualisation. But Tennis is not my profession.</p>
]]></description><link>https://forum.magicmirror.builders/post/33088</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33088</guid><dc:creator><![CDATA[julianvollmer]]></dc:creator><pubDate>Mon, 01 Jan 2018 02:07:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NextGameWithPlayers - Displays all players for the next game on Sun, 31 Dec 2017 15:51:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/julianvollmer" aria-label="Profile: julianvollmer">@<bdi>julianvollmer</bdi></a> Wow nice module. But could this also be used somehow for following pro tennis players? That could be cool.</p>
]]></description><link>https://forum.magicmirror.builders/post/33086</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33086</guid><dc:creator><![CDATA[MrBorg]]></dc:creator><pubDate>Sun, 31 Dec 2017 15:51:53 GMT</pubDate></item></channel></rss>