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

    Posts

    Recent Best Controversial
    • RE: Touchscreen Family Dashboard

      @lavolp3

      Thanks. I had zero background in javascript or CSS so started off with prompts like “Provide the full code for a magic mirror module in javascript that can add, edit, and delete events from my Google Calendar”. I did pay for the premium subscription, which gives you access to the more advanced models, which certainly helped. It returns both an initial module file and node_helper if needed. It was a very iterative process early on - the initial code would certainly have some errors in it, but I was able to get through it by pasting errors from the developer console back into Chat GPT and/or adding detailed logging statements to the code itself to see exactly what it was doing.

      The most challenging part was getting the Google API set up correctly. I suspect Google changed some aspects after ChatGPTs cutoff date. In some cases, I was able to have it scan the developer docs to give me updated instructions.

      Realized as well that I forgot an actual screenshot in my OP.
      dashboard screenshot.jpg

      posted in Show your Mirror
      T
      tjat
    • Touchscreen Family Dashboard

      Dashboard video

      I recently completed the software portion of my “Magic Mirror” that is really a touchscreen dashboard for the family to use, running on a Raspberry Pi4. I wanted to allow for family members to add/edit/delete events from the screen so we could replace our messy paper calendar. As shown, the dashboard also provides local weather, family photos, and commute times for both adults in the household. The next step is to build the physical housing around the screen, likely in the form of extending the bookcase it’s currently resting on. The finished product will be a built in.

      I’m not a programmer, but with the help of ChatGPT was able to develop a few custom modules to interact with others from the community. The most complex one I needed to develop was the integration with the Google Calendar API which was built entirely from scratch.

      Modules used:

      • MMM-DarkSkyForecast: Updated with PirateWeather
      • MMM-GoogleCalendar: Readonly Access to my Google Calendar via API
      • MMM-GooglePhotos
      • MMM-systemtemperature
      • MMM-Remote-Control
      • MMM-CalendarExt3: Heavy CSS adjustments along with a small update to add a transparent button in each date cell that brings open the add event dialog box.

      Custom Modules

      • MMM-Keypress: Simple swipe module allowing me to advance the calendar 1-10 months in either direction
      • MMM-TravelTimes: Pulls Google Traffic times for a drive to one location and a combination drive to train station/train ride to another
      • MMM-SimpleKeyboard: Integrates the public-use SimpleKeyboard into the MagicMirror
      • MMM-GoogleCalendarEventAdder: Provides Add/Edit/Delete functionality to our Google Calendar via API
      posted in Show your Mirror touchscreen touch
      T
      tjat
    • RE: 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/tjat84

      My screen is an ASUS BE24ECSBT.

      posted in Show your Mirror
      T
      tjat
    • RE: Touchscreen Family Dashboard

      @wperry530

      What do you mean by “pull 10 months”?

      @MZ-BER it’s an ASUS 24" (BE24ECSBT)

      posted in Show your Mirror
      T
      tjat
    • 1 / 1