Lcd display with blynk data

Okay, my guess is that your device is failing to connect to the Blynk server, but we’d need to see your serial output to confirm that.
Copy the text from your serial monitor, and paste it here (once again with triple backticks at the beginning and end).

It would be helpful if you provided…

You obviously aren’t using the latest version of the Blynk library, because that requires these lines of code to be at the very top of your sketch…

So, you should update to the latest version of the Blynk library and move these lines of code.

Assuming that you are using an Arduino Uno, SoftwareSerial on the Uno can’t reliably support emulating a serial port with this baud rate…

More info on that here…

Pete.