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: 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
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 231
    • 232
    • 10 / 232