Create your own Escape Room control software using Node RED

  Рет қаралды 29,848

Playful Technology

Playful Technology

Күн бұрын

Пікірлер: 51
@pythonexplorer5512
@pythonexplorer5512 3 жыл бұрын
Another superb video from someone who understands their subject so well and can explain it just as well.
@deancouture7096
@deancouture7096 5 жыл бұрын
The best channel on KZbin
@miguelcorderos
@miguelcorderos 5 жыл бұрын
Love the time and effort you are putting in this channel
@michaelbluecastlestudio665
@michaelbluecastlestudio665 3 жыл бұрын
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...
@bishopcullen1819
@bishopcullen1819 3 жыл бұрын
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!
@hassanruben1019
@hassanruben1019 3 жыл бұрын
@Bishop Cullen Instablaster ;)
@bishopcullen1819
@bishopcullen1819 3 жыл бұрын
@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.
@bishopcullen1819
@bishopcullen1819 3 жыл бұрын
@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 !
@hassanruben1019
@hassanruben1019 3 жыл бұрын
@Bishop Cullen no problem xD
@JBCK
@JBCK 5 жыл бұрын
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!
@PlayfulTechnology
@PlayfulTechnology 5 жыл бұрын
There hasn't been anything yet I've thought of it couldn't handle!
@JonBck
@JonBck 5 жыл бұрын
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.
@OthmanAlikhan
@OthmanAlikhan 3 жыл бұрын
Thanks for the video, lovely explanation and a very interesting use case =)
@DaveyRaaijmakers
@DaveyRaaijmakers 4 жыл бұрын
Thanks man, super nice video. I have watched It entirely, and will test it in my room.
@pauloguimaraes9083
@pauloguimaraes9083 4 жыл бұрын
Ah, great explanation. It will help me a lot on my wash machine project.
@jamescullins2709
@jamescullins2709 4 жыл бұрын
Outstanding, presentation. Very clear.
@johnacsyen
@johnacsyen 4 жыл бұрын
Thanks for the time to create this video.
@Tehral
@Tehral 4 жыл бұрын
Could you put the code in the into the description? the timer would be helpfull for complet noobs like me
@moonunity1474
@moonunity1474 5 жыл бұрын
thank you very much. good job.
@nathangrange8473
@nathangrange8473 4 жыл бұрын
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...
@SonicFan147
@SonicFan147 8 ай бұрын
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
@darwing6417
@darwing6417 7 ай бұрын
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.
@nathangrange8473
@nathangrange8473 4 жыл бұрын
Is there a facebook or subreddit etc? Where's a good place to go and ask questions / get help with setting up?
@ganjaph
@ganjaph 4 жыл бұрын
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.
@nickknows82
@nickknows82 4 жыл бұрын
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!!
@PlayfulTechnology
@PlayfulTechnology 4 жыл бұрын
It should all be on the github wiki? github.com/playfultechnology/node-redscape/wiki/Game-Timer-and-Clue-Display
@nathangrange8473
@nathangrange8473 4 жыл бұрын
@@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?
@nathangrange8473
@nathangrange8473 4 жыл бұрын
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; }
@pauloguimaraes9083
@pauloguimaraes9083 4 жыл бұрын
Where can I find the Jason file to import it?
@modelrailwaytheeasyway9743
@modelrailwaytheeasyway9743 4 жыл бұрын
Great video thanks for showing this. Is the code for this available please.
@goldrickfalko8935
@goldrickfalko8935 5 жыл бұрын
Great Video, well done!
@Thrice1337
@Thrice1337 3 жыл бұрын
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.
@Lennings82
@Lennings82 Жыл бұрын
i get this message when i try to run "Your flow credentials file is encrypted using a system-generated key"
@TheNCGardener
@TheNCGardener 3 жыл бұрын
How can you reset the clock/game when it runs down to zero?
@michielprins1883
@michielprins1883 5 жыл бұрын
Good stuff, again!
@Game-kz6hh
@Game-kz6hh 2 жыл бұрын
Anyone figure out how to set the template to display a nice timer in the room?
@jesus17158
@jesus17158 3 жыл бұрын
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.
@jesus17158
@jesus17158 3 жыл бұрын
nvm I found the problem the code goes into the message box.
@LeeAlder
@LeeAlder 5 жыл бұрын
Very nice!! Did you publish the code?
@changiztavakoli9446
@changiztavakoli9446 3 жыл бұрын
Thanks for sharing.
@LeeAlder
@LeeAlder 3 жыл бұрын
Could you share the html for the timer screen?
@KrazeeKraftZ
@KrazeeKraftZ Жыл бұрын
Awesome content, as usual I'm years behind!! How do we contact you with questions, I am supporting you on patreon!
@PlayfulTechnology
@PlayfulTechnology Жыл бұрын
I'm actually about to post a new video on this subject... but you can always message me through Patreon!
@escapop
@escapop 5 жыл бұрын
I love it! Would this software have a visual interface?
@TheKsbdude
@TheKsbdude 5 жыл бұрын
Great Video
@hammershigh
@hammershigh 4 жыл бұрын
The global variable lastTickTime should be currentTime.
@SmartHomeMakers
@SmartHomeMakers 3 жыл бұрын
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
@uniacke Жыл бұрын
please stop skipping critical steps, it makes the videos border line pointless if we don't actually get a result at the end.
@jjlaws1
@jjlaws1 4 жыл бұрын
Anyone figure out how to set the template to display a nice timer in the room?
@arnebirger1
@arnebirger1 3 жыл бұрын
I am looking for the same. Have you found a solution?
@Game-kz6hh
@Game-kz6hh 2 жыл бұрын
@@arnebirger1 Anyone figure out how to set the template to display a nice timer in the room?
DMX Lighting Control with Arduino and Node-RED
39:09
Playful Technology
Рет қаралды 36 М.
Can you solve this real-life "Connections" word puzzle?
44:22
Playful Technology
Рет қаралды 2,5 М.
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 13 МЛН
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Это было очень близко...
00:10
Аришнев
Рет қаралды 5 МЛН
Mom had to stand up for the whole family!❤️😍😁
00:39
"Orbital" Arduino Escape Room Puzzle Prop
38:12
Playful Technology
Рет қаралды 4,3 М.
Create Optical Illusions using Artificial Intelligence!
5:03
Playful Technology
Рет қаралды 2,3 М.
"SafeCracker" Escape Room Puzzle Tutorial
42:18
Playful Technology
Рет қаралды 2,8 М.
Escape Room Puzzle Tutorial - The "Fortune Teller's Crystal Ball"
49:48
Playful Technology
Рет қаралды 4,8 М.
"Puzzling Paintings" Escape Room Puzzle Tutorial
15:35
Playful Technology
Рет қаралды 3,1 М.
Escape Room Puzzle Tutorial - "Make The Flowers Grow"
35:21
Playful Technology
Рет қаралды 3,2 М.
Timed Buttons Escape Room Puzzle Tutorial
20:32
Playful Technology
Рет қаралды 2,5 М.
Wiring Programmable LEDs
12:15
Playful Technology
Рет қаралды 2 М.
Build your own "X-Ray Scanner"!
33:51
Playful Technology
Рет қаралды 5 М.
Apple-Designer aktualisieren das iPhone-Design 😂
0:13
Abuloris
Рет қаралды 4,2 МЛН
Новый MacBook Air M2 разрядился в коробке!
1:00