Node-Red flow examples

Here is an extreme refinement of my smart flow that define the direction of moving of a shutter managed by a single button.

It takes the latest move as the new reference of the direction, it inverts it when fully closed or fully opened, it toggles it when long click, if no move or no long click for 15 minutes and if not fully closed or opened then it choses the default direction according to day time or night time, it is resilient to Home Assistant or Node-Red restart.

Hi everyone, this is my flow for Aqara G3 camera, it contains post and get method with variables.

may it help someone, or suggestions are welcome. bye

Hello. I’m new to Node-Red. Alot of the examples I find just give what appears to be a single line of code or parameters inside [{“id”: etc }]
Some, will show a screenshot of the nodes in the flow.
Very few show the property windows of those nodes in the GUI

as an example:
Trigger a flow at a specific time : Node-RED.
if i click “show flow” in that, it gives code/parameters etc. whatever it is.

I can’t even find in Node-Red where to find those code/parameters

For me, this is very confusing for a beginner and very confusing why no tutorials or vids seem to open with "Hey, here’s how you find the code properties of this node/flow and why it’s not obvious to find it if that’s what people prefer to use when communicating their samples/examples

Anyone able to help me get up to speed with that? All I can see are visual flows and GUI elements

https://nodered.org/docs/user-guide/editor/workspace/import-export

ok, so this is telling me the code is JSON

and then i could import those examples into a new flow to examine.

that’s helpful. thanks