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: Here's what I'm going to do...

      @cyberphox Well hey what could happen? LOL I’ll try it out!

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: Here's what I'm going to do...

      @cyberphox how’d that work out? I’m thinking it looks great. Touch frame just arrived today… Waiting on camera… then I’m off.

      I’ll use his modules plus my own so should turn out pretty good I’m thinking.

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: MMM-NewPIR v3

      @uros76 said in MMM-NewPIR v3:

      Hi. Does anyone know of a way to format “LastPresence” output? Default is a full date and time in one line however I would like to change the format of the output. Don’t see any config option to format it…

      How would you like it formatted?

      posted in System
      cowboysdudeC
      cowboysdude
    • Here's what I'm going to do...

      I’ve already made a 32" touch screen, now I’m going to do this and build a 24" touch screen.

      New Build

      I figured why not. I was able to get a 24" IR Frame for 50 bucks and ordered a newer PI cam for PI4. All I’m waiting on now is the camera. I have all the other parts already. So I’m basically replacing my bathroom mirror with this one…

      Stay tuned, should be fun!! :)

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: Show Alexa Timer

      @sdetweil said in Show Alexa Timer:

      @mz-ber right, but u had to go into the alexa app to get that .
      it didn’t just occur natuarally.

      How did you even get anything from Home Assistant to show up on your mirror?

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: MMM-PIR or MMM-PIR-Sensor issues...

      IN case anyone is still looking for a way to do this since they updated the PI4 it’s easier:

      You can use 1 of 2 methods here:

      https://github.com/cowboysdude/Pir-Sensor

      or [even better solution IMO]

      https://github.com/bugsounet/MMM-NewPIR

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Error in DNews (copy of PNews)

      @johans yes… npm install…very important. I’ll have to look at the repository to make sure I put that in the instructions. If I didn’t I apologize :)

      posted in Development
      cowboysdudeC
      cowboysdude
    • RE: A new space module

      @mykle1 Well maybe @sdetweil can help you make one that counts stars and sorts them by size and brightness… can’t be more then a few billion…

      posted in Requests
      cowboysdudeC
      cowboysdude
    • A new space module

      I wish @Mykle1 would write a new space module.

      posted in Requests
      cowboysdudeC
      cowboysdude
    • RE: MMM-MQTT shows no data

      @richard238 No you haven’t missed anything. I have NEVER gotten it to work ever… and I tried for weeks.

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • MMM-mqtt strange....

      I have put the config into place and it is still trying to login via ‘mqtts:’… that’s not the url I entered in the config. So I’m trying to figure out why it’s doing this.

      *** MQTT JS ERROR ***: Error: read ECONNRESET
      

      Suggestions?

      OK so nevermind for some strange reason it’s now connecting… interesting LOL

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-NOAA - Another Weather Module

      @msulzer Anything is possible LOL Just go in and edit them out of the getDom section then they can’t show.

      If you need help let me know. I can whittle it down for you, PM me ;)

      posted in System
      cowboysdudeC
      cowboysdude
    • RE: Quick question regarding sorting modules

      @lebatu MMM-EasyBack module

      posted in Development
      cowboysdudeC
      cowboysdude
    • RE: MMM-Lunartic

      @trividar Still down…

      posted in Education
      cowboysdudeC
      cowboysdude
    • RE: Touch Problem

      @vlogsmath I hate to say this but…

      Do you have the frame correctly oriented? I have a 32" IR touch frame and never had to run any kind of calibration on mine. I just installed it with the usb plug in the lower right corner.

      posted in General Discussion
      cowboysdudeC
      cowboysdude
    • RE: MMM-NFL

      @shybull Sorry but it would appear as of 2021 the NFL has cut that api off.

      Data is currency and it’s getting harder to get for free…
      It would seem that an industry making 5 billion dollars a year would give out that little bit of data… yeah… they say no.

      Weather is the same way… free data getting hard to come by.

      I did find another source and emailed Strawberry… not sure what will happen but if he has time I’m sure he’ll look at it. It will take considerable amount of work to get it working with new data.

      BUT here’s two sources if anyone wants to take a stab at it…

      https://d290qmen6zswb.cloudfront.net/ticker?day=2021-09-26 [must be in YYYY-MM-DD format]

      OR

      http://site.api.espn.com/apis/site/v2/sports/football/nfl/scoreboard

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: MMM-CustomElementTime

      @mmrize if you’re talking about time you can just do that with straight ol vanilla js …

                var DateDiff = {
                      inDays: function(d1, d2) {
                          var t2 = d2.getTime();
                          var t1 = d1.getTime();
                        return parseInt((t2 - t1) / (24 * 3600 * 1000));
                      },
                  }
      

      I use that in my upcoming Holiday module to get days left until a particular holiday

      holiday.png

      If you’re looking for days left kind of thing. I know you can do this for other time variables such as minutes, seconds, etc.

      posted in Utilities
      cowboysdudeC
      cowboysdude
    • RE: RCWL-0516 Person Detection Chip - Anyone used these before?

      @chef little late to the game but this -->

      https://forum.magicmirror.builders/topic/10793/mmm-pir-sensor-with-radar-sensor-rcwl-0516?_=1632660798481

      posted in Hardware
      cowboysdudeC
      cowboysdude
    • RE: GoogleAssistant v3

      @bugsounet said in GoogleAssistant v3:

      and it’s not documented :/

      Welcome to Google LOL

      posted in Troubleshooting
      cowboysdudeC
      cowboysdude
    • RE: Countdown module with Ical support

      @nickred896 There are countdown modules…just use one of them. I know you’ll have to enter the date yourself but as of yet I do not believe that anyone has created what you’re looking for.

      posted in Requests
      cowboysdudeC
      cowboysdude
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 115
    • 116
    • 4 / 116