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

    Posts

    Recent Best Controversial
    • RE: My kitchen dashboard

      I am using MMM-CalendarExt

      posted in Show your Mirror
      D
      Dropzone1969
    • My kitchen dashboard

      This was definitely an interesting project to do. Mounting the monitor to a door was not easy and it didn’t turn out the way I thought it might. I should have used a solid wood door with no panels. With the way it is mounted I still have a spice rack mounted on the other side of the door. As far modules go I am still having problems getting some modules to work(ring door bell, Awesome Alexa to name a couple). Right now I have a copy of my hidden page on a visible page because I am not sure how to unhide it when I want to see it. Thank you for everyone that has taken there time to make these modules. Here are some before and after pics.
      https://imgur.com/a/yznz9vO

      posted in Show your Mirror
      D
      Dropzone1969
    • MMM-ISS-Live

      I have this module working well. The only issue is when the video is playing it tells me that my browser is out of date. What browser is it and how do I update it? Thank you for your help. I hope by the end of next week I will be able to post a picture of my project.

      posted in Troubleshooting
      D
      Dropzone1969
    • RE: MMM-MyStandings

      Is there a way to make the NFL rotate between NFC and AFC?

      posted in Sport
      D
      Dropzone1969
    • RE: NFL Score Module

      ok, thank you

      posted in Sport
      D
      Dropzone1969
    • RE: MMM-CalendarExt

      Turns out there is some type of miscommunication if an event is reoccurring. I deleted those events and just put them in 1 at a time and if worked fine. The times are still in 24 hours instead of 12 but I can live with that.

      posted in Troubleshooting
      D
      Dropzone1969
    • RE: NFL Score Module

      Is there a way to have player statistics without using voice, Just have it there full time? If game day scores is on the left side maybe have the stats on the right side?

      This is a great module though.

      posted in Sport
      D
      Dropzone1969
    • RE: write events to Calendar on MM

      Thank you, I have already ordered a microphone and speaker and that is the next module I was going to try.

      posted in General Discussion
      D
      Dropzone1969
    • RE: write events to Calendar on MM

      If it is a Google calendar would using a Google assistant module work?

      posted in General Discussion
      D
      Dropzone1969
    • RE: MMM-CalendarExt

      Here is the code again in easier to read format:

      {
      module: 'MMM-CalendarExt',
        position: "top_bar",
        config: {
           system:{
             show:['weeks'],
             redrawInterval:60000,
           },
           views:{
              weeks:{
              position:'bottom_bar',
              counts:5,
              showWeeks:1,
              weeksTitle: 'weeks',
              weeksFormat: 'wo',
              weekdayFormat: 'dd',
              titleFormat: 'D',
              OverTitleFormat: 'MMM D',
              monthTitleFormat:"MMMM",
              //overflowRolling: 1,
             //overflowHeight: 80,
             //overflowDuration: 50,
             //oneLineEvent: 0,
           
            },
          },
          calendars :[
            {
              //symbol:"calendar-o",
              styleName: "style6",
              symbol: 'us@md',
              url: "/basic.ics"
           
           },
           { 
             styleName: "style6",
             symbol: 'us@md',   
             url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
           },
          ],
        }
      },
      
      posted in Troubleshooting
      D
      Dropzone1969
    • 1
    • 2
    • 1 / 2