Jump to content

Virginia Baldock

School User
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Virginia Baldock

  1. Since the Galileo release the Week Indicator (frogcode) widget no longer works for us. I say no longer works - existing widgets still work but the widget settings are blank. So any widgets that had rules around them can't be changed and we can't use new instances of the widget.

    Any ideas?

     

    Virginia

  2. What I would find most useful is a tutorial guiding one through building a basic frogcode widget focussing on the coding element. Setting it up in the 1st place and installing it are fairly easy but I floundered with the coding. I think if I had an example to follow/copy/edit in my own time I might have managed one on my own.

    Hope you are on the mend - I thought you were on holiday - silly me!!!

    • Like 1
  3. Fantastic. Thank you so much - and so quick!!

    I have installed the widget and built the page but it isn't working quite right. If I click on the 2nd page it scrolls back to the 1st page but then doesn't scroll onto the second.

     

    Here is the page :

    http://frog.judd.kent.sch.uk/displayscreen

    in case I have done something silly.

     

    Yes - please don't explain to me how it works - if Graham can't understand it then I don't have any chance!!

  4. We use Raspberry Pis to "drive" our display screens with a series of webpages run via a script (see attached).  We used to display frog3 pages without any problem but since we have moved to froglearn, and therefore using frog sites, they won't display (they are public sites). Using the pi conventionally you can browse (with Chromium) to the sites but via the script they don't display. Any ideas?

    I have attached the full script but here are is a short extract:

    // Define your "slides". 3 values for each are:
    //      1. Duration in seconds.
    //      2. Title to be used in menu.
    //      3. Source URL. Can be full URI or a relative URL.
    slides[1] = new Array(10, "Menu", "http://frog.judd.kent.sch.uk/menu");
    slides[2] = new Array(30, "Rules", "http://frog.judd.kent.sch.uk/weekaweekb");
    slides[3] = new Array(10, "Time", "http://time.is/just");
    slides[4] = new Array(10, "LFN", "http://frog.judd.kent.sch.uk/latestfixturenews");

    We have tried running the script on a Windows 7 PC and get the same issue.

    Yours hopefully, Virginia

    slide.txt

×
×
  • Create New...