ianperrin / MMM-Strava

A MagicMirror Module for your Strava data.
https://forum.magicmirror.builders/topic/457/mmm-strava?_=1616840157932
MIT License
49 stars 15 forks source link

Missing icon for activity "sail" #76

Open goerri opened 1 year ago

goerri commented 1 year ago

First of all thank you for this nice module.

Installing and configuring was a breeze, just one little thing is awkward: the icon for "sail" in chart-mode is missing. Can you direct me in fixing it myself?

Up until now I've tried creating an svg file, calling it icon-sail.svg and putting it in the folder /public/assets/images. I also added two lines of code in MMM-Strava.css:

.MMM-Strava .strava-icon.icon-sail { background-image: url(/MMM-Strava/public/assets/images/icon-sail.svg); }

Is there more I can do?