-
Notifications
You must be signed in to change notification settings - Fork 0
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
Notes on setting up #1
Comments
MariaDB password just |
Couldn't log in to WP from another computer, mentioned here, but unsure whether that's important |
Tips from Stan and Alistair - could use ngrok to set up forwarding from google domain to the pi (docs here). An example of using ngrok (but not a positive one). From ngrok docs, my emphasis
Definitions
Installing ngrok on the Pi (guide). |
Got the website served online, access on a different device, successfully at something like Some info about RasPi and ngrok here, including running ngrok as a daemon (a background process). Upgrading to ~$10/month would also let me reserve CNAME and remove the warnings on loading. |
Bought a temperature and humidity sensor (link) from the pi hut, some useful comments in the review from other people on getting it set up. |
PiHut links to An older Discussion on temper-python also mentions the |
Finally fond a repo that will return the temp values: https://utcc.utoronto.ca/~cks/space/blog/linux/USBTemper2SensorToPrometheus: and doing |
On the logging of data, it works with sudo but I get an error
Then if I look at the permissions for that file,
After a bit of reading around, reset these permissions using |
Notes on using crontab here |
Turned on and set up LAMP server following these steps!
General goal is an interactive site that forecasts weather using different ML models.
To do:
Also useful: configuring SSH to the pi (docs).
The text was updated successfully, but these errors were encountered: