Read the statement by Michael Teeuw here.
Touchscreen Family Dashboard
-
@tjat said in Touchscreen Family Dashboard:
@rpp
Yeah, here’s a link to my git. I’m not a coder so I’m assuming I’m missing some best practices but each module should be accessible. They’re certainly highly customized for my specific classes, icons, etc.
https://github.com/tjat84My screen is an ASUS BE24ECSBT.
Thanks for sharing your GitHub. I saw you had a module for the GuestWifiQR - I tried to replicate but for some reason the magicmirror wouldnt show it but the mirror still loaded. Would be interested if you got it working and how you put it in the config.js file?
-
@msdt_steak and MMM-WifiPassword shows whatever its configured for
-
@sdetweil said in Touchscreen Family Dashboard:
@msdt_steak and MMM-WifiPassword shows whatever its configured for
@sdetweil thanks. So you think the MMM-WifiPassword i the better way to go rather than create your own QR image and try to have the QR image created myself show?
-
@msdt_steak i’m not going to create my own!
-
@tjat How did you manage to increase the font-size of the calendar month heading (SEPTEMBER 2023)?
-
@sharkbait said in Touchscreen Family Dashboard:
How did you manage to increase the font-size of the calendar month heading (SEPTEMBER 2023)?
I added in the custom css:
.MMM-CalendarExt3 .module-header {
font-size: [changes here]
[other options you’d like to change]
} -
@jalow Thank you. It worked.
-
I would love to see your configuration and CSS files for this layout - looks really clean.
Walter
-
This is amazing! Thank you.
Do you know if the Google calendar option works with iCal/iCloud calendar?
-
Could you elaborate on the changes you made to be able to be able add/edit/delete calendar entries in EXT3?
I’m able to get the pop up to add events and the events add to the main calendar. I’m stuck tho, as I can’t edit or delete these events.
A wishlist would be able to add events to some of the other linked calendars I have. I’m also stuck and can’t get the MMM-SimpleKeyboard to open. I’m running the magic mirror through server mode and view through a website and just use an attached wired keyboard for the time being.
Thanks for any help!