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

    MZ-BER

    @MZ-BER

    40
    Reputation
    218
    Profile views
    83
    Posts
    7
    Followers
    1
    Following
    Joined
    Last Online
    Location Berlin

    MZ-BER Unfollow Follow

    Best posts made by MZ-BER

    • Magic(Dashboard)Mirror

      Heyhey! I also like to present my Magic(Dashboard)Mirror.

      Here are some details:

      Hardware:

      • I used an 27" LG Screen because of the clean optic.
      • To mount the screen as close as possible to the wall I ordered a Vogel’s WALL 3105
      • Raspberry Pi 4 8GB w/ a 64 GB SD Card

      Modules:

      • Default Clock
      • MMM-Wallpaper
      • MMM-DarkSkyForecast
      • MMM-MyCalendar
      • MMM-PublicTransportBerlin
      • MMM-Todoist (Connected with IFTTT Alexa Shopping List
      • MMM-Fuel
      • MMM-Remote-Control
      • MMM-GoogleSheets (Stundenplan)
      • MMM-NowPlayingOnSpotify

      Styling Custom CSS:

      • I used the custom layout from @earlman
      • Next to that I spent a lot of time adjusting my custom CSS

      Picture:

      • MMM_Picture2.jpg
      • MMM_picture1.jpg
      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: Magic(Dashboard)Mirror

      Hey everyone! Since last July I updated the Dashboard a bit and added new modules. If you are interested in the config.js and custom.css, I’ll upload the files on github later this week. So you can get in advantage of it.

      Here some pics from the most recent dashboard.

      d4.jpg D1.jpg d2.jpg d3.jpg
      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: Magic(Dashboard)Mirror

      @vandyck Right, that is not a Mirror. The title of the post is misleading. I used the MMM as a framework to display on a monitor all the details we need in my family. So let’s call it Family Dashboard 👍😅

      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: Display colored emoji

      Hey there - the instructions above doesn’t worked for me. But I found a solution that works perfectly:

      1. Open https://github.com/googlefonts/noto-emoji/tree/master/fonts
      2. Download most recent NotoColorEmoji.ttf
      3. Copy file in /home/pi/.fonts (if you cant see the .fonts folder please use CTRL+H to display it (Folders with names starting by “.” are hidden on Raspbian))
      4. Done!
      posted in Custom CSS
      MZ-BERM
      MZ-BER
    • RE: MMM-TwitterLists

      @mattkab Fantastic! Thank you very much for putting that together. Will test that later the day.

      posted in Utilities
      MZ-BERM
      MZ-BER
    • RE: MMM-Todoist scrolling list (Marquee)

      Quick update on this. Maybe someone else is looking for a similar way to automatically scroll through the list. You can added following code to the custom.css file:

      /* MMM-Todoist Scrolling Animation */
      .MMM-Todoist .divTable {
             white-space: nowrap;
             overflow: hidden;
             height:150px;   /* increase or decrease the height of the scrolling area*/
             box-sizing: border-box;
      }
      
      .MMM-Todoist .divTable div {
             -webkit-animation: divTable 25s linear infinite alternate;   /* adjust the seconds for the scrolling speed */
      }
      
      @-webkit-keyframes divTable {
            0% { -webkit-transform: translateY(5%); }
          100% { -webkit-transform: translateY(-70%); }
      }
      

      So the shopping or ToDo list is scrolling from the top to the bottom and back to the top again. Here an example: http://jsfiddle.net/51d4umwo/1/

      posted in Development
      MZ-BERM
      MZ-BER
    • RE: Magic(Dashboard)Mirror

      @sil3ntstorm Hey, ich nutze noch MMM-MyCalendar. Damit es aber richtig läuft, musste ich noch npm install request und npm install valid-url ausführen. In den letzten Updates vom MagicMirror wurden diese entfernt.

      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: MMM-PublicTransportHafas: Service Temporarily Unavailable

      @KristjanESPERANTO I missed the npm ci. Now it is working as expected. Thank you 😊

      posted in Troubleshooting
      MZ-BERM
      MZ-BER
    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @bballboy21 That is awesome. Thanks for sharing your module!!

      posted in Showcase
      MZ-BERM
      MZ-BER
    • ChatGPT is creating Modules

      Hey there - just tested ChatGPT from OpenAI to create a module for the MM. The first lines of the description are looking very promising :astonished_face: . Unfortunately, I’m getting a timeout in ChatGPT because of limited network capacity. Hope they will get back soon to test that more in detail.

      Anyone else experience with ChatGPT?

      27153771-2a45-43b8-b12d-5dab7c9a3f2f-image.png

      posted in Development
      MZ-BERM
      MZ-BER

    Latest posts made by MZ-BER

    • RE: Kitchen Touchscreen Dashboard

      @Niggich I’ve got so many questions — but first, huge kudos on this amazing work!

      Could you share which display you’re using? And are you still happy with it?

      Also, the smart home control interface (lights, heating, etc.) — is that a MagicMirror module visualizing data from Home Assistant?

      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: MMM-PublicTransportHafas: Service Temporarily Unavailable

      @KristjanESPERANTO I missed the npm ci. Now it is working as expected. Thank you 😊

      posted in Troubleshooting
      MZ-BERM
      MZ-BER
    • RE: MMM-PublicTransportHafas: Service Temporarily Unavailable

      @KristjanESPERANTO thanks for the update but it is still not working. I haven’t checked the log yet but will let you know later the day.

      posted in Troubleshooting
      MZ-BERM
      MZ-BER
    • RE: Touchscreen Family Dashboard

      Hello @tjat - thanks for sharing and great work! Can you please tell which touchscreen you have? Thanks in advanve.

      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: Module list updates since the beginning of November

      Really like it. Thanks for sharing @KristjanESPERANTO

      posted in General Discussion
      MZ-BERM
      MZ-BER
    • RE: MM digital display hung like a picture

      Nice, really like the clean and slim design. :thumbs_up: Are you planning to install a PIR sensor? Or is your display running 24/7?

      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: Automatic checking of all MagicMirror² modules

      Great work @KristjanESPERANTO. Really, really like this. Is there a way to also publish the github stars and # of forks? I also would love if there is a way to “like” a module.

      posted in Development
      MZ-BERM
      MZ-BER
    • RE: Config option with array of multiple values?

      Hello @UncleRoger - are you planning to publish your module? And can I may ask you what this module will do?

      posted in Development
      MZ-BERM
      MZ-BER
    • RE: Magic(Dashboard)Mirror

      @greedyvegan Nope, I haven’t removed any components from the screen. The screen itself is quite slim, and I have attached it to the slimmest screen mount I could find (please refer to my first post for the specific model).

      posted in Show your Mirror
      MZ-BERM
      MZ-BER
    • RE: Update to v2.25.0

      @sdetweil No worries at all. Thanks for responding. I was able to upgrade with your script. Only MMM-NewsAPI and MMM-MyCalendar needed some attention.

      For MMM-NewsAPI I had to install fetch-node and for MMM-MyCalendar I applied the workaround.

      posted in Troubleshooting
      MZ-BERM
      MZ-BER