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

    Posts

    Recent Best Controversial
    • MMM-TouchSwipe - Touch screen navigator to work with MMM-Pages

      Description:

      This is a module that displays a section to use for capturing touch events to navigate forward/backwards through pages when using MMM-Pages. A home icon navigates back to the first page. I’m using MagicMirror on a small 3.5" touch screen that displays one module at a time and wanted a way to easily change pages without additional sensors.

      Screenshots:

      alt text

      Download:

      [card:buzzkc/MMM-TouchSwipe]


      Version 1.0.0

      • initial release
      posted in System
      buzzkcB
      buzzkc
    • RE: SleepNumber SleepIQ

      Making some progress on this…

      alt text

      I’m using a little 3.5" touch screen. I’m hoping to use the swipe event and MMM-Pages to have a few pages with the clock, weather, commute time, etc.

      alt text

      posted in Requests
      buzzkcB
      buzzkc
    • RE: hi, i need your help... tell me, how i do a new modules please

      Here is additional information on checking your config file that may help…

      https://forum.magicmirror.builders/topic/5399/how-to-check-your-config-for-errors-for-absolute-beginners

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: hi, i need your help... tell me, how i do a new modules please

      It’s missing a comma after the postion: ‘fullscreen_above’

      https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: Marvel Comics

      I published the module here: https://forum.magicmirror.builders/topic/11332/mmm-marvel

      posted in Requests
      buzzkcB
      buzzkc
    • MMM-Marvel

      I created this one for my grandson. It will rotate through a list of given Marvel characters, displays a thumbnail image , the character name, and details on the character.
      alt text

      [card:buzzkc/MMM-Marvel]

      posted in Entertainment
      buzzkcB
      buzzkc
    • RE: Custom.css is not working

      It looks like the custom.css is the last css loaded in the header, so it should override any others. What specific changes have you added to the custom.css?

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: Marvel Comics

      Great! I may start up a module shell and check it into github. I’m probably going to be a week or so before I can actually do much on it. My wife is having surgery next week, so should have some time while she’s knocked out from her meds.

      posted in Requests
      buzzkcB
      buzzkc
    • RE: new update/upgrade script, ready for testing

      @sdetweil I did run this the other day when I was having an issue with node_helper not found. It didn’t fix that, but another message you posted did. The upgrade worked fine, but may be worth adding that git checkout of the node_helper index file to the script as a quick fix.

      posted in General Discussion
      buzzkcB
      buzzkc
    • Marvel Comics

      I saw that Marvel has an api and I’m thinking about doing a module to display random comic character information and pics for my grandson.

      Just bookmarking for when I have time.

      https://www.npmjs.com/package/marvel

      posted in Requests
      buzzkcB
      buzzkc
    • Open Table wait times

      Just bookmarking this if I get time later, but if anyone feels ambitious, run with it. ;-)

      https://platform.opentable.com/documentation/

      posted in Requests
      buzzkcB
      buzzkc
    • RE: Raspian buster & MM 2.8

      @sdetweil Cool, I hadn’t seen this.

      @shgmongohh https://forum.magicmirror.builders/topic/10907/new-script-to-install-fix-pm2-config-for-start-on-boot

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: MMM-Smartthings

      I’ve added the temperature icons as well as a couple of config options for low and high temps, tempLowValue & tempHighValue. They default to 65 & 80, so you’ll want to set them to your celsius values. Icons will be green for between low and high (normal), blue when low, and red when high.

      If you’ve already installed, besides adding the two config options you just need to change to the ~/MagicMirror/modules/MMM-Smartthings folder and do a git pull

      No need to run npm install as the dependencies haven’t changed.

      posted in Utilities
      buzzkcB
      buzzkc
    • RE: Raspian buster & MM 2.8

      Here are the docs on setting up PM2, though I thought the install asked if you wanted it to autostart. You might type in :

      pm2 list
      

      Should show if pm2 is installed or if the autostart is setup.

      https://github.com/MichMich/MagicMirror/wiki/auto-starting-magicmirror

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: magicmirror resolution for 7 inch

      Besides using a module like MMM-Carousel or MMM-Pages, you’d probably have to override the /css/custom.css with some smaller font sizes and such.

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: config error (edited config)

      No worries, glad I could help. :-)

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • RE: config error (edited config)

      You’re missing comma after position: ‘bottom_left’ on MMM-RemoteControl.

      Can run the following from your MagicMirror root folder to check your config:

      npm run config:check
      
      posted in Troubleshooting
      buzzkcB
      buzzkc
    • MMM-Craigslist

      This is just a quick module to display up a craigslist search results. It only displays the price and description for the listing, I’ll be adding features as I have time.
      alt text

      https://github.com/buzzkc/MMM-Craigslist

      Please note that craigslist does block ip addresses and ranges for when users are abusing the system, mostly with posting listings. I found my home IP was blocked the first time I tried to use this module, so they must have blocked the IP I have at some point for another user. Even though the module was blocked, a search still worked in my browser, so still trying to figure out what headers I can send to by-pass the block.

      [card:buzzkc/MMM-Craigslist]

      posted in Entertainment
      buzzkcB
      buzzkc
    • MMM-PirateSpeakNews

      When the news gets boring, spice it up with a little pirate speak. :-) Based off of the MMM-PNews module I found by @cowboysdude , this module translates all the titles and descriptions to pirate speak.

      alt text
      alt text
      alt text

      Download :

      [card:buzzkc/MMM-PirateSpeakNews]

      posted in Entertainment
      buzzkcB
      buzzkc
    • RE: Problem when installing MagicMirror on Raspbian Buster RPB3+

      Give Sam’s installer a try. If I recall on Buster I had to apt-get uninstall nodejs and npm, then let the MagicMirror installer install the correct versions of those softwares.

      posted in Troubleshooting
      buzzkcB
      buzzkc
    • 1
    • 2
    • 3
    • 4
    • 2 / 4