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

    Posts

    Recent Best Controversial
    • RE: Notion API Module

      look here, someone made it happen but never published it and I can’t contact that dev.

      https://mbuguamwaura.medium.com/magic-mirror-notion-integration-eac95951b080

      but its a good tutorial, maybe someone can create a notion plugin, would be awesome

      posted in Requests
      TazDevT
      TazDev
    • RE: MMM-vCard2Calendar Birthday

      @wuermchen

      no idea, I think its not possible :) how its implemented right now

      posted in Requests
      TazDevT
      TazDev
    • RE: MMM-iCloud-Client

      @Feedy88 said in MMM-iCloud-Client:

      Does anyone have been successful?

      please upvote this: https://forum.magicmirror.builders/topic/16850/icloud-contacts-to-birthday-calendar-pyicloud-vcf-to-ics

      i had success manually, it would be awesome to get this as working module

      posted in Troubleshooting
      TazDevT
      TazDev
    • RE: MMM-vCard2Calendar Birthday

      @wuermchen

      please vote this up: https://forum.magicmirror.builders/topic/16850/icloud-contacts-to-birthday-calendar-pyicloud-vcf-to-ics

      there is a way, you can create “application passwords” at https://appleid.apple.com even when you have 2FA active.

      posted in Requests
      TazDevT
      TazDev
    • iCloud Contacts to Birthday Calendar » pyiCloud & VCF-to-ICS

      Hi :)

      I would love to see and suggest the following module, that unfortunately I’m not able to programm myself.

      Using https://github.com/picklepete/pyicloud it should be possible to download the whole address book and with https://github.com/FoxP/VCF-to-ICS (conversion tested locally, works perfectly) we could create a birthday.ics that can be used with the default calendar module (also tested, working)

      {
                     symbol: 'birthday-cake',
                     url: 'http://localhost:8080/modules/birthdays.ics',
      },
      

      In iCloud you can also define an application password for this purpose (login pyicloud) even if you secured your Account with 2FA.

      any volunteers? ;)

      inspired by: https://github.com/bitte-ein-bit/MMM-iCloud-Client but that is so outdated that you will get 5 serious vulnerabilities installed

      posted in Requests
      TazDevT
      TazDev
    • RE: MMM-vCard2Calendar Birthday

      quick question, from where do you source the vcard? own host or copy directly on pi?

      i want to source my vcards from iCloud but didn’t figure it out yet

      posted in Requests
      TazDevT
      TazDev
    • RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM

      @peterh said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

      50%

      remove the space before the percent sign: 50% vs 50 %

      posted in Utilities
      TazDevT
      TazDev
    • RE: No Mirror = Awesome Daily Assistant Frame

      @OberfragGER

      sure, here you go, still WIP, I need to fix 2 borders and decide if I want to paint it black.

      the camera from the playstation move is deactivated, I removed everything and try to use the mic array inside the frame. I want to use it for voice stuff, but honestly the touch frame with MMM-Touch is already awesome to control.

      the PI Cam should be used for face recognition & photo booth fun with guests.

      also I try to add PS3 Controllers and use the Screen as a retro game console in the kitchen.

      IMG_0571.jpg
      IMG_0572.jpg
      IMG_0573.jpg
      IMG_0574.jpg
      13.jpeg

      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: No Mirror = Awesome Daily Assistant Frame

      Cost Overview

      • iMac Screen 27" with Front Glas, 2k from 2009 to 2011: depends where you harvest it: from 50€ to 300€
      • Driver Board: ~60€, ebay
      • USB Touch Frame: ~70€ in this size, from aliexpress or ebay
      • Raspberry Pi 4, 45€, good times ;)
      • Pi Aluminum Case: 12€, ebay
      • Pi Power, Slim Version: 11€, amazon
      • Pi Camera Extension Flexcable Ribbon 30cm, black: ~5€
      • HDMI Cable Pi to Driver Board: 5€
      • Power Extension, 3 slots, Slim Version: 7€, ebay
      • Wood for Frame, Oak 2x 120x26x1,5cm: 40€, ebay
      • (todo) Playstation PS3 Move Camera and Mic Array, USB: 5€, ebay
      • (todo) Pi Camera: ~25€
      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: ,Change Fonts

      what I inserted in my custom.css

      :root {
              --font-primary: "SF-Compact";
              --font-secondary: "SF-Pro";
      }
      
      @font-face {
        font-family: "SF-Compact";
        font-style: normal;
        src:
          local("SF-Compact"),
          url("/fonts/SF-Compact.ttf") format("truetype");
      }
      
      @font-face {
        font-family: "SF-Pro";
        font-style: normal;
        src:
          local("SF-Pro"),
          url("/fonts/SF-Pro.ttf") format("truetype");
      }
      

      both files I extracted from my Mac and copied it to ~/MagicMirror/fonts

      posted in Custom CSS
      TazDevT
      TazDev
    • RE: Magic(Dashboard)Mirror

      @davidT89

      thanks, this was so important.

      npm install valid-url
      npm install rrule-alt 
      
      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: Display colored emoji

      @MZ-BER

      i will try to get apple style working, here is the font: https://github.com/samuelngs/apple-emoji-linux

      mkdir ~/.fonts
      cd ~/.fonts
      wget https://github.com/samuelngs/apple-emoji-linux/releases/download/ios-15.4/AppleColorEmoji.ttf
      fc-cache -f -v
      
      posted in Custom CSS
      TazDevT
      TazDev
    • RE: No Mirror = Awesome Daily Assistant Frame

      @Rayvenhaus

      thank you very much. its really an eye-catcher in the kitchen.

      How much trouble did you have disassembling the monitor?
      » none, iMacs are easy to disassemble, see here

      Where did you get your frame from?
      » designed and build it with my neighbor myself

      Are you using WiFi or Ethernet for the internet connection?
      » wifi in this case and its working flawlessly, I have a good mesh network in my home already

      more fotos from inside
      12a.jpeg
      12b.jpeg
      12c.jpeg
      12d.jpeg

      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: Magic(Dashboard)Mirror

      welches plugin ist das “display ausschalten …” links unten im Eck?

      und wo findet man nun deine CSS ;) ? https://github.com/mazim-co hier ist es nicht so offensichtlich

      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: Magic(Dashboard)Mirror

      @SARCux

      https://github.com/mazim-co

      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: No Mirror = Awesome Daily Assistant Frame

      Put everything together
      12.jpeg

      posted in Show your Mirror
      TazDevT
      TazDev
    • RE: No Mirror = Awesome Daily Assistant Frame

      6.jpeg
      6a.jpeg
      6b.jpeg

      Overview Parts
      7.jpeg
      8.jpeg
      9.jpeg
      10.jpeg
      11.jpeg

      posted in Show your Mirror
      TazDevT
      TazDev
    • No Mirror = Awesome Daily Assistant Frame

      0.jpg

      hey everybody,

      after quite some while I finally can hang my mirror 2k Picture Frame :)
      I love the whole project and am sure its even better when you don’t use it with the mirror feature :)

      What you see here is an iMac 2010/2011 27" Screen with a 2k 2560x1440 resolution. It looks really nice even standing in front of it. I think this screen from Apple is the perfect fit. It’s powered by a Pi 4 2GB and inside the frame there is also an USB IR Touch Frame to control the system.

      I also included a long ribbon camera band to expose behind the frame and print a housing for it. Serves for face recognition and photo booth in the future.

      So much more is planned with this system and I wanted to thank everyone doing the magic software stuff like OS and plugins :)

      More pictures to follow if needed

      The Build
      1.jpeg
      2.jpeg
      4.jpeg
      4a.jpeg
      4b.jpeg
      4c.jpeg
      5.jpeg
      5a.jpeg
      5b.jpeg

      posted in Show your Mirror
      TazDevT
      TazDev
    • 1 / 1