A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Latest posts made by Benny
-
MMM-GoogleBirthdaysProvider No red birthday cake
Hi,
After installation, the agenda items and birthdays are displayed correctly, however I cannot find why the birthday cake icons are not displayed in red color.
{ module: "calendar", position: "bottom_left", config: { displayRepeatingCountTitle: true, calendars: [ { symbol: 'MyCalendar', url: "https://xxxxxxxxxxxxxxxx.ics" }, { url: 'http://localhost:8080/mmm-googlebirthdaysprovider', symbol: 'birthday-cake', repeatingCountTitle: "Birthday", color: '#f00', } ] } },
-
RE: How to change color of SourceTitle and PublischDate of news feed
OK guys, I found the answer on this forum.
.newsfeed .bright.medium.light { color: #06e600; } .newsfeed .light.small.dimmed { color: #06e600; }
-
How to change color of SourceTitle and PublischDate of news feed
Hi there,
Can someone tell me the css code to change the color of SourceTitle and PublischDate of news feeds?
PS: Changing the color and background of the newsfeed itself was no problem:
.module.newsfeed {
background-color:rgba(0,0,0,0.5);
border-radius:8px;
padding:8px;
}.newsfeed .bright {
color: #06e600;
}