fewieden / MMM-soccer

European Soccer Standings Module for MagicMirror²
MIT License
31 stars 24 forks source link

Odd fading behaviour #24

Closed lavolp3 closed 4 years ago

lavolp3 commented 5 years ago

Platform (Hardware/OS): Raspberry Pi 3b+ with Raspbian Stretch Node version: 11.4.0 MagicMirror version: 2.5.0 Module version: latest Description of the issue:

The fading or focus behave odd on my mirror. Fading brightness is not like it should be. First lines are black then seemingly random brightness levels. I tried to interprete the nunjucks part but I'm not common with that at all.

My config:

{ //disabled: true, module: 'MMM-soccer', position: 'top_left', config: { api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxx', show: 'GERMANY', colored: true, focus_on: {'GERMANY':'SV Werder Bremen'}, max_teams: 7 } }, image

fewieden commented 5 years ago

I will take a look over the christmas holidays, do you have something in your custom.css?

lavolp3 commented 5 years ago

I have higher color values for .dimmed .normal and .bright in my custom..css. But nothing relating to this module.

Thanks!

Am Sa., 22. Dez. 2018 um 10:10 Uhr schrieb fewieden < notifications@github.com>:

I will take a look over the christmas holidays, do you have something in your custom.css?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fewieden/MMM-soccer/issues/24#issuecomment-449556879, or mute the thread https://github.com/notifications/unsubscribe-auth/ATJ17Vtd6FHF9MONF_zw9iJRDsER8Znlks5u7fcggaJpZM4ZXD2z .

lavolp3 commented 4 years ago

fixed in my fork https://github.com/lavolp3/MMM-soccer/

in MMM-soccer.njk < tr class="centered-row {% if index === boundaries.focusTeamIndex %}bright{% endif %}" style="{{loop.index | fade(boundaries.focusTeamIndex)}}" > loop.index needs to be changed to index loop.index gives the iteration index but you need here the actual entry of the team