Get the feeling they're trying to figure out how to monetize that API connection?
its probably 2 fold around money, move more breweries to the professional paid level and dont need more infrastructure/support just so some people can play around with their APIfigure out how to monetize that API connection
One of the most over the top features ever!i set that feature up years ago
It looks like Untappd stopped allowing new apps to access their API meaning no new RPints instances can use untappd.
for more information see https://untappd.com/api/dashboard
Shame it took a bit to get that feature working with RFID so you could see who was drinking what and auto check in the drink
Should be able to. Just need to make sure that Apache/Nginx are binding to ip 127.0.0.1 which it should by default.Raspberry Pints without internet?
It'll be on a Vizio D32F-1 tv. 32in tv 16:9 ratio.What's the prospective screen size and aspect ratio? If it's wide enough, you can do two columns.
Cheers!
That worked great. I could possibly get one or two more rows on each side. Now I just need to practice changing/removing kegs in a hurry. Beer flows quickly at a brewfest.You should be able to easily fit 2x5 entries on a screen that large.
After installing the @RandR+ version of RaspberryPints you can go to the setup pages, Personalization - Configuration, and set the "Number of horizontal tap List Beer Column" to 2 and be good to go from there
fwiw, I have a 19" 4:3 perched atop my 6 tap tower and it fits one column of 6 beers nicely. It could fit one more line with a minor adjustment. So your 32 should definitely fit a 2x5 arrangement...
Cheers!
Just installed Rpints after losing it a couple of years ago. The work you guys did to make install so much easier is fantastic. Thank you for that effort.
I have run into two issues: Even though I chose Yes in the command prompt for auto start, It is not auto launching and I end up having to go into chromium and type in the address. ...
Thanks again for all the great work!
@day_trippr @RandR+
I use one of these.What board are people using to connect the flow meter too
actually its includes\functions.php line 129 that outputs the width for the beer image when its uploaded. i think you are looking at the brewery image in the beerTableVertical.php file.(I did did add some onscreen text, and it displayed where expected, so I'm confident I have the right file).
Perfect, thanks.actually its includes\functions.php line 129 that outputs the width for the beer image when its uploaded. i think you are looking at the brewery image in the beerTableVertical.php file.
changing that lines worked for me.
also if it doesnt work on refresh, try cntrl+F5 this forces a refresh from source not cache. sometimes browsers are too smart and dont actually reload
yes just copy and paste that into the terminal and that will start the script to install RPintsNew to using pi do we put the curl -L and sudo bash when running this in the script
open the internet browser on the Pi and go to 127.0.0.1 or if you know the ip address of the pi you can use any computer on the network open the browser and put in the IP address of the PIprogram to open rpints
If setup correctly when the python starts it will upload the sketch to the Arduino.find what program
<WWWROOT>/style.css those should have their own classes that you can add color to. You may need to use F12(developer tools) to select the element to make sure you have the right classHow would I go about changing the font size and color for the Beer Name, Style, Notes and ABV
Is this the correct page? I don’t see a color or a font size line for abv. And F12 just puts an “s” on the line.<WWWROOT>/style.css those should have their own classes that you can add color to. You may need to use F12(developer tools) to select the element to make sure you have the right class
yes that is correct, you will have to add color and font for abv (or anything else that doesnt have it) most things use table h1 as the bases for those thing but putting color/font under their specific tag will define it for them specifically.Is this the correct page? I don’t see a color or a font size line for abv. And F12 just puts an “s” on the lin
im guessing you are not opening in a text editor using sudo.PERMISSION DENIED
Ok I got that fixed. When I change the color in developer tools on the h2, h3, p line the ABV line changes like I want. When I do the same line in the css.styles reboot the computer nothing happens.im guessing you are not opening in a text editor using sudo.
You can from the terminal use
sudo chmod +777 /var/www/html/style.css
that should give you write permissions when you try to save
try ctrl+F5 that forces a refresh without using cache. ive had to do that when i made changes but the browswer didnt pick up on them.reboot the computer
I cleared the history and cache and that worked Thanks!try ctrl+F5 that forces a refresh without using cache. ive had to do that when i made changes but the browswer didnt pick up on them.
before you do you can check dev tools to see if the style changes you made are on the page, if not then you are loading from cache. if they are then something else is overriding them