Open many7695 opened 1 month ago
Hi @many7695, this probably has something to do with your color/background configuration in the script. Unfortunately I could not reproduce the problem. Can you take a screenshot or copy the affected lines here (lines 35-80)?
Kind regards Evan
Here the copied lines // Default: true const SHOW_LIVE_SCORES = true;
// Indicator if all scores and stats should be shown. // If you don't want to be spoilered set it to false. // Default: true const SHOW_STATS_AND_STANDINGS = true;
// Indicator if the home team should show first (like it's common in Europe) // Default: true (home team shows first, e.g. "home - away") // false (away team shows first, e.g. "away @ home") const SHOW_HOME_TEAM_FIRST = true;
// Indicator if the descriptions of the stats should be shown // Default: true (W: x - L: x - OTL: x) // false (x - x - x) const SHOW_STATS_DESCRIPTION = true;
// URL to shares app // Default: "nhl://" (Official NHL app) // If you don't want anything to open, type: // const WIDGET_URL = ""; const WIDGET_URL = "nhl://";
// Set appearance of the widget. Default apperance is set to the system color scheme. // Device.isUsingDarkAppearance() = System color scheme (default) // true = Widget will be in dark mode. // false = Widget will be in light mode. const DARK_MODE = Device.isUsingDarkAppearance();
// Indicator if caching of logos is actived (saves datavolume) // Default: true const CACHING_ACTIVE = true;
// Indicator if no-background.js is installed // Default: false // @see: https://github.com/supermamon/scriptable-no-background const NO_BACKGROUND_INSTALLED = false;
// Indicator if no-background.js should be active // Only matters if NO_BACKGROUND_INSTALLED is true. const NO_BACKGROUND_ACTIVE = true;
// Indicator if no-background.js should be active for whole widget // No background for widget and no background for stacks in the widget // Only matters if NO_BACKGROUND_INSTALLED is true. const NO_BACKGROUND_FULL_ACTIVE = false;
As u see in the video, I’m using iOS 18, in light or dark app customization the widget looks fine but if I use tint customization your widget ends up like the first image
https://github.com/user-attachments/assets/25dc80b3-d9f8-4ce3-bf38-01d554b31b80
Hi @many7695, this feature is currently not supported. Sorry.
Latest scriptable update fixed issues with widgets being completely white but now with nhl myteam It looks like this
(this is with using tinted customization)