waldo wrote: > Hi, > I'm thinking of modifying screensaver to add weather and pollen info > obtained from the web. This would be a long term project, so my two > questions are whether this is feasible at all and -should the answer be > positive- technical information/docs needed to attempt it (files to > modify and programming language mainly; compilation needed? etc)
This should be fairly easy to do. All the code is in screensaver.js - Javascript, so no compilation. The date/time is updated every 60 seconds, so you could update your info in the same function (but perhaps every 15 minutes?). If you have a site that provides a JSON API for this, then code changes should be reasonably easy. https://materialdesignicons.com/tag/weather has a few material design weather icons. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
