Just finished my 1st watchface. Everything seem to be working fine except the move bar
The screen redraw works fine
It seem that the variable does not update to the new values when getting the movebar status
var info = ActivityMonitor.getInfo();
var movePercent = info.moveBarLevel;
When using the movePercent is stays on "0" untill I go to "Reset app settings"
Can someone please help cause its driving me nuts that everything works and draws and updates except this variable