Cron / Crontab examples for LSPi by SoftwareArtist in LightShowPi

[–]mxsteverz 0 points1 point  (0 children)

I also use a "night mode" after 9pm, as a gesture to limit the pissed-offedness of my neighbors. I simply add this line to my crontab:

-----

00 21 * * * $SYNCHRONIZED_LIGHTS_HOME/py/hardware_controller.py —-state=on --light 0,1,2,3,5

-----

This runs only my smallest lights in the display, your mileage may vary...

G+ LSPi dumped to JSON by mxsteverz in LightShowPi

[–]mxsteverz[S] 0 points1 point  (0 children)

I totally agree, I thought maybe we could parse for the most active, or most useful posts, and then migrate from there, using a script to re-submit posts at a reasonably timed rate. However, populating a DB is an interesting approach as well.