Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
16.82k stars 1.28k forks source link

[BUG] Some icons from simpleicon not working #1254

Closed masterchief4240 closed 4 months ago

masterchief4240 commented 1 year ago

Environment

Self-Hosted (Docker)

System

Ubuntu 22.04.2 LTS

Version

2.1.1

Describe the problem

When using some of the simpleicons, icons are not loading correctly. Sorry if I am just being stupid, I did read the documentation and tried a few things.

Working example: Vodafone icon https://simpleicons.org/?q=vodafone

image

image

Code looks like this

"icon": "si-vodafone"

Non-working example (should hopefully be reproducible): Mikrotik https://simpleicons.org/?q=mikrotik

image

image

Code looks like this

"icon": "si-mikrotik"

When placing the svg URL https://simpleicons.org/icons/mikrotik.svg in the field, it works, but it is not adjusting the color (which I guess is strange because it's working for the vodafone one).

image

Many thanks!

Additional info

No response

Please tick the boxes

liss-bot commented 1 year ago

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

KonVei82 commented 1 year ago

I am having exactly the same issue but with si-nginxproxymanager

Fiallo commented 1 year ago

Screenshot 2023-08-03 130520 Screenshot 2023-08-03 130438 I wish I knew enough about coding to help with fixing this, but I'm also having this issue.

chieflewus commented 11 months ago

I'm having the same issue as well

perkyquirky commented 10 months ago

Hello,

I am having the same issue with the following icons.

Proton Drive: si-protondrive

Proton Calendar si-protoncalendar

image

Strangely si-protonmail works. I did notice that on the simple Icons page the Proton Mail is titled as "ProtonMail" where as drive and calendar are "Proton Drive" and "Proton Calendar". Perhaps the space has something to do with it but I don't know how this all works.

I also have the same result as above where if you specify a link "http://simpleicons.org/icons/protoncalendar.svg" it will load the icon but black. Changing the theme post save does not change the colour of the icon.

vnwnv commented 9 months ago

Same problem here!

I found dashy is still using old version of simple-icons package. I think it is the main reason, which cause this problem.

in yarn.lock row 8926 you can found it using v7.21.0

current new version v10.0.0 is here npmjs.com and the repo

barndoor101 commented 7 months ago

Any updates on this? Or is there a way we can update locally? Cheers