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

    plainbroke

    @plainbroke

    Old Copier Repair man.

    44
    Reputation
    58
    Profile views
    410
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 63
    Location Topeka, Kansas, United States

    plainbroke Unfollow Follow
    • RE: Calvin and Hobbs - Adjust screen size?

      @guitartoys
      Try these settings.
      You will probably have to adjust the sizes…
      It fits my 42" TV full screen all directions…

      Custom.css:

      .MMM-CalvinAndHobbes .module-content {
              Margin-top: 10px;
              Margin-left: 10px;
              max-width: 1810px;
              max-height: 1025px;
              width: 1810px;
              height: 1025px;
              overflow: hidden;
      }
      #cahcomiccontent {
              width: 1810px;
              height: 1025px;
      }
      
      

      Config.js:

      {
          module: "MMM-CalvinAndHobbes",
          position: "middle_center",
          config: {
                 invertColors: false,
                 grayScale: false,
                 updateInterval: 7200000,
                 limitComicHeight: -1,
                 maxHeight: "98%"
                    }
          },
      
      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-Pinfo Not showing information

      @KristjanESPERANTO
      Thanks just did git pull and npm install both say up to date now.
      It works now.
      Thank you.

      posted in System
      plainbrokeP
      plainbroke
    • RE: MMM-JAST stopped updating a couple of days ago.

      @sdetweil
      Yes
      npm ci
      Like his read me says to.
      Worked with reinstall so alls good on my mirror again.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: All modules shown on one page after Update to 2.35

      @Niggich
      Awesome find and fix. I too use a custom json file in compliments and would never have figured that out…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Can MagicMirror run on other similarily priced hardware?

      @sdetweil
      It only runs a patched version of stretch right now. I am able to do the project I was wanting to do with it… at $55 it is a little pricey and a LOT more work to get running debian, but it is doing the job. Finally found a wireless adapter for the Libre and it is rock steady… Only thing I do not like is I can not seem to get it to boot from a usb drive has to be from sd card…
      Fun little learning experience…

      posted in Hardware
      plainbrokeP
      plainbroke
    • RE: New module installer

      @sdetweil
      Yes it is in there.

      I am going to turn in been sick for the last 2 days. worn out…
      Take your time with it. I am in no hurry.

      posted in General Discussion
      plainbrokeP
      plainbroke
    • RE: Dakboard layout for family dashboard

      @sdetweil
      Gotcha. Thanks.
      @sdetweil
      It actually does still work and it is more accurate than Open Weather is.

      posted in Show your Mirror
      plainbrokeP
      plainbroke
    • RE: Use local ICS file instead

      @MMRIZE
      You are the Man, I knew it was something simple that I was overlooking. As they used to say, “I sometimes can’t see the forest for the trees”…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: SBC boards that work well besides Raspberry pi 3, 4 or 5

      @sdetweil
      Ah, I actully have one of those, I was given.
      Supposedly didn’t work just had a failed ssd in it.
      replaced that and loaded win 11, works fine.
      Maybe I should set it up to run some form of linux.
      I think I will, thanks for the Idea…

      posted in Hardware
      plainbrokeP
      plainbroke
    • RE: MMM-Fireworks

      @sdetweil
      worked on my mirror

      posted in Entertainment
      plainbrokeP
      plainbroke
    • RE: MMM-Life360

      @hrmax23
      Found that finally.

      image.jpeg

      Is the Authorization: Bearer what I am looking for?
      It is a very long authorization code.

      posted in Showcase
      plainbrokeP
      plainbroke
    • RE: MMM-Life360

      @hrmax23
      Ok,
      I looked through all that iformation and did not find anything doing api calls.
      Unless I do not know what to look under…
      image.jpeg

      posted in Showcase
      plainbrokeP
      plainbroke
    • RE: MMM-Life360

      @hrmax23
      Ok, Good news about the free version working.
      How did you get the token? I am not able to figure that out…

      posted in Showcase
      plainbrokeP
      plainbroke
    • RE: MMM-Life360

      @hrmax23
      Looks like a fun little module.
      Do you have to have a paid Life360 account or will it work with a free account?

      posted in Showcase
      plainbrokeP
      plainbroke
    • RE: MMM-EventCountdown - A countdown for holidays, birthdays, anniversaries, and other upcoming events

      @trnitz
      Thank you for the information. really makes a difference.

      posted in Utilities
      plainbrokeP
      plainbroke
    • RE: MMM-MoonClear – comic-style moon phase with sunrise/sunset, no API key

      How do I make the sunset sunrise larger?
      I found these in your css file, but not sure which one to add to my custom.css to make those 2 larger…

      .MMM-MoonClear .mc-fallback { color: #9aa4b2; font-size: 15px; padding: 12px; }
      .MMM-MoonClear .mc-sun { display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; }
      .MMM-MoonClear .mc-name { font-size: 17px; font-weight: 600; color: #fff; margin-top: 6px;
      	text-shadow: 0 1px 3px rgba(0,0,0,.6); }
      

      Thanks in advance.

      posted in Showcase
      plainbrokeP
      plainbroke
    • RE: MMM-EventCountdown - A countdown for holidays, birthdays, anniversaries, and other upcoming events

      @trnitz
      Pretty cool little module, Do you have a way to enlarge it 2 or 3 times as large???

      posted in Utilities
      plainbrokeP
      plainbroke
    • RE: MMM-EventCountdown - A countdown for holidays, birthdays, anniversaries, and other upcoming events

      @trnitz
      You need to add a link to the module.

      posted in Utilities
      plainbrokeP
      plainbroke
    • RE: MMM-Pinfo Not showing information

      @KristjanESPERANTO
      Thanks just did git pull and npm install both say up to date now.
      It works now.
      Thank you.

      posted in System
      plainbrokeP
      plainbroke
    • RE: MMM-Pinfo Not showing information

      @sdetweil
      In route to email.

      posted in System
      plainbrokeP
      plainbroke