1
Themes / Re: wernaFLAT - coming soon
« on: June 17, 2016, 01:49:03 PM »@malfacine any updates on this this would be great for the pi in the kids room :-)
I'm in the final work, a week or less

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
@malfacine any updates on this this would be great for the pi in the kids room :-)
I am still not working. No anything show on screen after I put the code. Could you provide basic theme with sample code for testing. Thanks.
It works perfectly. Thank you.
How to set text RGB for the weather?
Somehow go see icons for the weather?
I am still not working. Could you provide theme's code to me for testing? Thanks
Code: [Select]//
fe.load_module("file-format");
local xmlSettings = xml.loadFile( FeConfigDirectory + "/plugins/weather/weather_data.xml");
local query = xmlSettings.getChild("query");
local results = query.getChild("results");
local channel = results.getChild("channel");
local item = channel.getChild("item");
local condition = item.getChild("yweather:condition");
fe.add_text(condition.attr["temp"] + "° " + condition.attr["text"], 0, 0, 100, 20 );
example to use
Where to get weather_data.xml file?
//
fe.load_module("file-format");
local xmlSettings = xml.loadFile( FeConfigDirectory + "/plugins/weather/weather_data.xml");
local query = xmlSettings.getChild("query");
local results = query.getChild("results");
local channel = results.getChild("channel");
local item = channel.getChild("item");
local condition = item.getChild("yweather:condition");
fe.add_text(condition.attr["temp"] + "° " + condition.attr["text"], 0, 0, 100, 20 );
I would shorten the bezel overlay so that it's on top of the scrolling wheel. What do you think?
Very nice! But no games list/wheel?