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

Schedule Plugin

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Glen
Posts: 4
Joined: March 24th, 2005, 6:07 am

Schedule Plugin

Post by Glen »

I would really like a plugin that displays infromation out of a text file, in the same way limbo's 'maxim' plugin works.. but on a daily basis, so it loads a new line that corresponds with each day so i can have a time table. For example each monday it displays line 1 from the text file; each Tuesday it displays line 2... each saturday it displays line 6.. etc, etc

I think this could be fairly easily done but i don't know how to program! I'm guessing you could just check the day from the "$Time(dddd)" which tells it what day it is and then have 7 lines on true and/or false arguments, like:

If day = "Friday" then disp. C:\text.txt Line 5

(Though i have no real idea how it works but you probably know what i mean, and i must look like a total newbie writing like that :) )

Thanks in advance for anyones help

Glen

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

Post by limbo »

I 'll try to alter the maxim's code to fit your request...

This will take some time, be patient. I'll inform you when a demo is ready for test.
:D

Glen
Posts: 4
Joined: March 24th, 2005, 6:07 am

Post by Glen »

sweet. thanks! :)

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

Post by limbo »


Post Reply