If your screen is flickering every minute, it might be due to an issue in the backend. One of the most common causes is a JavaScript column that is related to a date function within the code.
Why Is This Happening?
The JavaScript code is likely checking the status and updating every minute, which causes the screen to flicker as it refreshes.
How to Troubleshoot?
Identify the JavaScript Column: If you have a JavaScript column that references a date or time, it is highly likely the root cause.
Test by Removing the JavaScript Column:
Copy the JavaScript code somewhere safe.
Delete the JavaScript column.
Check if the flickering issue persists.
Confirm the Cause:
If the flickering stops after deleting the JavaScript column, then it was the culprit.
How to Fix It?
If the issue is confirmed to be caused by the JavaScript column, consider these workarounds:
Use a Math Column instead of JavaScript if possible.
Reduce the Update Frequency by optimizing the script.