zombie-bear

Results 2 comments of zombie-bear

temporary fix : in "config.yaml" : weather: type: "yasb.custom.CustomWidget" options: label: "\uf0c2 {data[current_condition][0][FeelsLikeC]}\u00b0C, {data[current_condition][0][weatherDesc][0][value]}" label_alt: "\uf0c2 Sunrise: {data[weather][0][astronomy][0][sunrise]} | Sunset: {data[weather][0][astronomy][0][sunset]}, {data[weather][0][description]}" class_name: "weather-widget" exec_options: run_cmd: "curl.exe wttr.in/Ixelles?format=j1" # run...

fix 2.0 : weather: type: "yasb.custom.CustomWidget" options: label: "\uf0c2 {data[weather][0][hourly][0][FeelsLikeC]}\u00b0C, {data[weather][0][hourly][0][weatherDesc][0][value]}" label_alt: "\uf0c2 Sunrise: {data[weather][0][astronomy][0][sunrise]} | Sunset: {data[weather][0][astronomy][0][sunset]}" class_name: "weather-widget" exec_options: run_cmd: 'curl.exe wttr.in/Ixelles?format=j1' # run every hour run_interval: 6000...