MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. UncleRoger
    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 15
    • Posts 101
    • Groups 0

    Topics

    • UncleRogerU

      Bottom sections: align top?

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      2
      2
      0 Votes
      2 Posts
      881 Views
      S
      @UncleRoger the thing todo is add a background color to the positions/regions to figure out where they are From the doc https://docs.magicmirror.builders/modules/configuration.html#position
    • UncleRogerU

      Best affordable webcam/security camera for use with MagicMirror?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      3k Views
      UncleRogerU
      @plainbroke Thanks! I’ll check out Tapo!
    • UncleRogerU

      MMM-AddressBook - Display a list of people/addresses

      Watching Ignoring Scheduled Pinned Locked Moved Productivity
      3
      2
      1 Votes
      3 Posts
      540 Views
      UncleRogerU
      @sdetweil said in MMM-AddressBook - Display a list of people/addresses: I would put those behind QR codes so someone could scan them and save thus ability to use the text or numbers quickly vs take a picture and have to rekey it all… That’s not a bad idea! I’m not sure EMTs are set up to be able to do that, but I’ll look into it. Apparently, QR codes can hold 4600 alphanumeric characters so pretty much any reasonable list could be put into a QR code. Thanks for the suggestion!
    • UncleRogerU

      MMM-CustomTable - Display a simple HTML table

      Watching Ignoring Scheduled Pinned Locked Moved Productivity
      1
      2
      1 Votes
      1 Posts
      215 Views
      UncleRogerU
      Description: I initially wanted to create a legend for MMM-CalendarExt3 to show which calendar is what color (I show 11 calendars of the 15+ I maintain) so I created this module to put a little table below the calendar. I’ve since added another instance to list a chart of who’s supposed to set the dinner table on which night. I’ve tried to make it flexible enough in terms of formatting but I’m certainly no javascript programmer. Nor am I well versed in the ways of CSS. It’s useful to me; I hope it’s useful to others as well. Screenshots: A legend for CalendarExt3 calendars: [image: 1754587071293-32080eb4-9fb7-496a-845d-7afd0969867c-image.png] A table of who’s supposed to set the table (half the time I end up doing it): [image: 1754587150424-b04ccb05-4a6b-4244-9e89-6599a752bbf1-image.png] Download: [card:Unclearogre/MMM-CustomTable] I’m not sure how that card is supposed to work so here’s a link: Github for MMM-CustomTable
    • UncleRogerU

      MM not showing on internal monitor after fixuppm2

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      499 Views
      UncleRogerU
      @sdetweil Ugh. My apologies. I did the stop/start and rebooted and did it again and now it’s showing up on the screen. Must have been a temporary glitch or something. Sorry to have wasted your time. Roger
    • UncleRogerU

      Difficulty getting MMM-Transitfeed working

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      31
      0 Votes
      31 Posts
      3k Views
      UncleRogerU
      How to get MMM-transitfeed working on a new installation of MagicMirror (based on @sdetweil’s assistance) These are the steps I went through to get the module working after encountering version mismatch errors: Note that I was starting with a clean install of Raspberry PiOS. I made no changes prior to the steps outlined below: First, I installed MagicMirror using Sam Detweil’s script: bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" Next, I installed the transitfeed module: { cd ~/MagicMirror/modules git clone https://github.com/bnitkin/MMM-transitfeed.git } Then this reset the libraries: { cd ~/MagicMirror rm -rf node_modules git checkout package.json git checkout package-lock.json npm run install-mm } I installed the electron rebuild package: npm install @electron/rebuild Next, I reset the module info: { cd ~/MagicMirror/modules/MMM-transitfeed rm -rf node_modules git checkout package.json git checkout package-lock.json npm install } At this point, I installed gtfs: { cd ~/MagicMirror/modules/MMM-transitfeed npm install gtfs } And lastly, I rebuilt sqlite3: { cd ~/MagicMirror/modules/MMM-transitfeed ../../node_modules/.bin/electron-rebuild } Here I added the default config from the module’s github page to my config.js and started the mirror. It worked! Many thanks to Sam for his patience, knowledge, and caring assistance.
    • UncleRogerU

      Simple(?) module to send a notification every x minutes?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Requests
      35
      0 Votes
      35 Posts
      16k Views
      S
      @UncleRoger if you forked mine you can submit a pull request for me to include your changes
    • UncleRogerU

      MMM-CalendarExt3 Formatting questions follow-up

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      1k Views
      M
      @UncleRoger You can use this; .CX3 .event.fullday.multiday .headline .time { display:none; } (I’ll add this to the next update to be the default.)
    • UncleRogerU

      MMM-BackgroundSlideshow does not respond to notifications

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      476 Views
      UncleRogerU
      So the fix appears to be* to add the following line of code to the MMM-BackgroundSlideshow.js file at line ~175: //Quick and dirty fix to redirect the notification this.socketNotificationReceived(notification,payload); Seems to be working now. * https://github.com/darickc/MMM-BackgroundSlideshow/pull/135/commits/48ae1cb12408a119ec9dd07927ce953f9eaa2bf0#diff-58dd4b5e083de0ddd663e45190feabf1cabee2f0e3f6ca048c0f64a731888ff8R175-R176 (Just adding this in case someone comes here to search for an answer first before going to Github.)
    • UncleRogerU

      [MMM-MailMessage] Send messages to your MagicMirror via e-mail

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      17
      2
      2 Votes
      17 Posts
      6k Views
      V
      Okay, a new message will remove the first message but the message must not be empty. Empty messages will be ignored. So you have to write something like “-” in the headline
    • UncleRogerU

      How to let user change font size in config file?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      5
      0 Votes
      5 Posts
      780 Views
      UncleRogerU
      @sdetweil said in How to let user change font size in config file?: then showed them how to use custom.css I’m afraid that would be like having a toddler show someone how to fly a helicopter. 8^) I kinda understand the general idea of CSS but I certainly don’t know how to do anything with it. I’m really just sorta stumbling around picking up bits and bobs from other people and trying to MacGyver them into something functional.
    • UncleRogerU

      Config option with array of multiple values?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      25
      0 Votes
      25 Posts
      6k Views
      UncleRogerU
      @MZ-BER FYI, I’ve published and posted in the modules/showcase forum. https://forum.magicmirror.builders/topic/18139/mmm-mailmessage-send-messages-to-your-magicmirror-via-e-mail?_=1698853756973
    • UncleRogerU

      MMM-Moon shows only "No Image!"

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      F
      @sdetweil That fixed it, thank you so much. /F
    • UncleRogerU

      Stock calendar module does not honor options

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting calendar config setup and configure
      5
      1
      0 Votes
      5 Posts
      633 Views
      UncleRogerU
      @sdetweil Okay, I think that makes sense. Thanks!
    • UncleRogerU

      Want to show full-screen images and switch to MM on keypress

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      563 Views
      M
      There is a module that works with pages. You can have one page fullscreen the picture and on the other the information. But I did not try that out.
    • 1 / 1