• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 45
  • Posts 323
  • Groups 0

Posts

Recent Best Controversial
  • 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
    P
    plainbroke
    Feb 14, 2022, 12:13 AM
  • 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
    P
    plainbroke
    Feb 13, 2022, 11:15 PM
  • 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
    P
    plainbroke
    Feb 13, 2022, 8:56 PM
  • 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
    P
    plainbroke
    Feb 13, 2022, 6:37 PM
  • 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
    P
    plainbroke
    Feb 12, 2022, 9:55 PM
  • 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
    P
    plainbroke
    Feb 9, 2022, 11:21 PM
  • 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
    P
    plainbroke
    Feb 9, 2022, 11:03 PM
  • 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
    P
    plainbroke
    Feb 9, 2022, 11:01 PM
  • RE: [MMM-GmailFeed] - Simple Gmail unread messages list/notification

    @sdetweil said in [MMM-GmailFeed] - Simple Gmail unread messages list/notification:

    @aarish see
    https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

    Sam,
    This did not work for me I could not find anywhere it showed which dependency
    my MM needed to run the GmailFeed, but A nice person pointed out to me to run
    npm install request in the MagicMirror/modules directory. Reinstalled the MMM-GmailFeed and then ran the npm install request in the modules directory and it WORKS again. Thank you to Kristjan ESPERANTO!

    posted in Utilities
    P
    plainbroke
    Feb 9, 2022, 10:31 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy