guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.79k stars 229 forks source link

Rebooting Pi everymorning #479

Closed kensaut closed 1 month ago

kensaut commented 8 months ago

I am running a published Google Slide and would need to reboot the Pi or refresh the webpage everyday. Does this do them by default? If not, is there a way to do this?

guysoft commented 8 months ago

You can also just refresh the webpage. There is a script to refresh: https://github.com/guysoft/FullPageOS/blob/devel/src/modules/fullpageos/filesystem/home/pi/scripts/refresh

You could set it in a crontab

kensaut commented 8 months ago

You can also just refresh the webpage. There is a script to refresh: https://github.com/guysoft/FullPageOS/blob/devel/src/modules/fullpageos/filesystem/home/pi/scripts/refresh

You could set it in a crontab

Does the webpage refresh by default at a certain time?

Thank you for the information. If the webpage doesn't refresh, is there a way I can break out of the webpage? I don't know how to include the script you sent.

guysoft commented 8 months ago

The time would be set by what ever you put in the crontab. You will have to have some basic knowledge in linux to do this. I don't understand what "break out of" means in this context.

kensaut commented 8 months ago

If I can't SSH into the Pi, how could I edit crontab?

On Thu, Sep 21, 2023, 7:44 PM Guy Sheffer @.***> wrote:

The time would be set by what ever you put in the crontab. You will have to have some basic knowledge in linux to do this. I don't understand what "break out of" means in this context.

— Reply to this email directly, view it on GitHub https://github.com/guysoft/FullPageOS/issues/479#issuecomment-1730500333, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBYD4ACFDHXCV5AA4SNVXTX3TGOXANCNFSM6AAAAAA5BTFDFI . You are receiving this because you authored the thread.Message ID: @.***>

guysoft commented 8 months ago

You can't, you need to have ssh access to the pi or edit the sdcard on a PC directly that can read ext4 file systems.

kensaut commented 8 months ago

How can I edit the sdcard on a PC to run the script every morning?

On Fri, Sep 22, 2023, 4:14 PM Guy Sheffer @.***> wrote:

You can't, you need to have ssh access to the pi or edit the sdcard on a PC directly that can read ext4 file systems.

— Reply to this email directly, view it on GitHub https://github.com/guysoft/FullPageOS/issues/479#issuecomment-1731984828, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBYD4BUCXYOUKR76EDAIJLX3XWQ5ANCNFSM6AAAAAA5BTFDFI . You are receiving this because you authored the thread.Message ID: @.***>

guysoft commented 8 months ago

https://bc-robotics.com/tutorials/setting-cron-job-raspberry-pi/

kensaut commented 8 months ago

Thank you.

I can't seem to SSH into the Pi or cancel the webpage to do this work. Thank you for your time.

On Mon, Sep 25, 2023, 7:53 AM Guy Sheffer @.***> wrote:

https://bc-robotics.com/tutorials/setting-cron-job-raspberry-pi/

— Reply to this email directly, view it on GitHub https://github.com/guysoft/FullPageOS/issues/479#issuecomment-1733514527, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBYD4FH5B4XPSNTSXLC7ZTX4FWEHANCNFSM6AAAAAA5BTFDFI . You are receiving this because you authored the thread.Message ID: @.***>

guysoft commented 1 month ago

Moving this to discussions