Search found 1 match
- Tuesday 03 April 2018 22:16
- Forum: Dashticz
- Topic: Dashticz - Module Moonphases
- Replies: 50
- Views: 9359
Re: Dashticz - Module Moonphases
When looking to the script, you can guess that it supposed to use only half of moon pictures (0->50 then 50->0). If you change to : picnumber=math.floor(percentIlluminated) n=tostring(picnumber) if n.length==1 then n='0'+n end It will run with all moon pictures (in 'DashBoard2/img/moon' folder)