Found the solution together with @strawberry-3-141
I was working with WinSCP and had the wrong encoding active (1252 - ANSI) instead of UTF8. Thats why the letter ‘ö’ was wrong translated.
Found the solution together with @strawberry-3-141
I was working with WinSCP and had the wrong encoding active (1252 - ANSI) instead of UTF8. Thats why the letter ‘ö’ was wrong translated.
@strawberry-3.141 did a little change on my custome.css in MagicMirror/css. Now its working very well.
Heres the code:
.MM-navbar .center {
width: 100%;
text-align: center;
left: 0px;
}
What a great module! Is there a way to get the icons centerd? I´m using a 7" touchscreen display and it looks like the picture below:
If I would add more icons they go in a line below.
@strawberry-3.141 its working now. Thanks again ;)
Also fixed my config!
I got a problem: Every second its switching between Regular-Season 2016 and Post-Season 2015?
I´ve updated already but still the same problem. Here is my config:
{
module: 'MMM-NFL',
position: 'top_left',
config: {
colored: 'true',
focus_on: ['NE', 'SEA', 'PHI', 'NYG', 'DAL'],
}
},
Any help on that?
Found the solution together with @strawberry-3-141
I was working with WinSCP and had the wrong encoding active (1252 - ANSI) instead of UTF8. Thats why the letter ‘ö’ was wrong translated.
@strawberry-3.141 I used the new instructions. The picture is only an example for showing no team but the rest of the module. Here`s my screen:
@strawberry-3.141 The module is loading but no team is shown!
Here’s an example:
Thanks for your help.
It still doesnt work for me, now I know why ;)
@viper-sg2 said in Soccer Standings:
Hey All,
I have the problem that some are icons not displayed. Does somebody has any idea?
THX
I´ve got the same issue on the german league for 4 teams. Another problem: I cant focus_on my favourite team (1. FC Köln).
Heres my config:
{
module: 'MMM-soccer',
position: 'bottom_right',
config: {
focus_on: {
'GERMANY': '1. FC Köln'
},
max_teams: 10
}
},