-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full screen ? #11
Comments
Take a look at the reddit thread at https://www.reddit.com/r/raspberry_pi/comments/il03rk/i_made_weather_station_app_and_designed_it_for_a/ and you will get some pointers. The general directions are: Step 1. Comment out the line in /home/pi/pi-weather-station/server/server.js that says: // await open( Then create a file, /home/pi/.config/lxsession/LXDE-pi/autostart touch /home/pi/.config/lxsession/LXDE-pi/autostart @xset s noblank Then create the referenced /home/pi/weather.sh and add the following: #!/bin/bash Then chmod +x weather.sh to make it executable. Reboot, and your display will pop up Chromium in kiosk mode, incognito, with no errors. I did get the upgrade dialog though so I need to find a way to disable that. I found that when the pi boots chromium starts up but initially gets a page not found error. That goes away about 10 sec later automatically though once the npm server starts up. |
thank for your answer but in /home/pi/pi-weather-station/server/ i have only 3 files : index, geolocationCtrl and settingsCtrl.js , not server.js idea ? i cant go to the next steps |
Sorry, I copied from the reddit page. The file to edit is the index.js not the server.js (at least in the current version). |
thank a lot , i check ! |
Create the .config directory manually if it does not already exist. |
Hello
and thank you for your beautiful project that I managed to reproduce although not a linux pro. Just how to get full screen and do at startup raspi boot on your application? thank you in advance for your info
eric
The text was updated successfully, but these errors were encountered: