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: Chatbot

      @alexaavr why?

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: Warn-App NINA

      @feedy88 Oh there’s always a way

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: MMM-TouchAlarm - Your touchable Alarm Clock

      @gaudouy

      https://forum.magicmirror.builders/topic/13911/bedside-table-alarm-clock?_=1623369873273

      https://forum.magicmirror.builders/topic/695/my-mini-magic-alarm-clock?_=1623369873276

      All kinds of it… search feature on the forum works pretty good ;)

      posted in Utilities
      cowboysdudeC
      cowboysdude
    • RE: Bedside Display

      @harney I really like yours! Here’s mine ->
      https://forum.magicmirror.builders/topic/695/my-mini-magic-alarm-clock?_=1623064472272

      posted in Hardware
      cowboysdudeC
      cowboysdude
    • RE: MMM dumpsterday

      @deanonoire NOW that makes perfect sense ;) Ours is typical here. Every Thursday, holidays included [unless Christmas falls directly on that day then it’s Friday] so here it’s basically always the same .

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: I am looking for a module that you can embed photos from Getty Images

      @neutron_spin Anything is possible… they do have an API right here…

      https://github.com/gettyimages/gettyimages-api_nodejs

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: MMM dumpsterday

      @elmago Sooooooooo you need a module to tell you when to take out the trash? LOL

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: Raspberry Pie Weather Dress Recommendation

      @manama114 Anything is possible ;)

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-ArduPort - When your mirror meets Arduino

      @dentrax VERY useful! ;)

      posted in Utilities
      cowboysdudeC
      cowboysdude
    • RE: Check out my new Nixie Clock module!

      @isaac-the-man That sir is an awesome thing!!

      posted in Utilities
      cowboysdudeC
      cowboysdude
    • RE: Head first developing MM module for extreme beginners

      @dobi See you can do it! Great job and glad that it all worked out for you! :) This is what this project is about…learning.

      NOW you can make your mirror your own by showing information that you want and/or need to see…

      posted in Development
      cowboysdudeC
      cowboysdude
    • RE: FYI new weather_plus onecall module

      Capture.PNG

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil WOW this is really AWESOME!!! Very much needed!!

      Awesome job!!!

      Thank you Sam!!!

      posted in Utilities
      cowboysdudeC
      cowboysdude
    • RE: Run MM2 from within Home Assistant

      @dmolony I running both on Brave Browser so at the moment I have tabs set up one for each and when I want to look I change out of full screen mode and look.

      Yes I know, NOT very practical but it does work for me because my MM install really isn’t made to be seen other then the other mirrors I have set up in my house and the ‘server’ is really for HA as it’s a 32" touch screen.

      I just have it installed that way because my ‘server’ is a mini-ITX that runs a real CPU and 8 gigs of ram :) Some of my modules for MM cannot run on a pi as to get my data it’s very taxing soooooooo… a mini ITX it is :)

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: Expensive Bedside Clock

      @harney This is very cool! Are you offering the STL’s for printing? That would be great!

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: Run MM2 from within Home Assistant

      @moriarte You can but what I did is install it on the same server as HA and run it on its own. I did that so I can run HA and MM which I can then display either or on my bathroom mirror. ;)

      I didn’t want MM running with HA, I wanted them independent of each other.

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: New Weather module

      @djboob66 anywhere outside the config section ie…

      {
              module: "Alerts", 
              config: {
                css: "2",
                sec: true
              },
              disabled: false,
              position: "middle_center"
            }, 
      

      OR

      {
              disabled: false,
              module: "Alerts",
              position: "middle_center"
              order: "1",
              config: {
                css: "2",
                sec: true
              }, 
            }, 
      

      Either way works ;)

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: Suggestions?

      @mykle1 That sir is the weather module I built for my own mirror :) It’s never been made public… it’s all one module. Thanks for noticing!

      posted in Custom CSS
      cowboysdudeC
      cowboysdude
    • RE: Suggestions?

      @sdetweil Thanks Sam! Sometimes you look at something too long and you just can’t see the answer LOL

      posted in Custom CSS
      cowboysdudeC
      cowboysdude
    • Suggestions?

      I’m trying to line this drink module up a little better so it lines up either left or right no matter where it is…

      Here’s the css but just can’t seem to get this to line up correctly… a little css help would be greatly appreciated… ;)

      Capture.PNG

      CSS:

      .MMM-Drinks {
         width: 300px;
         padding-top: 20px;
      }
      .MMM-Drinks li {
      	display: table;
      	font-size: 15px;
      }
      .MMM-Drinks .title {
      	color: white;
      	font-size: 16px;
      	line-height: 99%
      }  
      .MMM-Drinks .column {
          color: white;
      	font-size: 15px;
      	line-height:95%;
      }
      .MMM-Drinks .instruct {
      	color: white;
      	font-size: 16px;
      	line-height: 99%;
      	width: 60%;
      } 
      
      posted in Custom CSS
      cowboysdudeC
      cowboysdude
    • 1 / 1