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 49
    • Posts 342
    • Groups 0

    Topics

    • plainbrokeP

      MMM-DateCounter

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

      Calendar

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      5
      1
      0 Votes
      5 Posts
      924 Views
      plainbrokeP
      @sdetweil Thank you for the help Sam. You are the man…
    • plainbrokeP

      MMM-Bored

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      744 Views
      S
      @plainbroke weird indeed
    • plainbrokeP

      Wyze Cams

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      685 Views
      BKeyportB
      @robertjunior24 the problem is that RTSP isn’t supported by Web protocals. Here’s what I’m currently doing for my Reolink cameras: I use an PI 4 with Motion Eye OS (Discontinued, but still kinda works, there is betas of an attempt to bring MotionEye back) to convert the RTSP streams to Web streams. Then using MMM-EmbedURL, I’m able to pick up the web streams to use on my mirror. What I’d like to do is use something faster and more reliable - (Scrypted?) to do the conversion. Currently, there’s a lag that will form within the motioneye software, so I tend to reboot the pi once an hour (overdone, but it works) to keep it reasonable. If I use the Framed version of the URLs that MotionEyeOS provides me (like http://192.168.0.7/picture/2/frame/) - I don’t have to have MMM-Embed URL reset the picture, the system will provide a temporary “No Camera” image while it’s down.+ Important note: Pi 5 (and newer, eventually) will NOT run what’s required for the old software, so Pi4 is what’s recommended.
    • plainbrokeP

      MM loading all modules is taking 2-3 minutes.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      19
      1
      0 Votes
      19 Posts
      4k Views
      plainbrokeP
      @sdetweil Well I removed the package.json and packagelock.json from the folder MagicMirror sets in and ran your upgrade script and my MM loaded a whole lot faster and only time will tell if it is totally fixed or not… I appreciate your patients dealing with this issue. I will definitely add it to my saved stuff. I would like to try to use a different browser and see if it fixes a few other issues since I am using a 32 bit OS.
    • plainbrokeP

      Dumbass Cat Facts

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      506 Views
      KristjanESPERANTOK
      @plainbroke Unfortunately I can’t find any information about when it was canceled. See it as a chance to discover a new nice module! :smiley:
    • plainbrokeP

      MMM-Fuel

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      8
      0 Votes
      8 Posts
      704 Views
      S
      @plainbroke awesome!!
    • plainbrokeP

      MMM-jast

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      4
      0 Votes
      4 Posts
      825 Views
      BKeyportB
      @ankonaskiff17 I actually do just that, however, many modules, like this one don’t use the standard variables. So, I have to set each one manually, thusly: from my custom.css :root { --gap-body-top: 5px; --gap-body-right: 5px; --gap-body-bottom: 5px; --gap-body-left: 5px; --gap-modules: 15px; --color-text: #ddd; --color-text-dimmed: #666; --color-text-bright: #fff; --color-background: #000; --font-size: 21px; --font-size-xsmall: 0.75rem; --font-size-small: 1rem; --font-size-medium: 1.5rem; --font-size-large: 3.25rem; --font-size-xlarge: 3.75rem; } … Example module change: /* Flipclock - Set size */ .tick-flip, .tick-text-inline { font-size: var(--font-size-xlarge); }
    • plainbrokeP

      Is there a Difference between these ???

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      S
      @ExperiMentor the extra comma is not an error…
    • plainbrokeP

      MMM-SingleStock

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      1k Views
      bheplerB
      @plainbroke - Huh. Those appear to be graphics driver problems. They’re a known issue between the Raspian OS and the Electron framework. They shouldn’t be related to your issue with the module. Okay, let’s dig up the other log files. Easiest thing to do is to make sure your mirror is running and then use the web browser to view the mirror interface. First, edit the config.js to allow other computers to access the interface. Change the address and ipWhiteList to allow other computers to see your mirror: var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], ... Save and restart your mirror instance with pm2 restart 0. Now you should point your web browser at the IP address of your mirror. Remember to add the port to the url you enter in the address bar. For example: http://192.168.0.15:8080 should get you your interface if your IP address is 192.168.0.15. Anyhow, you should see the mirror interface in your web browser. Now you need to pull up the developer tools, usually by hitting F12 on your keyboard (I know it works in Chrome and Firefox). A section of your browser will open up with the developer tools. There will be a tab labeled console. These are the other logs I mentioned earlier. Click on the console tab and look for anything that mentions the MMM-SingleStock module. Let us know what it says, especially if it mentions an error.
    • plainbrokeP

      V2.24

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      5
      0 Votes
      5 Posts
      626 Views
      plainbrokeP
      Turned out to be a failing ssd drive. Replace SSD found old backup of MM so only had to do a little rebuilding of custom.css and config.js Used Sams backup restore program to restore all but a couple of the modules 33 at this time. Thanks Sam for the help…
    • plainbrokeP

      Move the number in each day of monthly calendar

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      3
      0 Votes
      3 Posts
      442 Views
      plainbrokeP
      @MMRIZE Thank you so much. I would have never come to that conclusion.
    • plainbrokeP

      MMM-WebView

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      423 Views
      S
      @plainbroke looks like you just make a second instance in config.js
    • plainbrokeP

      Color the Hearts or Rain

      Watching Ignoring Scheduled Pinned Locked Moved Fun & Games
      2
      0 Votes
      2 Posts
      599 Views
      S
      @plainbroke yes you can run multiple instances. just add another in config.js all the things. snow, rain, hearts are images, not drawn dynamically. so you could edit and save a red heart image and blue rain and create another theme with those
    • plainbrokeP

      MMM-Cocktails

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      152 Views
      plainbrokeP
      Does anyone know how to remove the “null null” from MMM-Cocktails see “thumbnail”
    • plainbrokeP

      SingleStock

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      597 Views
      plainbrokeP
      @plainbroke I can not get SingleStock to work for some reason. I have removed (deleted) using “sudo rm -rf” then reinstalled. git clone https://github.com/balassy/MMM-SingleStock.git did npm install went at got a NEW api token at https://iexcloud.io/console/tokens. Just incase my old one expired or was corrupt, still no luck. Any IDEA’s ??? I just want to monitor my UPS Stock.
    • plainbrokeP

      Electron

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      13
      0 Votes
      13 Posts
      3k Views
      S
      @kayakbabe yes requiring hardware makes it another challenge…
    • plainbrokeP

      Random_Quotes

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      5
      0 Votes
      5 Posts
      830 Views
      plainbrokeP
      @sdetweil Ok I forgot about the important message in the css. I will try that when I get a chance. Busy week this week and next.
    • plainbrokeP

      MMM-Cocktails null null null

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      230 Views
      plainbrokeP
      Hello Again, Trying to fix some little annoyances like this one where MMM-Cocktails is using null to hold the line spacing, I guess. I left a new issue with the maker a week ago or so, I understand he is not able to communicate at this time with us. I was hoping someone has run into this before and I am just not able to do the correct word search to find the answer. See the picture for a better explanation… Circled in RED. [image: 1659034368979-null_null.jpg]
    • plainbrokeP

      I think I Broke my MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      0 Votes
      7 Posts
      896 Views
      plainbrokeP
      @plainbroke reloading 36 modules and getting them all to work as expected ,takes some time. Almost there today. MMM-RSTPStream is being difficult not wanting to play nice with vlc for some reason this round… Guess 5 different instances is too many. eventhough I have them spread out in the list of modules that carousel runs for me…
    • 1 / 1