atmos:meteorological_observations_trailer:data
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| atmos:meteorological_observations_trailer:data [2024/03/16 10:24] – created - external edit 127.0.0.1 | atmos:meteorological_observations_trailer:data [2026/05/28 22:18] (current) – ashley.vos | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * Anydesk Install: 767 453 454 ID | * Anydesk Install: 767 453 454 ID | ||
| - | ==== Raspberry Pi: Set Time Zome ==== | + | ==== Raspberry Pi: Set Time Zone ==== |
| * Need to use UTC time zone. | * Need to use UTC time zone. | ||
| * Main menu, go to Preferences > Raspberry Pi Configuration. | * Main menu, go to Preferences > Raspberry Pi Configuration. | ||
| Line 55: | Line 55: | ||
| The December 2023 MetTrailer / | The December 2023 MetTrailer / | ||
| + | |||
| + | ==== Raspberry Pi: Running Python Programs on Start ==== | ||
| + | If you want to run python programs upon startup and show the output of each program in a separate terminal: | ||
| + | |||
| + | Sources: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | 1. If Xterm isn't installed, use the following command | ||
| + | | ||
| + | sudo apt install xterm -y | ||
| + | | ||
| + | 2. Make the following directory using the following command | ||
| + | | ||
| + | mkdir / | ||
| + | |||
| + | 3. Create and edit a .desktop file | ||
| + | | ||
| + | sudo nano / | ||
| + | |||
| + | 4. In the file, copy and paste the following | ||
| + | | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=PROGRAM_NAME | ||
| + | Exec=xterm -hold -e '/ | ||
| + | | ||
| + | 5. Save and exit | ||
| + | |||
| + | 6. The Xterm application should now begin upon booting. | ||
| ==== Raspberry Pi: Running Python Programs Headless ==== | ==== Raspberry Pi: Running Python Programs Headless ==== | ||
atmos/meteorological_observations_trailer/data.1710584693.txt.gz · Last modified: 2024/03/16 10:24 by 127.0.0.1