
Is there any chance to scale both styles that the icons are looking the same height and style?

Is there any chance to scale both styles that the icons are looking the same height and style?
@sdetweil Thanks for your help.
But its still not working.



```
{
module: “MMM-MieleAtHome”,
position: “bottom_left”,
showDeviceIfDoorIsOpen: false,
showHeader: false,
config: {
userName: “xxx”,
password: “xxx”,
client_ID: “xxx”,
client_Secret: “xxx”,
vg: ‘de-DE’, // Your country code from the list above
language: ‘de’, // Language supported from list above
showAlwaysAllDevices: false //always display component
}
},
I even tried display: none without ";". I doesnt work...
Hi,
i just want to disable the headers of both Modules. MMM-Homeconnect is somehow copied from MMM-Mieleathome
I treid diffent things. But nothing worked:
showHeader: false,
or in custom css
.MMM-MieleAtHome .module-header {
display: none;
}
or
.MMM-MieleAtHome header {
text-align: left
}
.MMM-MieleAtHome header {
text-align: left
}

Did u have an idea?
Hi,
this year i nearly missed the wenning day… :astonished_face: so i want to configure my MagicMirror for next year. II use google calendar with Birthays, days e.g.
I managed to put the wedding date in, but i want to have the repating count. For the wedding day, i set up a yearly da.
customEvents: [
{
keyword: 'Hochzeitstag',
repeatingCountTitle: 'Jahrestag',
dateFormat: 'D.MMMM',
color: '#d4af37',
symbol: 'ring'
},
How can i chage this entry so that its like: “Hochzeitstag, x. Jahrestag” or better “x.Hochzeitstag”?
@sdetweil My fault. The export from google calender is “plain text”. There is no mention of the real birthday. :(
So its solved. Thanks a lot.
@sdetweil I uncommented the first callender with slashes. Thats what im using before.
It looks like that “repeatingCountTitle” is not working in this case. I changed the toppic now for a better understanding.
Due security changes MMM-Googlebirthdays is no longer working, so a few Birthdays are missing.
So i switched to a local copy (export from Google) of my contact calendar.
Its woking fine, but how i can format it better?
Before it was:
XY, 30. Birthday D.MMMM
Now its like;
XY has Birthday D.MMMM
I just want to see, how old the people are.
Here my config:
{
// url: 'http://192.168.178.80:8080/mmm-googlebirthdaysprovider',
url: 'http://192.168.178.80:8080/modules/birthdays/birthdays.ics',
repeatingCountTitle: 'Geburtstag',
dateFormat: 'D.MMMM',
symbol: 'birthday-cake',
color: '#F5DA81'
},
@Rags
Im uskng MMM-GooglebirthdayProvider. I alreday installed it and have the key for it. work fine.
Problem- Google disavled the old authentification.
https://github.com/PalatinCoder/MMM-GoogleBirthdaysProvider
Just in case…