Scrolling Text questions- two panels

First, how do I get the date and time back? and second, is it possible to put different text on each of two panels?

A) wait for an update or use nightly build
B) set up two segments

Many thanks.
I am changing the segment name from Home Assistant using a REST command:

rest_command:
  wled_text:
  url: http://192.168.1.xxx/json/state
  method: POST
  payload: '{"seg": [{"n": "{{text}}" }]}'

“seg” refers to the default segment. How would I specify the second segment?

‘{“seg”: [{“id”:0 ,“n”: “{{text1}}”}]}’
‘{“seg”: [{“id”:1 ,“n”: “{{text2}}”}]}’

Great- thanks for the feedback.