• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Family Dashboard

Scheduled Pinned Locked Moved Show your Mirror
3 Posts 2 Posters 1.9k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    davidoesch
    last edited by davidoesch Apr 11, 2020, 5:02 PM Apr 11, 2020, 4:58 PM

    A tweaked family mirror
    Living in the vicinity of Bern
    image (2).png

    Hardware
    an old Phillips screen, A rasperrypi 4 and twowaymirror from https://www.kunststoffpark.ch/materialien/kunststoff-spiegel/acrylglas-spiegel-2w/ all wrapped up in a selfmade wooden frame.

    module: “clock”,
    standard

    module: “calendar”,
    Quite a challenge on this one, since google calendars do not allow family calendars to be shared via URL. Sow aht I did was : feed family calendar to google spreadsheet based on https://www.quora.com/How-can-I-import-a-Google-Calendar-into-a-Google-Sheet-to-get-a-yearly-view-of-all-scheduled-appointments , download it as csv and create an ics with some python magic,store it locally - all run by an hourly cron. then add it as url url: “webcal://localhost:8080/modules/default/calendar/data.ics”

    module: ‘MMM-PIR’,
    to save energy : turn off the screen when no one is near. ordered this from https://www.aliexpress.com/item/32733268757.html?spm=a2g0s.9042311.0.0.28b14c4dK0pFM3 works flawless. I put it under the mirror. done

    module: ‘DailyXKCD’,
    For the geeky daily humor

    module: ‘MMM-SwissStationboard’,
    Next departure, tweaked the config css to have increased numbers and delays are shown in red. very handy and proofed to be of top notch quality . Main feature : greyed out buses I wont reach because it takes me more than 2 minutes to get my shoes on and run to the bus station …

    module: ‘MMM-RemoteTemperature’,
    Added three DHT22 temperature humidity sensors two on a remote pi one on the local pi. they send via a REST PUT a json to MMM-RemoteTemperature ,added three times the module (summed up Klima), the one outside is already dead … the DHT22 got wet I assume…will replace it soon

    module: “MMM-HTMLBox”,
    used to display the local weatherforecast. tweaked a little bit search.ch based svg into an iframe

    
    iframe allowtransparency="true" style="background: #C0C0C0;" <img src="https://meteo.search.ch/images/chart/schliern-bei-koeniz.svg?width=380&height=200&t=1573905600" frameborder="0" height="200" width="380">
    /iframe>
    
    

    if anyone can give me a hint on how to remove the blue-white background of the SVG, so that I can do a black/white based forecast — will send beer :clinking_beer_mugs:

    module: “MMM-HTMLBoxDuo”,
    which is a copy of above , just to display the duolingo.com daily and total achievement of the family. kids do now in homeschooling their daily dose of FR and EN and we parents keep up to be number one on the daily scores. The one with the least number has to do the groceries :-)
    Behind is a nasty python script using python package duolingo tabulate to retrieve the user data , sort it and store it as a local html table which is then read by the module.

    module: ‘MMM-COVID19-SPARKLINE’,
    Some daily update CORONA COVID-19 stats for switzerland , actually I prefer to have there module: “MMM-FunnyHolidays” way more fun

    module: "MMM-AssistantMk2 and module: “MMM-Hotword”,
    voice control, by USB based cheap micro I still stick to MMM-AssistantMK2 V2 since I could not upgrade to v3 kids love to play akinator with the google assistant or look up trivia

    Shutdown/Restart
    I added a Button wired up to the Pi, added some scripts, based on this excellent how-to
    http://scruss.com/blog/2017/10/21/combined-restart-shutdown-button-for-raspberry-pi/

    Thats it folks

    And no, I don’t dare to update my MMM --I’m afraid I’ll break sth :-) Never touch a running system

    to Do

    I want to add a selfie cam and face detection … but that is another job for another pandemic event

    Happy to hear your feedback

    D.

    1 Reply Last reply Reply Quote 2
    • B Offline
      banbutcher
      last edited by Apr 12, 2020, 12:48 AM

      hi, your setup looks great, i was wondering how is it possible to use assistantMk2 V2, ive installed V3 but prefer the layout of V2.

      Thanks
      Richie

      D 1 Reply Last reply Apr 12, 2020, 7:57 AM Reply Quote 0
      • D Offline
        davidoesch @banbutcher
        last edited by Apr 12, 2020, 7:57 AM

        @banbutcher since I had a backup of V2 module— just copied the directory back.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy