MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MZ-BER
    3. Best
    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 84
    • Groups 0

    Posts

    Recent Best Controversial
    • 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
    • RE: MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......

      @biebermann Ich hatte auch das Problem. Du musst deinen MM auf die neuste Version updaten.

      (https://github.com/MichMich/MagicMirror/releases/tag/v2.17.1)

      posted in Transport
      MZ-BERM
      MZ-BER
    • RE: Ambient Information Display

      Great job! I also like your Medium article. Thanks for sharing and providing ideas.

      posted in Show your Mirror
      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: Show Alexa Timer

      Hello @sdetweil - thanks for your quick response.

      I guess you are half right. As soon as I trigger a timer with the EchoDot, I can see it on my iPad, iPhone etc.

      There is some connection - similar to the Module “MMM-NowPlayingOnSpotify”

      And I’ve noticed that some guys from the Home-Assistant Community developed a similar thing (Alexa Timer Card)

      Here are some images from my iPad:

      75c5ba92-4e4f-4763-9e6e-6f64792c6638-image.png

      96abc4a1-f8a7-4277-8391-d7de3fa27416-image.png

      cd0417bb-c2d5-42d3-806f-7bc953127ef5-image.png

      posted in Requests
      MZ-BERM
      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: 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: Module list updates since the beginning of November

      Really like it. Thanks for sharing @KristjanESPERANTO

      posted in General Discussion
      MZ-BERM
      MZ-BER
    • RE: Sequel of MMM-PublicTransportBerlin only displays "Loading..."

      Hi @kai - I have the same issue and I noticed there is a problem with the BVG API service.

      @KristjanESPERANTO just added a pull request. I guess, as soon as you do a git pull in the folder MMM-PublicTransportBerlin it should work.

      posted in Troubleshooting
      MZ-BERM
      MZ-BER
    • 1 / 1