Show Posts

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.


Messages - malfacine

Pages: [1] 2 3
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  :D

2
Scripting / Re: New Plugin - Weather
« on: June 01, 2016, 03:07:37 PM »
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.  :)

look for attchments...

3
Scripting / Command Loop
« on: May 31, 2016, 07:54:08 PM »
Need help for script

every 10 seconds for example the function execute command....

I had an idea for a new plugin

4
Scripting / Re: New Plugin - Weather
« on: May 31, 2016, 03:22:48 PM »
I do not test on Linux-like systems, the logic should work because the "wget" is universal in linux ...
I will test it on a virtual machine with linux...

need feedback of users to improve....

5
Scripting / Re: New Plugin - Weather
« on: May 30, 2016, 03:26:37 PM »
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  :)

What is your operating system?

6
Themes / wernaFLAT - coming soon
« on: May 30, 2016, 01:14:05 PM »
New theme coming soon!
Example usage of my plugin Weather...
 :D


7
Scripting / Re: New Plugin - Weather
« on: May 30, 2016, 10:21:12 AM »
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?

the plugin generate the data file...

install on plugins path, active plugin and configure with your code city
incorporate code on your layout

8
Scripting / Re: New Plugin - Weather
« on: May 30, 2016, 08:43:24 AM »
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

9
Scripting / New Plugin - Weather
« on: May 29, 2016, 08:26:55 AM »
New Plugin Weather
usage inside of plugin.nut

Works os Windows, Linux and OSX

Extract inside the folder plugins....

Thanks for liquid8 for helping me with file-format module...

https://onedrive.live.com/redir?resid=C85434BAA340DA03!2824&authkey=!AEQekLzhTetnL4g&ithint=file%2czip

10
Themes / Re: Some artwork and two generic/unfinshed themes
« on: May 27, 2016, 08:56:52 PM »
look my theme maelstrom there as 72 systems logo

11
Themes / Re: [new theme] Nostalgio - Download Link
« on: May 22, 2016, 11:26:59 PM »
download link

12
Themes / Re: [new theme] Nostalgio
« on: May 19, 2016, 05:04:18 PM »
I would shorten the bezel overlay so that it's on top of the scrolling wheel. What do you think?

I applied an effect to the list disappear

13
Themes / Re: [new theme] Nostalgio
« on: May 19, 2016, 03:39:06 PM »
Very nice! But no games list/wheel? :-\

deployment list/wheel

15
Themes / Re: New Theme - Maelstrom
« on: May 13, 2016, 09:05:56 AM »
I am working to adapt to multiple resolutions

Pages: [1] 2 3