Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ymon = peripheral.wrap("right")
- ymon.setTextScale(6)
- term.redirect(ymon)
- while true do
- sleep(1)
- term.setCursorPos(1,1)
- write(http.get("http://www.timeapi.org/cet/now?format=%20%25I:%25M:%25S").readAll())
- end
- term.restore()
Add Comment
Please, Sign In to add comment