This repository has been archived by the owner on May 18, 2024. It is now read-only.
Using a different logo for your team. #310
riffnshred
started this conversation in
Dev and Ideas
Replies: 2 comments 1 reply
-
I really like the customization this adds. Is there any way to change the logo's alignment? I tried out the Mighty Ducks logo and it looks great on the Team Summary board but can hardly be seen on the scoreticker. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yup ! the config file for the logos position is under config/logos.json. create a copy of that file and name it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It was requested on discord to get a reminder on how you can use different logos for your team so here it is.
Here is a link to all the logos available on the Nhl API.
Simply search for your team in that page (CTRL+F and then type in your teams name or abbreviation) and look out the links to find the one you want to use.
Once you find the one you want to use copy the part that is after the team abbreviation and the first underscore ("_") up to just before the .svg
Exemple:
From this link:
https://assets.nhle.com/logos/nhl/svg/MTL_19191920-19201921_light.svg
you need:
19191920-19201921_light
Now open this config file :
config/logos.json
and you should see thisadd your team abbreviation and the part you copied from the link like so:
"MTL": "19191920-19201921_light"
save and now the new logo should replace the original one
Beta Was this translation helpful? Give feedback.
All reactions