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

    Posts

    Recent Best Controversial
    • RE: MMM-NetworkScanner

      @sdetweil
      Thanks for looking I was afraid of that. I will put a request in for a hopeful change by the maker…

      posted in Requests
      plainbrokeP
      plainbroke
    • RE: Default Calendar

      @sdetweil
      Sorry I do not understand what you mean. “define another calendar module”.
      I have the events combined right now I really would like them as two seperate calendars. I use carousel remember. My Calendars cover most of the screen.

      posted in Requests
      plainbrokeP
      plainbroke
    • Default Calendar

      Re: Default Modules
      Is there a way to have 2 calendars I used to have 1 for Birthdays and one for holidays. I simply renamed the default calendar to calendarh and moved it to the moduels folder and in the config.js the config was under calendarh
      I also renamed the css and js files for calendarh directory. I had to go in and change a few things in the js and the css. It all worked so nice. now I can not do that for some reason. Any suggestions what I may be doing wrong this time… ?

      {
              module: "calendar",
              position: "middle_center",
              header: "Birthdays",
              config: {
                      fade: false,
                      maximumEntries: 4,
                      timeFormat: "absolute",
                      urgency: 3,
                      getRelative: 24,
                      calendars: [
                      {
                              symbol: "birthday-cake",
                              url: "https://calendar.google.com
                      }
                                 ]
                      }
      },
      
      {
              module: "calendarh",
              position: "middle_center",
              header: "US Holidays",
              config: {
                      fade: false,
                      maximumEntries: 4,
                      timeFormat: "absolute",
                      urgency: 3,
                      getRelative: 24,
                      calendars: [
                      {
                              symbol: "h-square",        url:"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
                      }
                                 ]
              }
      },
      
      posted in Requests
      plainbrokeP
      plainbroke
    • MMM-NetworkScanner

      Is there a way to have two columns side by side of output to the screen?
      I have more in the module being checked than will fit on the screen in one column.
      I have even made the font smaller so I could get the important ones to show.NetworkScanner.jpg

      posted in Requests
      plainbrokeP
      plainbroke
    • RE: Centering Photos on MMM-ImagesPhotos

      @kit444

      I use this in the custom.css to center mine:

      .MMM-ImagesPhotos {
      Horizontal-align: center;
      Vertical-align: middle;
      }

      My Config.js :
      {
      module: “MMM-ImagesPhotos”,
      position: “middle_center”,
      config: {
      opacity: 0.9,
      animationSpeed: 500,
      updateInterval: 10000,
      backgroundColor: “black”,
      width: “800px”,
      height: “800px”,
      fill: false
      }
      },

      Works for the screen I use. it did’nt untill I set the width and height though.

      Just my 2 cents. Mileage may vary for you though.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MagicMirror v2.18 and Modules

      @sdetweil
      I hear ya, those of us that are coding handicapped, really get stumped when the module we really like doesn’t work for some reason or another…
      Thank you again for all you do for us that are not nearly as knowledgeable as you.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Where to git clone MagicMirror 2.16

      @sdetweil said in Where to git clone MagicMirror 2.16:

      @mumblebaj FORCE if already upgraded… otherwise it will say ‘already at current release’ and abort

      Thanks guys I have slowly and I mean slowly got a few to work… I will install all of them and see what sdetweils upgrade script can do under force…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Not working with MM v2.18 and Carousel

      Think I found the fix.
      Thank you sdetwell, you usually point me in the correct direction so I can at least try to figure it out on my own…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MagicMirror v2.18 and Modules

      @sdetweil
      I will try to find time this weekend to post in the correct place.
      Must have had a brainfart, I actually knew to do that. Sorry.
      Old age is catching up quickly.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • 1 / 1