I have a script that works on vision for changing a background color from gray to a blue based on if the date of a tag matches the current date.
Now, I have restructured that code and I have been testing to see if I can get it to change the background color of some text, unsuccessfully.
It is showing that the background color should be of value (127, 165, 176)... but the background of the text remains a light gray.
My script is below, I have been testing with the date of "7/11/2024 16:15:02", since the tag value has a date of 7/11/2024. I know I will need to change this to "now()" at the end.
When I click the Link for the backgroundColor of the text the above is what I have. Below are the parameters I am using as well.