I am using Arduino Nano and NodeMCU fro my IoT Air Analyzer Project using MQ Sensors. What I want to do is to display my gas readings on the LCD and have it displayed in my Thingspeak channel. While I have no problems with having my readings shown in LCD, the problem is that my data is not getting uploaded to the Thingspeak channel. I have two codes: One for Arduino Nano and One for NodeMCU. I am using ArduinoJson version 5.13.5 and SoftwareSerial library as well.