Read the statement by Michael Teeuw here.
Missing Club Logos in MMM-Soccer
-
@tino if you open the developers window, ctrl-shift-i, and select the tab labeled console, and scroll up,
maybe put ‘soccer’ (no quotes) in the filter field to just see messages from one module, you should see the errors from loading some url… -
You made my day!!
THX for your tip with the Debug console.
System could not find the path to the public folder.
false: src=“/MMM-soccer/public/{{standing[index].team.name}}.svg”
right: src=“/modules/MMM-soccer/public/{{standing[index].team.name}}.svg”now it works perfect …thumbs up
-
@tino woohoo!
Glad u solved it!
-
@sdetweil I’m having the same issue but I don’t understand what you mean by the developers window here. What is that, exactly?
Thanks. -
@ambujsethi on the mirror screen, press ctrl-shift-i. This will split screen with the developers window on the right side
you can also open the developers window with npm start dev (as long as u stopped the pm instance)
-
@sdetweil Thank you! I’ll try it out and hopefully solve the issue. :)
-
@ambujsethi i think we have the resolution… edit the module njk file and fix the paths to the images
from
/MMM-Soccer
to
/modules/MMM-Soccer/public