Read the statement by Michael Teeuw here.
[MMM-GmailFeed] - Simple Gmail unread messages list/notification
-
@shaneapowell
is there a way to make the font Bigger on the header or just get rid of it.
I cant read it unless I get up and go across the room 15ft. so that line of Information is
useless to me. Also can I get rid of the line under it.
I have poured over your MMM-GmailFeed files and can not for the life of me find that font size.
I have xxsmall xsmall small medium and have tried large for font sizes.
I found the actual email font size but the header is elusive. -
@Plainbroke-0 said in [MMM-GmailFeed] - Simple Gmail unread messages list/notification:
is there a way to make the font Bigger on the header or just get rid of it.
In your custom.css file
To modify the header font
.MMM-GmailFeed .module-header { color: yellow; text-align: center; font-size: 28px; }
To make the header “underline” go away
.MMM-GmailFeed .module-header { border-bottom: none; }
-
Mykle1
Thank you so much I spent probably 3 hrs trying to find it on my own…
The only way I can learn this stuff. -
Been there, my friend. Don’t sweat it. It takes time but it is rewarding. :thumbsup:
-
Hello,
I am getting: Error: [null].
I’m 100% sure my email and password are correct. Do you know what can be the problem, please?Arek
-
I got the same error and are searching for a solution
-
I think it is to do with Google’s security settings. See if you got an email saying you had a blocked access attempt. You can change the settings under ‘security’ to allow less secure apps though it is not recommended.
On the github it says you can set up an app specific password, again look under security settings in your google account, you need two factor authentication on…
-
@Lagmin , as the boss explain : “Your gmail password. If you are using 2 factor auth, you’ll need to generate a unique “App Password”. Go to your google account settings page, look in the “security” section on the left menu. You should find where to add an App Password there.” For me i’m not using 2 factor auth and i have the “null” message and have to allow less security App, maybe it 's the http and not https. I hope it will work for you.
-
@shaneapowell, Thanks a lot, work great.
-
Hey Guys… sorry I’ve not been in here to respond to questions. My MagicMirror has been working so well… I totally forgot about this thread. :) I updated the Readme on the github with a brief explination of how to work with Google 2FA. Hope that helps future users.