Change the weather icons (Future request)
It would be cool if you can change the weather icons for some better looking types. Especial the sun icon looks like a red dot not what I and maybe other expected. Have a look at this icons: https://developer.accuweather.com/weather-icons
Current ones are taken from here and the icon code is passed directly in https://openweathermap.org/weather-conditions so it makes it very easy to make from the openweather binding in OH :)
There is probably scope look at this when all the core stuff is working well.
On Mon, 7 Feb 2022 at 15:30, Andre @.***> wrote:
It would be cool if you can change the weather icons for some better looking types. Especial the sun icon looks like a red dot not what I and maybe other expected. Have a look at this icons: https://developer.accuweather.com/weather-icons http://url
— Reply to this email directly, view it on GitHub https://github.com/peepshow-21/ns-flash/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBSYTD4S7QCVXDDPFXXUSLUZ7QRNANCNFSM5NXY6SRA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
Ok, I understood, but the naming for example "01d" is not easy to set under other systems. As you mentions you have to map the icons to the weather service you choose. I have to make some tricks to get the output. 01 will be 1 after mapping, so you have to put a "0" bevor all numbers unter 10 and a "d" after all numbers. And the icon you choose can be free defined in Nexion Editor or not?
you can't pass any graphics into the nextion, which is part of the issue, everything you need to use needs to be compiled in
On Mon, 7 Feb 2022 at 16:00, Andre @.***> wrote:
Ok, I understood, but the naming for example "01d" is not easy to set under other systems. As you mentions you have to map the icons to the weather service you choose. I have to make some tricks to get the output. 01 will be 1 after mapping, so you have to put a "0" bevor all numbers unter 10 and a "d" after all numbers. And the icon you choose can be free defined in Nexion Editor or not?
— Reply to this email directly, view it on GitHub https://github.com/peepshow-21/ns-flash/issues/19#issuecomment-1031630726, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBSYTHOUC4SNS7YR5TACE3UZ7UB5ANCNFSM5NXY6SRA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>