@cyberphox Well hey what could happen? LOL I’ll try it out!
Read the statement by Michael Teeuw here.
Posts
-
RE: Here's what I'm going to do...
-
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.
-
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?
-
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.
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!! :)
-
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?
-
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]
-
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 :)
-
RE: A new space module
-
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.
-
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 ECONNRESETSuggestions?
OK so nevermind for some strange reason it’s now connecting… interesting LOL
-
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 ;)
-
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.
-
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
-
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

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.
-
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.