• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Benny
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
B
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 4
  • Groups 0

Posts

Recent Best Controversial
  • RE: MMM-GoogleBirthdaysProvider No red birthday cake

    @wuermchen

    Perfect, this is the solution!

    Thanks again,
    Benny

    posted in Troubleshooting
    B
    Benny
    Dec 30, 2020, 7:42 PM
  • 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',
     				}
     			]
     		}
     	},
    
    posted in Troubleshooting
    B
    Benny
    Dec 30, 2020, 1:06 PM
  • 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;
    }
    
    posted in Custom CSS
    B
    Benny
    Dec 27, 2020, 11:29 AM
  • 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;
    }

    posted in Custom CSS
    B
    Benny
    Dec 27, 2020, 10:45 AM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy