Conversation
supportHi, I want to ask you if is possible to add dynamic content to this plugin like : current_hour = time.strptime(time.ctime(time.time())).tm_hour if current_hour < 12 : print “Good Morning!” elif current_hour == 12 : print “Good Noon!” elif current_hour > 12 and current_hour < 18 : print “Good AfterNoon!” elif current_hour >= 18 : print “Good Evening! I try to do something similar : https://bison.studio/start-a-project I hope you can help me 🙂 Thank you
Since this is a block, this is just possible with another block rendered inside of it.
Since this is a block, this is just possible with another block rendered inside of it.