Another superb video from someone who understands their subject so well and can explain it just as well.
@miguelcorderos5 жыл бұрын
Love the time and effort you are putting in this channel
@michaelbluecastlestudio6653 жыл бұрын
I´m totally new to Node Red and its pretty impressive what you doing with it in your Videos. Thanks for sharing your know how...
@bishopcullen18193 жыл бұрын
I guess Im asking the wrong place but does someone know of a tool to get back into an instagram account..? I was dumb lost my password. I appreciate any help you can offer me!
@hassanruben10193 жыл бұрын
@Bishop Cullen Instablaster ;)
@bishopcullen18193 жыл бұрын
@Hassan Ruben Thanks so much for your reply. I found the site on google and Im waiting for the hacking stuff now. I see it takes a while so I will reply here later when my account password hopefully is recovered.
@bishopcullen18193 жыл бұрын
@Hassan Ruben It worked and I now got access to my account again. I'm so happy:D Thank you so much, you saved my ass !
@hassanruben10193 жыл бұрын
@Bishop Cullen no problem xD
@JBCK5 жыл бұрын
Nice walkthrough! I'm looking forward to see what you do with it in the future! I think this can be a really good tool for larger rooms, and especially for rooms you want to be able to change over time. I will probably be using it in my next escape room project as well!
@PlayfulTechnology5 жыл бұрын
There hasn't been anything yet I've thought of it couldn't handle!
@JonBck5 жыл бұрын
Where are you based by the way? I've been seeing your stuff and been thinking about what possibilities there would be to bring you over once we start working on our next things. We are looking at building escape rooms for one of the Swedish national museums.
@nathangrange84734 жыл бұрын
At 38:55 ish you delete the start, stop, etc buttons and say 'We don't need those any more" . But I can't see where you explain why we don't need them or why...
@DaveyRaaijmakers5 жыл бұрын
Thanks man, super nice video. I have watched It entirely, and will test it in my room.
@OthmanAlikhan3 жыл бұрын
Thanks for the video, lovely explanation and a very interesting use case =)
@pauloguimaraes90834 жыл бұрын
Ah, great explanation. It will help me a lot on my wash machine project.
@jamescullins27094 жыл бұрын
Outstanding, presentation. Very clear.
@SonicFan14710 ай бұрын
Hi Alister, I have been following this tutorial as part of my software development apprenticeship and have managed to progress through it very well! However, whenever I reset the timer, it always defaults to 00:06:00 instead of an hour and I'm not sure how to fix it as I am pretty much an absolute beginner with this kind of thing! Would it be something to do with editing part of the code linking to the format time as hh:mm:ss or something else? Thanks, Samantha
@darwing64179 ай бұрын
Try editing the change node connected to the Reset inject button (in the video it's labeled "set global.timeRemaining"). Change the number to 3600000 (5 zeroes), to make it 60 minutes. If yours was resetting to 6 minutes, you were likely just missing a zero.
@nathangrange84734 жыл бұрын
Is there a facebook or subreddit etc? Where's a good place to go and ask questions / get help with setting up?
@johnacsyen4 жыл бұрын
Thanks for the time to create this video.
@Tehral4 жыл бұрын
Could you put the code in the into the description? the timer would be helpfull for complet noobs like me
@goldrickfalko89355 жыл бұрын
Great Video, well done!
@pauloguimaraes90834 жыл бұрын
Where can I find the Jason file to import it?
@michielprins18835 жыл бұрын
Good stuff, again!
@Lennings82 Жыл бұрын
i get this message when i try to run "Your flow credentials file is encrypted using a system-generated key"
@TheNCGardener3 жыл бұрын
How can you reset the clock/game when it runs down to zero?
@modelrailwaytheeasyway97434 жыл бұрын
Great video thanks for showing this. Is the code for this available please.
@moonunity14745 жыл бұрын
thank you very much. good job.
@ganjaph5 жыл бұрын
Thank you for this video and idea! But as person without knowledge of JS its hard to understand the way of hardware device connection to this programm :D Hope to see next videos soon.
@LeeAlder3 жыл бұрын
Could you share the html for the timer screen?
@jesus171583 жыл бұрын
Its not populating the timer under the function node or on the UI page. I've triple checked everything and still cant get it to work. I noticed my function node input is different. It has a start and stop to input code is the only thing I can think of. If anyone could help would be greatly appreciated.
@jesus171583 жыл бұрын
nvm I found the problem the code goes into the message box.
@Thrice13373 жыл бұрын
Man, I wonder if I can get this working for my home tiki bar... so hard to find “show room” software that’s easy to use for a home hobbyist.
@nickknows825 жыл бұрын
I'm a Patreon supporter, but wondering if you wouldn't mind sharing the remainder of your CSS code for the timer. I'm not very good with CSS, and was hoping I could slow down your video enough to figure it out. No such luck. Keep up the Good work!!
@PlayfulTechnology4 жыл бұрын
It should all be on the github wiki? github.com/playfultechnology/node-redscape/wiki/Game-Timer-and-Clue-Display
@nathangrange84734 жыл бұрын
@@PlayfulTechnology I assume this is the css for the redscape project. But it doesn't seem to work with the specific example in the video. There seems to be 3 files needed - how / where do I create them? Is it possible to get a cut and paste of the actual css from the video to experiment / learn with?
@nathangrange84734 жыл бұрын
This is what I managed to glean from the video before the cut: ``` .background{ width:1920px; height:1080px; } .nr-dashboard-template{ padding:0; margin:0; width:100%; } .time-overlay{ text-align: center; position:absolute; margin:auto; width:100%; top:80px; font-size:300px; color:red; } md-toolbar{ display:none; } .outer-container{ width:100%; height:1000px; text-align:center; background } .inner-container{ display:inline-block; position:relative; width:100%; } md-content{ width:1920px; height:1080px; overflow:hidden; } #Room_Timer{ left:0; top:0; width:1920px; height:1080px; } #Room_Timer_cards > md-card{ overflow:hidden; }
@TheKsbdude5 жыл бұрын
Great Video
@LeeAlder5 жыл бұрын
Very nice!! Did you publish the code?
@changiztavakoli94463 жыл бұрын
Thanks for sharing.
@jjlaws14 жыл бұрын
Anyone figure out how to set the template to display a nice timer in the room?
@arnebirger13 жыл бұрын
I am looking for the same. Have you found a solution?
@Game-kz6hh3 жыл бұрын
@@arnebirger1 Anyone figure out how to set the template to display a nice timer in the room?
@escapop5 жыл бұрын
I love it! Would this software have a visual interface?
@KrazeeKraftZ2 жыл бұрын
Awesome content, as usual I'm years behind!! How do we contact you with questions, I am supporting you on patreon!
@PlayfulTechnology2 жыл бұрын
I'm actually about to post a new video on this subject... but you can always message me through Patreon!
@hammershigh4 жыл бұрын
The global variable lastTickTime should be currentTime.
@SmartHomeMakers3 жыл бұрын
Hey buddy! really love this idea of an escape room with node red! I do live streams on KZbin (smart home makers show) wondering if you would be interested to come as a guest!
@uniacke Жыл бұрын
please stop skipping critical steps, it makes the videos border line pointless if we don't actually get a result at the end.
@Game-kz6hh3 жыл бұрын
Anyone figure out how to set the template to display a nice timer in the room?