• 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
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 322
  • Groups 0

plainbroke

@plainbroke

24
Reputation
43
Profile views
322
Posts
0
Followers
0
Following
Joined Jun 20, 2019, 8:47 PM
Last Online 4 days ago

plainbroke Unfollow Follow

Best posts made by 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
    P
    plainbroke
    Dec 27, 2023, 1:41 AM
  • 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
    P
    plainbroke
    Jun 2, 2024, 6:28 PM
  • 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
    P
    plainbroke
    Jan 18, 2025, 3:14 AM
  • RE: mumblebaj MMM-WOTD fonts

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

    posted in Custom CSS
    P
    plainbroke
    Jun 12, 2025, 5:23 PM
  • RE: Undefined / Loading

    @KristjanESPERANTO
    Will do.
    Thank you for checking it out…

    posted in Troubleshooting
    P
    plainbroke
    Jan 12, 2025, 9:52 PM
  • RE: MMM-CountUP (COVID19 example)

    @sdetweil
    That is what I eventually did.

    posted in Utilities
    P
    plainbroke
    26 days ago
  • 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
    P
    plainbroke
    Jul 12, 2022, 8:35 PM
  • RE: pm2 doesnt work with crontab

    @sdetweil
    Got ya, I miss understood before.
    Running and waiting for results now…

    Finally got results useing the proper path.
    @sdetweil
    You can mark this resolved.

    posted in Troubleshooting
    P
    plainbroke
    Jan 26, 2025, 2:24 AM
  • RE: MMM-Fireworks

    @sdetweil
    worked on my mirror

    posted in Entertainment
    P
    plainbroke
    Jan 12, 2025, 2:24 AM
  • 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
    P
    plainbroke
    10 days ago

Latest posts made by plainbroke

  • RE: MMM-SmokeFree – Track your smoke-free journey

    @chrisfr1976
    How do I change it to US currency?

    posted in Health
    P
    plainbroke
    4 days ago
  • RE: MMM-Chores - Manage and keep track of your household Chores

    @mischag
    So are you trying to change things by going into MM/modules/MMM-Chores/data.json and editing it? I just tried that and it does not work.
    I think it is because the module assigns each grouping a specific ID that way beyond my paygrade… Wish I could be of more help…
    So are you accessing it remotely i.E. from a different network?
    Hope you figure it out…

    posted in Utilities
    P
    plainbroke
    5 days ago
  • RE: MMM-Chores - Manage and keep track of your household Chores

    @mischag
    This is what I get when I login to MMMChores admin
    http://192.168.1.223:5003
    https doesn’t work for me. I don’t have it setup to work in my config.js.
    Are you trying to reach it from work or from home and it is in another building???

    MMM_Chores.png

    posted in Utilities
    P
    plainbroke
    6 days ago
  • RE: MMM-iframes

    @sdetweil
    Ok, I get it now… I just need to go in and resize that logo.png file I am using and it should get rid of the slide, Correct…

    posted in Utilities
    P
    plainbroke
    6 days ago
  • 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
    P
    plainbroke
    6 days ago
  • RE: MMM-SmokeFree – Track your smoke-free journey

    @chrisfr1976 @sdetweil
    Sam,
    My wife and I think it was 25 year ago when I quit…
    Almost went to jail because a truck driver lite up in the trailer we where unloading and it set me off, I blacked out and when I came to my coworkers said I had him by the throat pinned a foot off the ground against the inside of the trailer. I do not remember doing it but that guy was pissed. Thank fully my boss thought that the no smoking on the premises sign due to all the paper products in our warehouse should have been enough of a message, and backed me up.
    So weird how that smell about makes me sick now…

    posted in Health
    P
    plainbroke
    6 days ago
  • RE: Nudging a Module to different location?

    @Durahl

    Here is a little example of What Sam said to do.
    Not sure what module you are trying to do that with but this will give you the idea of what to tweak in the ctrl+shift+i screen.

    .MMM-Cocktails {
            Margin-top: 30px;
            Margin-left: 140px;
            Margin-right: 120px;
    }
    

    Hope this makes it a little clearer for you.
    PS:
    You can look in the modules css file for the .XXX-XXXXX name to use if you have the same difficulty I do with the window thingy… <— Technical term.

    posted in Troubleshooting
    P
    plainbroke
    6 days ago
  • RE: MMM-Pinfo Help

    @rkorell @sdetweil

    Here is what I have in my config.js and custom.css

                    {
                            module: "MMM-Pinfo",
                            position: "middle_center",
                            config: {
                              debug: false,
                              refresh: 10000,
                              itemAlign: "left",
                              labelAlign: "left",
                              valueAlign: "right",
                              labelSize: "60px", //null,
                              containerSize: "180px",
                             DEVICE: {
                                    labelModel: "Model:",
                                    displayModel: true,
                                    orderModel: 1,
                              },
                             OS: {
                                    labelOs: "OS:",
                                    displayOs: true,
                                    orderOs: 2
                              },
                             NETWORK: {
                                    labelType: "NET Type:",
                                    displayType: true,
                                    orderType: 3,
                                    labelIPv4: "IPv4:",
                                    displayIPv4: true,
                                    orderIPv4: 4,
                                    labelMac: "MAC:",
                                    displayMac: true,
                                    orderMac: 5
                              },
                             RAM: {
                                    labelRam: "RAM:",
                                    displayRam: true,
                                    orderRam: 6
                              },
                             STORAGE: {
                                    labelStorage: "Storage:",
                                    displayStorage: true,
                                    orderStorage: 7,
                              },
                             CPU: {
                                    labelType: "CPU Type:",
                                    displayType: true,
                                    orderType: 8,
                                    labelUsage: "CPU Usage:",
                                    displayUsage: true,
                                    orderUsage: 9,
                                    labelTemp: "CPU Temp:",
                                    displayTemp: true,
                                    orderTemp: 10
                              },
                             UPTIME: {
                                      labelUptime: "Uptime:",
                                      displayUptime: true,
                                      orderUptime: 11
                                    },
                             }
                    },
    
    

    CUSTOM.CSS ##########

    .Pinfo {
            font-size: 50px;
            line-height: 55px;
    }
    

    And this is what I get

    MMM-PinfoProblem1.png

    @rkorell
    I tried changing the left to right and the size of the container from 80 to 1800 with absolutely no change.

    I made a test config.js so I could only have it on screen to test with.
    Doesn’t seem to matter what I change in the config.js It stays the same .
    I remove the lines from my custom.css and it is still the same only very small on my screen… 42" TV… The really weird part is it looks fine on my pi w2

    posted in Troubleshooting
    P
    plainbroke
    6 days ago
  • RE: MMM-iframes

    @richRiggins
    Did you figure that out about the scroll bars? I have one that has the same issue that I have not been able to figure out how to get rid of…

    posted in Utilities
    P
    plainbroke
    6 days ago
  • MMM-Pinfo Help

    I am having an issue with the display being different from one Pi to another.
    MyScreenPinfo.png
    Defaultt.png
    Mine is having issues with the dual lines.
    both are running the same configurations…

    posted in Troubleshooting
    P
    plainbroke
    9 days ago
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