After a pretty hard error from my system blocking the use of screenshotting (idk why dude), node-red would not start until I deleted nodejs and reinstalled, now it launches, but when I press deploy, it says it worked but nothing on the computer actually happened. help
C:\Users\jimdi>node-red
3 May 16:55:28 - [info]
Welcome to Node-RED
===================
3 May 16:55:28 - [info] Node-RED version: v2.2.2
3 May 16:55:28 - [info] Node.js version: v16.15.0
3 May 16:55:28 - [info] Windows_NT 10.0.19043 x64 LE
3 May 16:55:29 - [info] Loading palette nodes
3 May 16:55:30 - [info] Settings file : C:\Users\jimdi\.node-red\settings.js
3 May 16:55:30 - [info] Context store : 'default' [module=memory]
3 May 16:55:30 - [info] User directory : \Users\jimdi\.node-red
3 May 16:55:30 - [warn] Projects disabled : editorTheme.projects.enabled=false
3 May 16:55:30 - [info] Flows file : \Users\jimdi\.node-red\flows.json
3 May 16:55:30 - [info] Creating new flow file
**3 May 16:55:30 - [info] Server now running at** an IP i think so im not just gonna show that
3 May 16:55:30 - [info] Starting flows
3 May 16:55:30 - [info] Started flows
Those paths look a little weird - any windows users out there can confirm that is how we display them ? I would expect - C:\Users\jimdi.node-red\settings.js with a \ before the .node-red
4 May 07:54:09 - [info] Started flows
4 May 07:54:58 - [info] Stopping flows
4 May 07:54:58 - [info] Stopped flows
4 May 07:54:58 - [info] Starting flows
4 May 07:54:58 - [info] Started flows
This is what happens every time btw, doesn't matter what I do
Also credentials file is encrypted and idk why that happens
Flows start automatically after you press "Deploy", the flow you posted above is waiting for you to press the button on the left of the inject mode. You can then try setting automatic inject intervalls. Watch the debug pane to see what is happening.
I recommend watching this playlist: Node-RED Essentials. The videos are done by the developers of node-red. They're nice & short and to the point. You will understand a whole lot more in about 1 hour. A small investment for a lot of gain.