Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Reading from Local RSS File

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
rwest
Posts: 2
Joined: March 29th, 2005, 4:49 pm
Location: Des Moines, IA
Contact:

Reading from Local RSS File

Post by rwest »

Hi all,

I apologize in advance if this is just me being short on brain cells or something. I'm trying to get the $Rss function to read from a local file. Is this possible, or am I maybe looking for something else?

I've got several lines of text that are automatically generated that I want to display on the bottom line of the display and scroll. The $File and $LogFile functions don't do the trick, since they can only display one line (at at least that's how I understand it.)

When I've tried using either $Rss(c:\file.xml,d) or $Rss(file:\\\c:\file.xml,d) I get an HTTP/1.1 501 Not Supported error.

Am I just being dumb, or is there another plugin that's better suited for what I'm trying to do? Thanks!

rwest
Posts: 2
Joined: March 29th, 2005, 4:49 pm
Location: Des Moines, IA
Contact:

Post by rwest »

Nevermind on this one... I got my source program figured out so that I could send stuff without and line breaks.

Now on to another idea... Is it possible in the actions tab to have LCD Smartie watch for if a certain file changes to create an action?

I'm thinking of something like $File(C:\file.txt,1) [changed] then Goto Screen(2)? Maybe I'm asking too much... and if I am, then how about this idea. Within the screens tab, is it possible to set "Skip this screen if" file file.txt doesn't exist?

If that's confusing, let me know and I'll try to explain better the whole of the project that I'm trying to accomplish.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Hi
like $File(C:\file.txt,1) [changed] then Goto Screen(2)?
is not supported... its too deep to think -to write code for- something like that! :lol:
Within the screens tab, is it possible to set "Skip this screen if" file file.txt doesn't exist?
This is not supported either but a plug in may help on this...
Try to raise a plug in request with more details...

Post Reply