Skip to content
Fastkids

NerdBlog

  • Home
  • About
  • Blog
  • Contact

Category: Node Red

Node Red

Node Red basic installation

by : adminSeptember 18, 2020September 18, 2020Leave a Comment on Node Red basic installation

Node Red is a programming tool for writing together hardware devices, APIs and online services in a flow-chart way. I installed Node Red as a docker on my Synology 1010+.– Open DSM, go to package Center and search for Docker– Install Docker and open the app -At the Registry tab, search for node-red and download […]

Node Red

Clock on Node Red Dashboard

by : adminSeptember 18, 2020September 18, 20201 Comment on Clock on Node Red Dashboard

In my Node Red Dashboard I display a Clock and the date. I live in the Netherlands so I had to convert UTC time to CET. This is done by the use of the moment node. I have created a timer, that runs my function every 5 seconds. So the time is updated every 5 […]

Node Red

My Node Red Dashboard

by : adminSeptember 18, 2020September 18, 2020Leave a Comment on My Node Red Dashboard

I created a Node Red Dashboard, which is shown on an iPad mini (1st generation) to control smart things in my home. I will create some blogs where I explain how I made some blocks. The links can be found below: https://www.fastkids.nl/node-red/clock-on-node-red-dashboard/ The complete source code can be found here (tokens are changed for security […]