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

    Posts

    Recent Best Controversial
    • 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: Certain Modules Making Screen Blank

      @efk4 I’m thinking no. Are you running MM 2.1.1?

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MagicMirror to msSQL

      What I would do and do with my todo list is run it off of the other server under apache and it will have a localhost address ie 192.168.x.x then put it in an iframe.

      I have a couple ‘modules’ running that way…

      I put ip in the top of the config.js file under units so I could access it there by typing in this.config.ip so if that changed then I"d only have to go to one place to change it, instead of having to change it in multiple places :)

      I’m running my todo list and a thing called House Panel [https://github.com/open-dash/HousePanel] using this method.

      OF course the other thing is that I have to run in node serveronly method and then localhost:8080 in a web browser but it works just fine!

      Works on mine :)

      posted in Development
      cowboysdudeC
      cowboysdude
    • RE: My Old Family MagicMirror

      I bet it looks awesome…there’s no picture to look at but…LOL

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA3

      @mumblebaj Sure it does

      it’s right here -> https://github.com/cowboysdude/MMM-NOAA3

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Certain Modules Making Screen Blank

      @efk4 OK well that’s interesting … I don’t see anything there that would cause that. Did you get a clean install without errors when you installed MagicMirror?

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Displaying data from MySQL database

      @Henrik said in Displaying data from MySQL database:

      @wolkenaj You could just display the charts from the website with the iFrame module.
      https://github.com/alberttwong/MMM-iFrame

      BINGO…that’s the easiest way :) I have a few ‘modules’ running that way on my mirror.

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

      wholeweather2.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: Compliments color

      Check here to see if you’ve overwritten the changes…

      https://github.com/cowboysdude/compliments/blob/master/compliments.js

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Certain Modules Making Screen Blank

      Ok do this… keep your config.js and rename it to config.bak

      Take the config.js.sample file and copy it to config.js and restart…

      If everything runs fine then we go from there one module at a time to figure out which one is causing the issue for you.

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-MealViewer

      @mykle1 said in MMM-MealViewer:

      @cowboysdude said in MMM-MealViewer:

      Happy to help… when you have time we can chat.

      You are in danger of getting a reputation for being a nice guy. ;-)

      0_1550373043495_shut-up-you.jpg

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

      Made some other changes like adding PoP [Percent chance of Precip - rain/snow etc].

      NOAA doesn’t give it to you you have to go find it in a string and get it out of there LOL

      new.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: Compliments color

      @Damian it’s always on github! :)

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Certain Modules Making Screen Blank

      @efk4 You’re not getting any errors so it’s hard to tell why it’s happening… would love to take a look at your setup…

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-MealViewer

      @gonzonia PHP won’t work in this software. If he doesn’t answer you I will be happy to help you get this going…

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

      Capture.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • RE: Add fade to transparent background on module.

      @jamaces easy peasy…here’s an example:

      .MMM-YahooWeather .fade {      
        	-webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 10%, transparent 100%);
         height:  120px;
        }
      

      The magic is in the fade… gives you this effect: [see bottom of 4 days forecast]

      1.png

      posted in Custom CSS
      cowboysdudeC
      cowboysdude
    • RE: The current installation is 2 commits behind on the master branch.

      @Sonic8585 Yes if you don’t want to see the notification on the top go to your config.js and simply either delete or disable this:

      {
      	module: "updatenotification",
      	position: "top_bar"
      }
      
      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-MealViewer

      Sam is a REALLY smart guy so he gives you the smart guy answer…
      I’m not as smart so I give you my dumb guy answer LOL

      It will work either way … so now you def have an answer that works :)

      posted in Development
      cowboysdudeC
      cowboysdude
    • RE: A whole lot upgrades to my MagicMirror, finally!

      Looks great!!! :)

      Here’s my new look

      1.PNG

      2.PNG

      3.PNG

      4.PNG

      posted in Show your Mirror
      cowboysdudeC
      cowboysdude
    • 1
    • 2
    • 28
    • 29
    • 30
    • 31
    • 32
    • 37
    • 38
    • 30 / 38