Replies: 5 comments 1 reply
-
I'll let @Alex-developer chime in, but in the meantime, please run
It should show any error messages produced by the overlay system. |
Beta Was this translation helpful? Give feedback.
-
Can you please set the debug level to 4 in the settings and see if there are any errors in /var/log/allsky.log Dont forget to set the debug level back or the log will fill up fast ! |
Beta Was this translation helpful? Give feedback.
-
Thanks guys. 2024-08-06T04:33:13.621885+01:00 pi-AllSky allsky[2070]: *** upload.sh: ERROR, RET=99: |
Beta Was this translation helpful? Give feedback.
-
OK, this looks more interesting:- 2024-08-07T09:58:25.249484+01:00 pi-AllSky allsky[53852]: INFO: ----------------------- Running Module allsky_overlay.py ----------------------- I'll play with this and see if I can fix. |
Beta Was this translation helpful? Give feedback.
-
OK, I fixed it by changing the date string in the Legacy setting which was wrong: %Y-%b-%-d %H:%M:%S Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to get my little brain around the overlay module.
Procedure:-
change Overlay Method to module in Allsky settings
Save Changes
Do some stuff in Overlay Editor and press the green save icon
go to Module Manager, enable Overlays data on the image & save
can't see overlay text in Live View, so stop/start Allsky. Still no joy!
Web User Interface (WebUI) Version: v2023.05.01_04
Web browser: Firefox
Contents of: ~/allsky/config/overlay/config/verlay.json
{
"fields": [
{
"label": "${DATE} ${TIME}",
"x": 330,
"y": 50,
"id": "oe-field-0",
"format": "%d-%m-%Y,%H:%M:%S",
"strokewidth": 0,
"sample": "DATE,TIME",
"tlx": 10,
"tly": 10,
"fontsize": 80,
"fill": "#ff0000"
},
{
"label": "${sEXPOSURE}",
"x": 427,
"y": 634,
"id": "oe-field-1",
"fontsize": 68,
"strokewidth": 0,
"tlx": 179,
"tly": 600
},
{
"label": "",
"x": 10.533340454101562,
"y": 194,
"id": "oe-field-2",
"fontsize": 68,
"strokewidth": 0,
"tlx": 10,
"tly": 160
},
{
"label": "${CAMERA_TYPE} ${CAMERA_MODEL}",
"x": 419,
"y": 3002,
"id": "oe-field-3",
"fontsize": 44,
"strokewidth": 0,
"sample": "RPi HQ",
"tlx": 10,
"tly": 200
},
{
"label": "${TEMPERATURE_C}",
"x": 259,
"y": 206,
"id": "oe-field-4",
"format": "{:.1f}",
"strokewidth": 0,
"sample": "32.2",
"tlx": 0,
"tly": 180
}
],
"images": [],
"settings": {
"defaultdatafileexpiry": "550",
"defaultincludeplanets": false,
"defaultincludesun": false,
"defaultincludemoon": false,
"defaultimagetopacity": 0.63,
"defaultimagerotation": 0,
"defaulttextrotation": 0,
"defaultfontopacity": 1,
"defaultfontcolour": "white",
"defaultfont": "Arial",
"defaultfontsize": 52,
"defaultimagescale": 1,
"defaultnoradids": ""
},
"fonts": {
"moon_phases": {
"fontPath": "fonts/moon_phases.ttf",
"fonttcolour": "red",
"backgroundcolor": "white",
"fontopacity": 0.5
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions