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

    Posts

    Recent Best Controversial
    • RE: Grafana chart will not appear in MM

      @peterkatana this is for you and anyone else having issues.

      It’s a pretty good guide!

      https://www.planet4.se/grafana-in-magic-mirror/

      posted in Utilities
      cowboysdudeC
      cowboysdude
    • RE: MMM-NewPIR v3

      @sdetweil Thanks Sam.

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: MMM-NewPIR v3

      What is this module made for…RPI3 or RPI4?

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: Help! - Adding and Changing Modules - Newbe

      @pillaresci 1st rule of config.js club.
      Always make a backup of your config.js LOL

      Does it work before you change and put your own info in the weather module?

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-WOTD

      V2 is out!

      Changes have been done to conform with the non use of request :)
      It uses Axios now.

      All updates files including new package.json file are there.

      https://github.com/cowboysdude/WWW-WOTD

      WOTD.png

      posted in Fun & Games
      cowboysdudeC
      cowboysdude
    • RE: What is your backup and restore method?

      @swvalenti Yes but this ONLY works for an RPI4… So I KNOW someone is going to see this and try it on a 3 and come back with ‘it doesn’t work’… it does.

      You can also do it on a 3 but it’s different…

      https://thepi.io/how-to-boot-your-raspberry-pi-from-a-usb-mass-storage-device/

      Just replying here so I can save myself trouble when someone tries it LOL

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: What is your backup and restore method?

      https://www.raspberrystreet.com/learn/how-to-boot-raspberrypi-from-usb-ssd

      There may be an easier way but this helped me.

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: eaddress in use

      @bkeyport 1st thing I do is change the port always :)

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Any plan to replace "request" and "moment"?

      @0m4r meh either way LOL

      posted in Feature Requests
      cowboysdudeC
      cowboysdude
    • RE: Any plan to replace "request" and "moment"?

      @bkeyport I wouldn’t worry about it. Moment will be around for a while. Easy to use and yes you can add it to your own package json file and still use it.

      Request…not so much LOL

      posted in Feature Requests
      cowboysdudeC
      cowboysdude
    • RE: Make compliments_plus bold

      @swvalenti Glad you got it working :) Enjoy my friend.

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: TP-Link Smart Plug

      @schmaniel YES Amazon or Google devices can do that!

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: Module to display Brewfather API requests.

      @gashion That requires you to know what you want first…this is the api for that:

      https://api.brewfather.app/v1/batches/:batch_id/brewtracker
      

      Where you have to know what your :batch_id is…

      Not really sure what you’re after here. There’s a LOT to the API so you have to know what you want first.

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: Any plan to replace "request" and "moment"?

      I’m using Brave which is Chrome based without all the tracking and such ;)

      posted in Feature Requests
      cowboysdudeC
      cowboysdude
    • RE: Make compliments_plus bold

      @swvalenti this =>

      
      .compliments_plus .pre-line {
      	font-weight: bold; 
      }
      

      You can also change colors under same custom.css like this ->

      .compliments_plus .pre-line {
      	font-weight: bold; 
         color: white;
      

      OR you can even change color of icon and font at the same time =>

      .compliments_plus .pre-line {
      	font-weight: bold;
      	color: white;
      }
      .compliments_plus .wi,
      .compliments_plus .fa { 
      	color: yellow;
      }
      

      OR just one at a time =>

      .compliments_plus .pre-line {
      	font-weight: bold;
      	color: white;
      }
      
      .compliments_plus .fa { 
      	color: yellow;
      }
      
      .compliments_plus .wi, {
      color:  green;
      }
      

      Hope that helps :)

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Multiple tables formatted, not just MMM-Gas

      @ankonaskiff17

      Try

      MMM-Gas .table {
      position: relative;
      left: 20px;
      width: 95%;
      }
      
      posted in Custom CSS
      cowboysdudeC
      cowboysdude
    • RE: Any plan to replace "request" and "moment"?

      @mmrize Well we all know how ‘browsers supporting’ all work out LOL

      Some do…some don’t.

      posted in Feature Requests
      cowboysdudeC
      cowboysdude
    • RE: Tell weather, date & time automatically at a specific time.

      I’m confused…doesn’t it already do this?

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: Applying CSS to individual cells in a table

      @ankonaskiff17 Called boredom LOL

      posted in Custom CSS
      cowboysdudeC
      cowboysdude
    • RE: Lunartic not working without "request"

      @hango go here…until his pull request is complete but this is the fix.

      Just delete yours and reinstall this one.

      git clone https://github.com/cowboysdude/MMM-Lunartic into the ~/MagicMirror/modules directory.

      go to modules/MMM-Lunartic folder and type in npm install

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • 1 / 1