Did you set the KWGT app battery to “Unrestricted” in your phone settings?
Using df(EEE) = mon will break the widget if the system language changes. Use day numbers instead—df(e) outputs 1 for Monday, 2 for Tuesday, etc. It works globally on any language.
Your corrected formula should look like this:$if(df(e)=1, #FF111111, df(e)=2, #FF222222, #FF333333)$
@MaxP I have unrestricted setting on and everything else works and changes as it should (I have other stuff changing with days too). Thanks I hadn’t realised about the English day names!
Ok, another problem I think I’m about to have that’s somewhat related to this..
I have created a font with “images” containing current weekday and if I use EEE to point to a specific image (letter) it won’t work unless english but if I use day number (e) there’s a problem when week is set to start on Sunday vs Monday right? I hope you understand how i mean..
0=Sat 1=Sun 2=Mon? This is driving me crazy the numbers corresponding to correct weekdays make no sense to me.
EDIT. I’m not sure but I think I got it now..
Here’s the setup I’m working on and you can see where I use weekdays to change color and “image”.