A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
weather module
-
I have been looking at updating the icons and I think it will go like below.
Is there a way to add words for example next to the icon the word Sunny is displayed ?
.wi-day-sunny { background-image: url("path/icons/sunny.svg"); background-size: contain; width: 10px; height: 10px; display: inline-block; vertical-align: middle; } -
@dcazman yes, you could use the :before or :after selector
.wi-day-sunny:after{ content: "something"; } -
D dcazman has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login