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

    Topics

    • plainbrokeP

      MMM-NFL update ?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Requests
      5
      0 Votes
      5 Posts
      1k Views
      S
      @plainbroke said in MMM-NFL update ?: the options are on the github page. which is the README.md file in the module folder after git clone
    • plainbrokeP

      MMM-MPlayer

      Watching Ignoring Scheduled Pinned Locked Moved Solved Entertainment
      5
      0 Votes
      5 Posts
      631 Views
      evroomE
      @plainbroke Happy to help.
    • plainbrokeP

      MagicMirror² installation and setup scripts

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Requests
      6
      -1 Votes
      6 Posts
      223 Views
      S
      @plainbroke yes, maybe pass a folder name
    • plainbrokeP

      MMM-Pinfo Help

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      5
      2
      0 Votes
      5 Posts
      264 Views
      plainbrokeP
      @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 } }, } },
    • plainbrokeP

      AfterUpdate to v2.3.2 Small Problem

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      9
      1
      0 Votes
      9 Posts
      353 Views
      plainbrokeP
      @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.
    • plainbrokeP

      mumblebaj MMM-WOTD fonts

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      4
      0 Votes
      4 Posts
      383 Views
      plainbrokeP
      @mumblebaj Well I got everything So we can read them now. Thank you.
    • plainbrokeP

      MMM-PirateSkyForecast Font resizing HELP.

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      6
      0 Votes
      6 Posts
      415 Views
      plainbrokeP
      @sdetweil That explains it. Never being opened would mean duh can’t close it… Thank you for your explanation…
    • plainbrokeP

      Calvin and Hobbs

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      18
      0 Votes
      18 Posts
      2k Views
      plainbrokeP
      @karsten13 Done, Thank you. Working like it should now.
    • plainbrokeP

      Calvin and Hobbs

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      478 Views
      G
      I am having the same issue as well. @mdiorio was able to fix it last time this happened in this thread but we’ll have to wait for an update. https://forum.magicmirror.builders/topic/11844/mmm-calvinandhobbes
    • plainbrokeP

      Mirror Freezing

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      14
      1 Votes
      14 Posts
      2k Views
      plainbrokeP
      @sdetweil @karsten13 Found It ps ux | awk '{if($8=="Z") print}' pi 1170 0.0 0.0 0 0 ? Z 16:36 0:00 [xsettingsd] <defunct> What is xsettingsd? Should x11 be running with wayland ? Seems like a duplicated background app running or do they not do basically the same thing.? I did kill the 1166 which turned out to be the parent of the 1170 xsettingsd Mirror restarted I assume due to PM2 being involved. It restarted MUCH faster than normal. The MMM-Snow is running smoother. I guess only time will tell.
    • plainbrokeP

      Real Time Clock add on

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      4
      0 Votes
      4 Posts
      622 Views
      S
      @plainbroke look at free -m i dont think you are using all the memory its cpu cycles, the mode engine is single threaded, with all kinds of ‘hacks’ to make it more like multi-threaded. but a cou bound task can still block others
    • plainbrokeP

      MMM-horoscope

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      1
      0 Votes
      4 Posts
      332 Views
      S
      @plainbroke yes, touchy is a good word
    • plainbrokeP

      MMM-edgerouter-throughput

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      227 Views
      plainbrokeP
      Does anyone use this module? It shows up but I think I need more information to get it to work. Here is what I have put in my config.js { module: "MMM-edgerouter-throughput", position: "middle_center", header: "Unifi", config: { gateway: "https://192.168.1.1", user: "Plainbroke", pwd: "HIDDEN INFORMATION", title: "Unifi", interface: "USG Pro3" } }, And this is the output from my USG router [image: 1738035411122-screenshot-2025-01-27-213512.png]
    • plainbrokeP

      Undefined / Loading

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      1k Views
      plainbrokeP
      @KristjanESPERANTO Will do. Thank you for checking it out…
    • plainbrokeP

      Stop and Start MM on a schedule

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      13
      0 Votes
      13 Posts
      2k Views
      S
      @plainbroke my condolences… may his memory bring you joy. I haven’t installed unclutter in years, until last month on another system where the cursor finally bugged me… been like that for a year. I don’t know the reason for needing it, unless someone edits main.css and comments out cursor:none; so, theres that… safe travels…
    • plainbrokeP

      MMM-MPlayer

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      0 Votes
      7 Posts
      489 Views
      S
      @evroom said in MMM-MPlayer: When in January the new MM version comes out, I am finally going to reinstall my old setup. if you used develop branch today, on jan 1, you could use my upgrade script and it will switch you back to master and do the update… no need to wait if you have time now… new release also needs a new version of node… SO much fun…
    • plainbrokeP

      MagicMirror Install Script Message

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      284 Views
      plainbrokeP
      @sdetweil Thanks for the update.
    • plainbrokeP

      PM2 start web browser at start up of pi4

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      7
      0 Votes
      7 Posts
      753 Views
      S
      @plainbroke we are all learning new stuff every day!!! Glad you got it!!
    • plainbrokeP

      MMM-CoupleDays

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      3
      2
      0 Votes
      3 Posts
      429 Views
      plainbrokeP
      @sdetweil Wow, Thanks, I finally figured out what you have been trying to tell me. Found the wording to make it big enough to read now… \Thanks for you help Sam…
    • plainbrokeP

      MMM-DateCounter

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      1
      0 Votes
      6 Posts
      283 Views
      plainbrokeP
      @sdetweil Again, Thank you for the help.
    • 1 / 1