As I feel I'm just beginning to get a grasp of how rooms, devices, sources, IR models etc all fit together I naturally started playing with something else I didn't understand. I'd tried to get the weather app working previously but it hadn't seemed to want to download any data. This time I tried it and success! I've got a massive list of myServer variables related to local weather. Then I had a look at the weather scene/overlay in the smartremote template. It looks like that might be in the process of being updated as the label contents variables have slightly wrong names. Changing all the daily forecast label images to {{weather_forecast_XX_icon}} and the daily forecast labels to {{weather_forecast_XX_phrase}} got me a neat looking scene. Screenshot in next message as per usual (you can't attach files in the first message of a topic which is odd).
I can see how you could overwrite the supplied weather condition icons with a new set by replacing "/images/weather/day/113.png" etc. with your own graphic. But would it be possible to have two or more different sets of icons in use simultaneously? For instance the current set for use on a nice LCD colour display e.g. the smartremote or a tablet. And another black and white low-res set for use on an eInk display? I'm thinking I'd need the '113' bit of the weather icon string on its own so I could construct a new label image path like '/images/weather/eink/day/113.png'. Or maybe there are some string manipulation functions somewhere that would let me insert the 'eink' bit into the current variable value.
Andrew
Please Log in or Create an account to join the conversation.