In the settings of my Venu 3 I can setup a sleeping schedule and in the screen settings I can choose to use a dedicated watch face during these hours. I can only choose the one and only system watch face set by Garmin. I like to adapt my watch face during those hours. Implemented isNightModeAvailable, but I found that is about dark/light color settings in another discussion.
Is there a possiblity to use the hours of the sleeping app or another system setting to make this possible?
Thanks in advance!
inNightMode = System.getDeviceSettings().isNightModeEnabled; Error: Symbol Not Found Error Details: Could not find symbol 'isNightModeEnabled' Stack: - setNightMode() at C:\Users\benni\OneDrive\Documenten\garmindev\1xx\source\ttrView.mc:93 0x100010f2 - initialize() at C:\Users\benni\OneDrive\Documenten\garmindev\1xx\source\ttrView.mc:148 0x1000139f - getInitialView() at C:\Users\benni\OneDrive\Documenten\garmindev\1xx\source\ttrApp.mc:23 0x100030fa Encountered app crash.