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

    Posts

    Recent Best Controversial
    • 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-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: 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: mumblebaj MMM-WOTD fonts

      @mumblebaj
      Well I got everything So we can read them now.
      Thank you.

      posted in Custom CSS
      plainbrokeP
      plainbroke
    • RE: MMM-ModulesGroupsRotation - simple alternative to MMM-pages

      @lazerclone
      Been using Carousel for a few years now and it works great. You can have pretty much as many modules as you want circulate through with it.
      I would like to have the ability to have each or individual modules timed to stay up longer or shorter time periods, but have not really dove into working out that small issue with carousel…

      posted in Utilities
      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: 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: MMM-CountUP (COVID19 example)

      @sdetweil
      That is what I eventually did.

      posted in Utilities
      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: AfterUpdate to v2.3.2 Small Problem

      @sdetweil
      Thank you Sam,
      That fixed my issue, and let me use the default clock files…
      Cool thing is with the old setting in the Custom.css file I can change the colon : color between the numbers a different color.
      Fun Fun Fun.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-Fireworks

      @sdetweil
      worked on my mirror

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

      @sdetweil
      Just played with Zorin, It is faster by far than windows 11.
      I think in time I could make it a daily useful OS.
      We will see in time.
      Caved, and bought a Pi4 4gb to play with these different modules…

      posted in Hardware
      plainbrokeP
      plainbroke
    • RE: MMM-Pinfo Help

      @rkorell
      @sdetweil
      Never mind I am stupid.
      I figured out that I had removed several sections of the config file that was in his readme. Then went and re numbered the lines.
      Which really upset the apple cart.
      I did have to change the parts you said @rkorell.
      But the rest was my doing. Compare the first Config i posted and this one and you will see what I did.

                      {
                              module: "MMM-Pinfo",
                              position: "middle_center",
                              config: {
                                debug: false,
                                refresh: 5000,
                                itemAlign: "left",
                                labelAlign: "left",
       valueAlign: "right",
      labelSize: 400,
      containerSize: 500,
                                DEVICE: {
                                      labelModel: "Model",
                                      displayModel: true,
                                      orderModel: 1,
                                      labelSerial: "Serial",
                                      displaySerial: true,
                                      orderSerial: 2
                                },
                                OS: {
                                      labelOs: "OS",
                                      displayOs: true,
                                      orderOs: 3
                                },
                                NETWORK: {
                                      labelType: "NET Type",
                                      displayType: true,
                                      orderType: 4,
                                      labelIPv4: "IPv4",
                                      displayIPv4: true,
                                      orderIPv4: 5,
                                      labelIPv6: "IPv6",
      I deleted these 2 lines and then changed orderMac: 6  and so on down the 
      List.. 
      DISPLAYIPV6: FALSE,
      ORDERIPV6: 6,
                                      labelMac: "MAC",
                                      displayMac: true,
                                      orderMac: 7
                                },
                                RAM: {
                                      labelRam: "RAM",
                                      displayRam: true,
                                      orderRam: 8
                                },
                                STORAGE: {
                                      labelStorage: "Storage",
                                      displayStorage: true,
                                      orderStorage: 9,
                                },
                                CPU: {
                                      labelType: "CPU Type",
                                      displayType: true,
                                      orderType: 10,
                                      labelUsage: "CPU Usage",
                                      displayUsage: true,
                                      orderUsage: 11,
                                      labelTemp: "CPU Temp",
                                      displayTemp: true,
                                      orderTemp: 12
                                },
                                UPTIME: {
                                      labelUptime: "Uptime",
                                      displayUptime: true,
                                      orderUptime: 13
                                },
                                WARNING: {
                                      enable: true,
                                      interval: 1000 * 60 * 5,
                                      check: {
                                        CPU_TEMP: 65,
                                        CPU_USAGE: 75,
                                        RAM_USED: 80,
                                        STORAGE_USED: 80
                                      }
                                },
                              }
                      },				  
      
      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Made a birthday module

      @cgillinger
      I installed your module, it does nothing when its turn comes up in MMM-pages.
      I am running Bookworm, MM 2.30 on a Pi 4 8gb. How do I pick the messages?
      Not quite enough information to run this module.
      Please help with the setup…

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

      @JohnGalt
      here is the link to it, called FEH
      FEH
      It is running on an older Rpi 3 with only 1 of ram.
      I do not use a touch screen I just have the Pi 3 double side taped to the back of a 15" monitor…

      posted in Hardware
      plainbrokeP
      plainbroke
    • RE: MMM-Pages module all showing on one page

      @sdetweil
      I think I found my answer, I was on version 1.0.0 of MMM-pages.
      We will see what happens with Version 1.3.0 in the morning.
      I did the git pull.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Made a birthday module

      @sdetweil
      I am using your mmm-pages. I just haven’t gotten that involved in it yet…
      I know sooner or later I will definitely take advantage of the different amounts of viewable content.

      posted in Entertainment
      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: MMM-RAIN-MAP

      @KristjanESPERANTO
      Thank you for the update.
      Now MM boots up and fully loads.
      Before MM was hanging at load up of all the modules.
      Just have to do a little resizing so it fits the screen again…
      Thank you again…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-Fuel

      @sdetweil
      Found it
      MMM-DumbAssCatFacts.js
      change line 100,

      from

          this.facts = data.body.all;
      

      to this

          this.facts = data.body;
      

      Sam

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • 1 / 1