squid1230
Member
I`m running Buster. Only the last line shows, and damned if you`re not right- the autostart file was in LXDE-pi.
functions as it should now - thanks!
functions as it should now - thanks!
Has anyone had success in running raspberry pints and fermentrack on the same raspberry pi? If so, what is needed to make it happen?
Interesting - you use rigid tubing for everything?I use 3 pin Tiny XLR latching connectors for flow meters and ds18b20 temperature probes...
View attachment 652396
Cheers!
For those of you using flow meters: How do you connect them to the Uno/Alamode? Do you cobble up a means to connect/disconnect them easily, or do you use jumper wires and wire nuts? Have you found that a particular connector serves your needs more than any others (if you use one)?
For others info, when connecting the RFID I followed this https://pimylifeup.com/raspberry-pi-rfid-rc522/I would now like to experiment with the RFID
I just installed Raspberry Pints and the browser cuts off the right side of the "beer glass" if more than one glass is displayed in the ABV column. Any thoughts on how to fix this?
View attachment 654266
Are you trying displaying the keg Column also?off the right side of the "beer glass"
Are you trying displaying the keg Column also?
My guess you are running my version which expands the width of the main page to push the scroll bar off the page.
In styles.css, the width below is set to 101% change it to 100% and test.
.bodywrapper
{
width: 101%;
height: 99%;
overflow: auto;
}
Sorry, I mean change 101 to 100 so it looks like this.bodywrapper width is already 101%.
Sorry, I mean change 101 to 100 so it looks like this
.bodywrapper
{
width: 100%;
height: 99%;
overflow: auto;
}
Should just have to refresh the page. I think shift+F5 will cause a force refresh instead of using cache.Does something need to be restarted to "see" these changes?