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

    Posts

    Recent Best Controversial
    • RE: The 32" Inch Mirror

      OpenHab is a great idea…I have read a little about it but don’t fully understand it as of yet :)

      Here’s a picture of what this is starting to shape up to be…There are MANY things missing but you’ll get the idea :)

      0_1509806105064_CaptureMe-min.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      @mac0178 Let me take a look perhaps a css tag is similar :) Ahhhhhh yes perhaps this is it…

      In the NOAA css file there is this:

      .red{
      	background:#f00;
      }
      .green{
      	background:#0f0;
      }
      .blue{
      	background:#00f;
      }
      

      and in the MMM-Traffic module there is this:

      .green {
        color: #83FFB3;
      }
      
      .yellow {
        color: yellow;
      }
      
      .red {
        color: #FF4C4C;
      }
      

      So I’m going to update the css file and you can try it again :)

      Just go to the MagicMirror/modules/MMM-NOAA dir and type

      git pull

      that should update the css file :)

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: The 32" Inch Mirror

      Here it is running on the wall…FINALLY it only took a year :) I have to adjust the TV it’s a bit off to the right in the frame but I will.

      0_1510009679169_IMG_3078-min.JPG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      German translation is done :) [The current weather at top is also in German, just didn’t take a new picture ;)]

      0_1521806095972_de.png

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: Working on the ole 32"...

      Progress…waiting on Thermostat and other sensors to arrive :)

      0_1510283872528_background.png

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      Stay tuned for NOAA3… ;)

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: The 32" Inch Mirror

      Updated:
      0_1513524966728_img_3274_SqX2sW.jpg

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      Plans for NOAA3

      Include other service providers so users aren’t bound to just wunderground
      a. Other services will include dark skies, etc.

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: Magic Mirror with AI

      Would be really nice to see it…but I don’t see it happening… I think this was just a setup.

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      @JoeFranz said in MMM-NOAA - Another Weather Module:

      Good job and great module!
      I managed with the custom.css, but I think the temperature can be seen very bad. Is it possible to reduce the size of the symbol or change the color of the font?

      Yes I updated the js and css file. Do a git pull to update and then you can change the color via the custom.css like this:

      .MMM-NOAA .tempf {
      color: whatever color you’d like
      }

      Enjoy :)

      PS changed mine to #FF8300 …looks pretty cool :)

      0_1522965817586_Screenshot from 2018-04-05 18-03-13.png

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: The 32" Inch Mirror

      Update:

      https://www.youtube.com/watch?v=eQYuZJAAwyU&feature=youtu.be

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      Another example of how to change the current temp

      0_1523069714343_shadow.png

      Here’s the css for your custom css if you like it:

      .MMM-NOAA .tempf {
      color: white;
      text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
      }

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: The 32" Inch Mirror

      Here’s something I made for my mirror… it’s really handy!!! Don’t need any outside like todoist or wunderlist… it stores the to-do’s right on the mirror :)

      Update on House Panel -> https://github.com/kewashi/hpanel-server
      I now have
      4 room temp/humid sensors working
      Thermostat is 100% controlled
      Door sensors on both of my doors
      Door lock - shows unlocked or locked and I can control either
      Kitchen lights on or off
      Both living room lights on or off

      What's next?   
                                New back door lock -
                                one more temp/humid sensor
                                water leak sensors [3 of them at some point]
                                more rooms with controllable lights :)
                                at least 2 LED light strips
      

      Took a short cut as Alexa will control all those things as well and I have 2 one in the front of the house and one in the back :)

      I LOVE being able to unlock my door from anywhere :) So my neighbor can walk my dog without me having to give anyone a code.

      All this running nicely on a MagicMirror :) [Thank you @tbbear for help with Open Hab!]

      https://www.youtube.com/watch?v=Ez8axz9bwUg&feature=youtu.be

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      @Zooooooom put this in your custom.css file:

      .MMM-NOAA .forehead {
      display: none;
      }
      .MMM-NOAA .fmar {
      display: none;
      }

      after you do a git pull to update your NOAA css file :)

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: Little voice testing.....

      @dazza120 No because I didn’t write MMM-voice I just modified it to work with MMM-Pages.

      I would create a new topic under the troubleshooting section and see if anyone can help, because for this I really have no idea.

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      Description:

      New Service Provider…since wunderground is NO longer offering free api keys…

      SEE README …on Github.

      Version 2.1.7

      Download:

      [card:cowboysdude/MMM-NOAA]

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: What have I been working on......

      Here’s some changes to the Sun info module

      suninfo.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      0_1530570895870_Capture.PNG

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: What have I been working on......

      Updated Picture with Weather Warning… when there’s a warning it just replaces the current weather info… until it expires then the normal weather returns.

      weatherwarn.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      John Isabella: I’m truly sorry about your brother. It’s too bad.

      Truman Gates: Oh no sir. You ain’t seen bad yet, but its coming.

      :face_with_tears_of_joy:

      posted in System
      cowboysdudeC
      cowboysdude
    • 1 / 1