Read the statement by Michael Teeuw here.
Touchscreen Family Dashboard
-
@tjat This is awesome. Following closely and going to start trying to adapt some of this to my project.
I was getting hung up on modifying the existing Google Maps Traffic app with, like you, no java or CSS background :)
-
How did you get it to pull ten months? I tried using your modules, but I lost the ability to pull the pop up. I figured out how to modify the original module you forked from (if that’s the right terminology) to be able to register the key presses, but when I do, it does not progress to the next week.
Any help is appreciated!
-
Hello @tjat - thanks for sharing and great work! Can you please tell which touchscreen you have? Thanks in advanve.
-
-
Is there any chance you could send an anonymized version of your config?? :folded_hands:
-
@normalnorman @tjat
I would also love this, I’m struggling to get this to work. -
Hi guys. I was looking into this too as I wanted the functionality of being able to add/edit/remove a google calendar event within the MM environment. I used what tjat has in his repository as a base and modified it to create a version that is working for me, let me know if you’re still looking to do something with this. The key part was that I had to edit some files to get and propagate the event ID for the default calendar module, as CX3 pulls its data from that.
-
@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!
-
-
Man I thought I was the only person on the internet who wanted a family dashboard that was interactive (ie to enter events on Google calendar -not just view them!). I’ve got the RPI and touch screen (Hannspree 23") sorted but with no real knowledge of coding or magic mirror modules was at a loss. I will be looking through your posts/git in more detail then I next get time! Thanks!
-
I was having issues with the calendar swipe feature not working. The keypress would work fine though. Looks like the new version of Electron has removed touchevents and changed to pointerdown and pointerup.
I forked the original and made the changes: https://github.com/B3DTech/MMM-KeyPress
I’m looking at cleaning up code in the add event module to remove some of the hard-coded customizations in the original. They are very much customized to the original creator with family names and icons hard coded. For the most part, that isn’t needed in a general framework for just adding events.
I am also looking at merging the code into the latest version of MMM-CalendarExt3 since it’s so far behind now.
It’s a slow work in progress. If anyone else has some time and wants to help out let me know.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login