0m4r / MMM-euro2024

a Magic Mirror Module to display Euro 2020 fixtures and standings
2 stars 2 forks source link

Results not displayed #3

Closed mirko3000 closed 4 weeks ago

mirko3000 commented 1 month ago

Hi there, results are not getting displayed due to an error in your scripts: Line 92: tr.appendChild(buildTD(m.score.fullTime.homeTeam, 'MMM-euro2024-score'));

This should be: tr.appendChild(buildTD(m.score.fullTime.home, 'MMM-euro2024-score'));

Same for the away team.

Else: nice work!

0m4r commented 4 weeks ago

@mirko3000 thanks for reporting this bug. it should be now fixed in version 1.0.6 :)