# Latest

**URL:** https://discourse.nodered.org/latest.md?no_subcategories=false&page=44

[Latest](https://discourse.nodered.org/latest.md) · [Categories](https://discourse.nodered.org/categories.md) · [Tags](https://discourse.nodered.org/tags.md)

**Page:** 45

---

## [N8n pull 180m Series-C on a 2.5B valuation](https://discourse.nodered.org/t/n8n-pull-180m-series-c-on-a-2-5b-valuation/99339)

<div class="topic-metadata">

**Author:** [@gregorius](https://discourse.nodered.org/u/gregorius)\
**Replies:** 11\
**Last updated:** [10 October 2025 15:32 UTC](https://discourse.nodered.org/t/n8n-pull-180m-series-c-on-a-2-5b-valuation/99339 "2025-10-10T15:32:30Z")

</div>

Hi There, Over at HN there is a discussion around n8n latest C series investment round. Looking at their pivot towards AI and the investor list, I would see this as a pump & dump aiming for a selling off to one of the …

---

## [Creating an Interactive ChatGPT-like Chatbot in Node-RED](https://discourse.nodered.org/t/creating-an-interactive-chatgpt-like-chatbot-in-node-red/99343)

<div class="topic-metadata">

**Author:** [@LoganathanSambath](https://discourse.nodered.org/u/LoganathanSambath)\
**Replies:** 2\
**Last updated:** [10 October 2025 10:12 UTC](https://discourse.nodered.org/t/creating-an-interactive-chatgpt-like-chatbot-in-node-red/99343 "2025-10-10T10:12:06Z")

</div>

I want to build a ChatGPT-style interactive chatbot inside Node-RED that allows users to type a question and get smart, conversational replies — just like the real ChatGPT interface. The chatbot should connect directly …

---

## [Indicate disabled nodes in dashboard 2 sidebar](https://discourse.nodered.org/t/indicate-disabled-nodes-in-dashboard-2-sidebar/99315)

<div class="topic-metadata">

**Author:** [@jbudd](https://discourse.nodered.org/u/jbudd)\
**Replies:** 4\
**Last updated:** [9 October 2025 23:08 UTC](https://discourse.nodered.org/t/indicate-disabled-nodes-in-dashboard-2-sidebar/99315 "2025-10-09T23:08:53Z")

</div>

Chatgpt and I have been "collaborating" on a ui-template layout. It's an iterative process whereby she fixes one issue and recreates two earlier ones. So I frequently make a copy of the relevant nodes and disable them a…

---

## [NodeRed receives no value when one is returned by serial request](https://discourse.nodered.org/t/nodered-receives-no-value-when-one-is-returned-by-serial-request/99324)

<div class="topic-metadata">

**Author:** [@Kepler7894i](https://discourse.nodered.org/u/Kepler7894i)\
**Replies:** 4\
**Last updated:** [9 October 2025 14:57 UTC](https://discourse.nodered.org/t/nodered-receives-no-value-when-one-is-returned-by-serial-request/99324 "2025-10-09T14:57:03Z")

</div>

I have a PIC24 connected to a sensor that is programmed with a custom driver to send data when a '?\\r' is sent as a request "0x3F0D". I've confirmed NodeRed is connected to the right serial port and that data is sending…

---

## [Help please Flows stopped due to missing node types](https://discourse.nodered.org/t/help-please-flows-stopped-due-to-missing-node-types/99328)

<div class="topic-metadata">

**Author:** [@montyfert](https://discourse.nodered.org/u/montyfert)\
**Replies:** 2\
**Last updated:** [9 October 2025 14:40 UTC](https://discourse.nodered.org/t/help-please-flows-stopped-due-to-missing-node-types/99328 "2025-10-09T14:40:32Z")

</div>

hi rebooted my pi today and now node red wont work properly , i kepp getting (Flows stopped due to missing node types.) any help would be much appreciated thanks martin

---

## [How to spawn C code using exec](https://discourse.nodered.org/t/how-to-spawn-c-code-using-exec/99273)

<div class="topic-metadata">

**Author:** [@pedro\_uno](https://discourse.nodered.org/u/pedro_uno)\
**Replies:** 9\
**Last updated:** [9 October 2025 14:01 UTC](https://discourse.nodered.org/t/how-to-spawn-c-code-using-exec/99273 "2025-10-09T14:01:17Z")

</div>

Hello, I am having trouble launching a C program in spawn mode using an exec node. I created a simplified example where a button starts the exec node. Unfortunately when I run it, I always get an error with return c…

---

## [Dashboard 2 line chart data format](https://discourse.nodered.org/t/dashboard-2-line-chart-data-format/99304)

<div class="topic-metadata">

**Author:** [@pedro\_uno](https://discourse.nodered.org/u/pedro_uno)\
**Replies:** 9\
**Last updated:** [9 October 2025 13:47 UTC](https://discourse.nodered.org/t/dashboard-2-line-chart-data-format/99304 "2025-10-09T13:47:48Z")

</div>

Hello, For reasons unrelated to this question I need to migrate a flow from Dashboard 1 to Dashboard 2. In Dashboard 1, I was feeding instrument data to a chart node, repetitively to make a waveform viewer that looked …

---

## [Dropdown show all selected entries](https://discourse.nodered.org/t/dropdown-show-all-selected-entries/99332)

<div class="topic-metadata">

**Author:** [@Hubertus](https://discourse.nodered.org/u/Hubertus)\
**Replies:** 1\
**Last updated:** [9 October 2025 10:16 UTC](https://discourse.nodered.org/t/dropdown-show-all-selected-entries/99332 "2025-10-09T10:16:55Z")

</div>

Hi, I use the dropdown menu to select from a wide range of devices. To save space on the dashboard, it would be helpful to have an option to display only the selected entries in the dropdown menu itself, as in Dashbo…

---

## [Quick bit of help with cronplus](https://discourse.nodered.org/t/quick-bit-of-help-with-cronplus/99322)

<div class="topic-metadata">

**Author:** [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)\
**Replies:** 5\
**Last updated:** [9 October 2025 05:56 UTC](https://discourse.nodered.org/t/quick-bit-of-help-with-cronplus/99322 "2025-10-09T05:56:39Z")

</div>

And it is a great node! I am wanting to make a schedule for (example) the LAST day of the month. I know of the L option for Last.... But not exactly how to apply it here. There is an example for the Last Monday of th…

---

## [Serve a .txt file at a static https: URL](https://discourse.nodered.org/t/serve-a-txt-file-at-a-static-https-url/99314)

<div class="topic-metadata">

**Author:** [@JeremyCee](https://discourse.nodered.org/u/JeremyCee)\
**Replies:** 4\
**Last updated:** [8 October 2025 20:05 UTC](https://discourse.nodered.org/t/serve-a-txt-file-at-a-static-https-url/99314 "2025-10-08T20:05:15Z")

</div>

We're hoping to leverage our FlowFuse instance as middleware between certain UIs and an ecommerce/payment gateway. One of the providers needs us to "Verify" all of the domains that will be called out to in a transaction…

---

## [Make a duplicate flow](https://discourse.nodered.org/t/make-a-duplicate-flow/6996)

<div class="topic-metadata">

**Author:** [@Leroxy](https://discourse.nodered.org/u/Leroxy)\
**Replies:** 9\
**Last updated:** [8 October 2025 19:15 UTC](https://discourse.nodered.org/t/make-a-duplicate-flow/6996 "2025-10-08T19:15:39Z")

</div>

I would like to duplicate flows as fast as I can delete them. And when I mess up I can just disable them again.

---

## [Dashboard 2, chart node configured as bar](https://discourse.nodered.org/t/dashboard-2-chart-node-configured-as-bar/99316)

<div class="topic-metadata">

**Author:** [@Hobbe](https://discourse.nodered.org/u/Hobbe)\
**Replies:** 2\
**Last updated:** [8 October 2025 15:36 UTC](https://discourse.nodered.org/t/dashboard-2-chart-node-configured-as-bar/99316 "2025-10-08T15:36:16Z")

</div>

Hello! In dashboard 2 with a chart node with Chart Configuration as Bar, is the maximum number of bars sixteen? Regards // Hobbe

---

## [Dynamic serial port configuration](https://discourse.nodered.org/t/dynamic-serial-port-configuration/99311)

<div class="topic-metadata">

**Author:** [@vapourlyric](https://discourse.nodered.org/u/vapourlyric)\
**Replies:** 2\
**Last updated:** [8 October 2025 14:40 UTC](https://discourse.nodered.org/t/dynamic-serial-port-configuration/99311 "2025-10-08T14:40:32Z")

</div>

Hi everyone! I have a serial in node from node-red-node-serialport (2.0.3) that works as expected. Unfortunately, the serial port, which is in my case "/dev/ttymxc3", needs to be configured also in other parts of my Nod…

---

## [Node RED OPC UA Server error](https://discourse.nodered.org/t/node-red-opc-ua-server-error/99297)

<div class="topic-metadata">

**Author:** [@d.morani](https://discourse.nodered.org/u/d.morani)\
**Replies:** 10\
**Last updated:** [8 October 2025 14:18 UTC](https://discourse.nodered.org/t/node-red-opc-ua-server-error/99297 "2025-10-08T14:18:19Z")

</div>

You should set your own key using the 'credentialSecret' option in your settings file. Node-RED will then re-encrypt your credentials file using your chosen key the next time you deploy a change. 7 Oct 14:45:33 - \[warn…

---

## [eCharts default colours](https://discourse.nodered.org/t/echarts-default-colours/99312)

<div class="topic-metadata">

**Author:** [@gerrybartley](https://discourse.nodered.org/u/gerrybartley)\
**Replies:** 0\
**Last updated:** [8 October 2025 13:54 UTC](https://discourse.nodered.org/t/echarts-default-colours/99312 "2025-10-08T13:54:10Z")

</div>

Is there a settings file for the defaults on the new eCharts I want to change the default Grid line color to be different I have a lot of existing charts and don't want to configure them one by one

---

## [\[Need Advice\]: Loading resources by a node](https://discourse.nodered.org/t/need-advice-loading-resources-by-a-node/99176)

<div class="topic-metadata">

**Author:** [@GogoVega](https://discourse.nodered.org/u/GogoVega)\
**Replies:** 14\
**Last updated:** [8 October 2025 13:48 UTC](https://discourse.nodered.org/t/need-advice-loading-resources-by-a-node/99176 "2025-10-08T13:48:10Z")

</div>

Hi all, I'm having a small issue with my nodes and would like your advice. To avoid duplicating my code, I've separated some logic into two resources, and I'd like my nodes to load these resource before building themse…

---

## [Calendar google](https://discourse.nodered.org/t/calendar-google/99310)

<div class="topic-metadata">

**Author:** [@Le-Ze](https://discourse.nodered.org/u/Le-Ze)\
**Replies:** 0\
**Last updated:** [8 October 2025 07:47 UTC](https://discourse.nodered.org/t/calendar-google/99310 "2025-10-08T07:47:47Z")

</div>

Hi. I try to read my scheduled tasks. I tried this and doesn't work. You can confirm that it is functional and I make a mistake. Thank you.

---

## [Strange light gray node](https://discourse.nodered.org/t/strange-light-gray-node/99305)

<div class="topic-metadata">

**Author:** [@Filip\_Top](https://discourse.nodered.org/u/Filip_Top)\
**Replies:** 3\
**Last updated:** [7 October 2025 20:40 UTC](https://discourse.nodered.org/t/strange-light-gray-node/99305 "2025-10-07T20:40:00Z")

</div>

What is this light gray node? Because of this I cannot make any new connections between nodes

---

## [Gauge's for Dashboard 2.0 made with ui\_template](https://discourse.nodered.org/t/gauges-for-dashboard-2-0-made-with-ui-template/85955)

<div class="topic-metadata">

**Author:** [@hotNipi](https://discourse.nodered.org/u/hotNipi)\
**Replies:** 159\
**Last updated:** [7 October 2025 20:00 UTC](https://discourse.nodered.org/t/gauges-for-dashboard-2-0-made-with-ui-template/85955 "2025-10-07T20:00:38Z")

</div>

Type linear, round, vertical, or artless. Code is HERETEMPLATE: \<template\> \<div\> \<template v-if="type === 'round'"\> \<div ref="hng" class="ro…

---

## [Building an HTML server with sessions](https://discourse.nodered.org/t/building-an-html-server-with-sessions/99302)

<div class="topic-metadata">

**Author:** [@mikemelga](https://discourse.nodered.org/u/mikemelga)\
**Replies:** 2\
**Last updated:** [7 October 2025 19:01 UTC](https://discourse.nodered.org/t/building-an-html-server-with-sessions/99302 "2025-10-07T19:01:05Z")

</div>

Hi. I have a flow with an http in node and response node where I feed the user x some variables read from a database (like is name, for example) after a login. I then have a websocket in and out that updates those vari…

---

## [Node-red-pushsafer 1.0.4 Crash](https://discourse.nodered.org/t/node-red-pushsafer-1-0-4-crash/99278)

<div class="topic-metadata">

**Author:** [@ZenSlo](https://discourse.nodered.org/u/ZenSlo)\
**Replies:** 1\
**Last updated:** [7 October 2025 16:44 UTC](https://discourse.nodered.org/t/node-red-pushsafer-1-0-4-crash/99278 "2025-10-07T16:44:15Z")

</div>

Hi, I have been using node-red-pushsafer 1.0.4 for several years from Node-Red within Home Assistant without problem, with messages going to both my Android phone and my Windows 10 PC. Yesterday I added a guest account…

---

## [Installing modules without internet connection](https://discourse.nodered.org/t/installing-modules-without-internet-connection/99280)

<div class="topic-metadata">

**Author:** [@biancahuertas](https://discourse.nodered.org/u/biancahuertas)\
**Replies:** 3\
**Last updated:** [7 October 2025 16:35 UTC](https://discourse.nodered.org/t/installing-modules-without-internet-connection/99280 "2025-10-07T16:35:58Z")

</div>

Hi, I was trying to get help with installing new nodes offline. I figured I could download the node packages on a pc with internet connection and then just move the file to the pc with access to NodeRED on it. Turns out …

---

## [Request for Ideas - "Node-RED Academy: Building Applications"](https://discourse.nodered.org/t/request-for-ideas-node-red-academy-building-applications/98454)

<div class="topic-metadata">

**Author:** [@joepavitt](https://discourse.nodered.org/u/joepavitt)\
**Replies:** 17\
**Last updated:** [7 October 2025 15:59 UTC](https://discourse.nodered.org/t/request-for-ideas-node-red-academy-building-applications/98454 "2025-10-07T15:59:17Z")

</div>

Hi All, I’m in the process of planning out the next Node-RED Academy course - Building Applications. The plan here is to cover the end-to-end components that build a full application. Roughly speaking, the chapters are …

---

## [Enable require() in Node.js Functions on FlowFuse Instance(s)](https://discourse.nodered.org/t/enable-require-in-node-js-functions-on-flowfuse-instance-s/99301)

<div class="topic-metadata">

**Author:** [@JeremyCee](https://discourse.nodered.org/u/JeremyCee)\
**Replies:** 2\
**Last updated:** [7 October 2025 14:59 UTC](https://discourse.nodered.org/t/enable-require-in-node-js-functions-on-flowfuse-instance-s/99301 "2025-10-07T14:59:48Z")

</div>

We're attempting to build a workflow where we need to validate the incoming webhook POST with a hashed value that's calculated from a shared key. We're currently leveraging the node-red-contrib-crypto-js module but it r…

---

## [How to integrate mjpeg stream into node red dashboard](https://discourse.nodered.org/t/how-to-integrate-mjpeg-stream-into-node-red-dashboard/99299)

<div class="topic-metadata">

**Author:** [@ali](https://discourse.nodered.org/u/ali)\
**Replies:** 0\
**Last updated:** [7 October 2025 13:34 UTC](https://discourse.nodered.org/t/how-to-integrate-mjpeg-stream-into-node-red-dashboard/99299 "2025-10-07T13:34:44Z")

</div>

I am running an mjpeg stream for my pi camera 3 using the following code : import io import logging import socketserver from http import server from threading import Condition from picamera2 import Picamera2 from picam…

---

## [I want my great my code dashboard to dashboard2.0](https://discourse.nodered.org/t/i-want-my-great-my-code-dashboard-to-dashboard2-0/99295)

<div class="topic-metadata">

**Author:** [@radhakrishna](https://discourse.nodered.org/u/radhakrishna)\
**Replies:** 1\
**Last updated:** [7 October 2025 13:05 UTC](https://discourse.nodered.org/t/i-want-my-great-my-code-dashboard-to-dashboard2-0/99295 "2025-10-07T13:05:43Z")

</div>

Dear Team, Migration my code which is dashboard to same as dashboard2.0.kindly suggest what are steps to flow Thanks & Regards, Radhakrishna.P

---

## [Can not change the hint color of the v-text-field and v-select in Node-RED](https://discourse.nodered.org/t/can-not-change-the-hint-color-of-the-v-text-field-and-v-select-in-node-red/99292)

<div class="topic-metadata">

**Author:** [@Kang](https://discourse.nodered.org/u/Kang)\
**Replies:** 1\
**Last updated:** [7 October 2025 11:10 UTC](https://discourse.nodered.org/t/can-not-change-the-hint-color-of-the-v-text-field-and-v-select-in-node-red/99292 "2025-10-07T11:10:34Z")

</div>

Hi, sir Here is my code, and it is strange that the hint color is changed to orange in VPlay, however the hint color remains the same in my dashboard2. Pls find this picture for the difference: \<template\> \<div cl…

---

## [Node-RED Con 2025 - Registrations are now open!](https://discourse.nodered.org/t/node-red-con-2025-registrations-are-now-open/98768)

<div class="topic-metadata">

**Author:** [@Yndira-E](https://discourse.nodered.org/u/Yndira-E)\
**Replies:** 5\
**Last updated:** [7 October 2025 11:02 UTC](https://discourse.nodered.org/t/node-red-con-2025-registrations-are-now-open/98768 "2025-10-07T11:02:59Z")

</div>

Hi everyone, The time has come! Registrations for the free online conference, Node-RED Con 2025, are now officially open. Join us on November 4 for a day of talks on Node-RED applications in industry and fun community …

---

## [The agenda for this year’s Node-RED Community Conference is now published!](https://discourse.nodered.org/t/the-agenda-for-this-year-s-node-red-community-conference-is-now-published/99160)

<div class="topic-metadata">

**Author:** [@Yndira-E](https://discourse.nodered.org/u/Yndira-E)\
**Replies:** 2\
**Last updated:** [7 October 2025 11:02 UTC](https://discourse.nodered.org/t/the-agenda-for-this-year-s-node-red-community-conference-is-now-published/99160 "2025-10-07T11:02:36Z")

</div>

We’ve got a fantastic set of talks lined up — covering everything from industrial automation and utilities to finance and smart homes. I’m looking forward to seeing the community come together on 4 November. Here's a s…

---

## [Suppress warning "You have some unused configuration nodes" (but they are used!)](https://discourse.nodered.org/t/suppress-warning-you-have-some-unused-configuration-nodes-but-they-are-used/99281)

<div class="topic-metadata">

**Author:** [@GiovanniG](https://discourse.nodered.org/u/GiovanniG)\
**Replies:** 5\
**Last updated:** [7 October 2025 10:05 UTC](https://discourse.nodered.org/t/suppress-warning-you-have-some-unused-configuration-nodes-but-they-are-used/99281 "2025-10-07T10:05:22Z")

</div>

Hi, this message disturbs me each time I deploy, showing the list of "unused" nodes it shows me 2 nodes which are used and vital for my flow, I can't remove or disable them. One is the control node of node-red-contrib-tu…

[Previous page](https://discourse.nodered.org/latest.md?no_subcategories=false&page=43)

[Next page](https://discourse.nodered.org/latest.md?no_subcategories=false&page=45)
