본문 바로가기

node-red

send telegram message in node-red Node-Red 상에서 텔레그램으로 채널 메세지 보내기 순서 1. 봇생성 BotFather 채팅방에서 /newbot 봇이름은 _bot으로 끝나야함 2. 내 계정으로 채널 생성 3. 채널에 봇추가 4. 채널을 비공개 설정 후 다음 블로그 참조 gist.github.com/mraaroncruz/e76d19f7d61d59419002db54030ebe35 Get the Telegram channel ID Get the Telegram channel ID. GitHub Gist: instantly share code, notes, and snippets. gist.github.com 5. 노드레드에서 텔레그램 send에 정보 등록 6.function 스크립트 등록 msg.payload ={}; msg.payloa..
윈도우에서 node-red 설치 및 서비스로 실행 윈도우에서 node-red 설치 후 백그라운드로 돌아갈 수 있게 설정하기 1. node.js 설치 윈도우7 32비트에 node.js 설치 시 14.15.3 LTS는 설치되지 않아 node-v12.20.0-x86 설치 2. node-red 설치 (node-red 공식 홈 참조) nodered.org/docs/getting-started/windows#2-install-node-red Running on Windows : Node-RED Running on Windows This page gives specific instructions on setting up Node-RED in a Microsoft Windows environment. The instructions are specific to Wind..
NodeRed Dashboard 삭제 방법 노드레드 dashboard 설치 후 삭제 시 팔렛트에 uninstall 버튼이 없음.... 참고 사이트 https://discourse.nodered.org/t/dashboard-missing-after-update/16979 Dashboard missing after update Oh dear, so I have just updated the node-red-dashboad node (I only wanted a GUI spacer !!?!) from the palette manager and all the GUI nodes are now missing from the palette after a few restarts, and the designer is not happy: I cant remove ..