Search found 15 matches

by Michal
Fri Jan 02, 2026 2:29 pm
Forum: Raspberry PI
Topic: Safe shutdown needed ?
Replies: 6
Views: 501

Re: Safe shutdown needed ?

I would like to share my idea, that maybe somebody could find usefull as well.
I wanted to get rid of as many batteries as possible, while maintin a "safe" shutdown, but also get rid of electricity in the whole circuit.
For the pracitcal issues, I couldnt get a CarPiHat so I went DIY way.

I rely ...
by Michal
Tue Dec 16, 2025 1:48 pm
Forum: Hudiy
Topic: How to build a standby screen / mode that overlays the whole of hudiy.
Replies: 2
Views: 216

Re: How to build a standby screen / mode that overlays the whole of hudiy.

Hi alex124.rh,

This is a great idea and I have been wondering about this as well. I just want to share my quick thought about this.

I think this would be possible to make an overlay. The same way you would have the tacho_overlay.thml, you could have your own ".html" file that stretches all over ...
by Michal
Fri Nov 28, 2025 11:10 pm
Forum: Displays
Topic: Generic display brightness
Replies: 5
Views: 498

Re: Generic display brightness

Hey Moko,

Just to give you a quick help of what I did.

First I created a shortcut with icon label "settings" that opens an html file.

Then I created an html file - where is a slider for changing the brighntess of the screen and also a button for automatic brighntess adjustment.
In general, I ...
by Michal
Mon Nov 24, 2025 9:35 am
Forum: Audio
Topic: Call Volume
Replies: 9
Views: 1160

Re: Call Volume

Hello,

I dont want to interfere, but this thread may help me as well since.:

I switched from Bookworm to Trixie and did a brand new install. I noticed that Bookworm was playing music (from whatever source) a lot louder, but Trixie seems to be a lot quiter. This is not a Hudiy's fault since this ...
by Michal
Tue Nov 11, 2025 1:59 pm
Forum: Programming
Topic: I2C sensor and show them on screen
Replies: 2
Views: 258

Re: I2C sensor and show them on screen

Hi guys,

I have TSL2561 sensor for automatic brightness of the screen. It works like a charm. I am having a .html file that I display in Hudiy when I click on one of the shortcuts. From there, I can set brighntess (sliderbard), turn on/off services or set dates for when notifications should pop up ...
by Michal
Sat Nov 01, 2025 10:20 am
Forum: Extensions
Topic: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return
Replies: 20
Views: 3343

Re: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return

Youtube and Google are locaten in applications.json and applications_menu.json

In applications.json - he is defined action - open youtube, which opnes the url: https://youtube.com

{
"applications": [
{
"action": "open_youtube",
"url": "https://youtube.com",
"allowBackground": true ...
by Michal
Sat Nov 01, 2025 12:07 am
Forum: Extensions
Topic: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return
Replies: 20
Views: 3343

Re: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return

Hi Leeuw_12,

I never had in the car till today. I think I will have to see how to forward the internet from phone to the raspberry pi. I always had Hudiy setup on the desk while connected directly to the internet.
If I will find a solution, I will let you know.
by Michal
Wed Oct 29, 2025 7:06 am
Forum: Extensions
Topic: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return
Replies: 20
Views: 3343

Re: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return

To create a .service file, change into direcotry of system: "cd /etc/systemd/system/" and then "sudo nano hudiy_server.service" and then insert the code inside.:
_____________________________________
[Unit]
Description=Hudiy Flask server for system actions
After=network.target

[Service]
ExecStart ...
by Michal
Tue Sep 30, 2025 1:58 pm
Forum: Hudiy
Topic: Volume buttons within Android Auto
Replies: 1
Views: 323

Re: Volume buttons within Android Auto

Hello,

I think there are overlays that you can use for this and actually there is a default overlay for the volume buttons that you can use while projecting AA.

Michal
by Michal
Sun Sep 28, 2025 4:44 pm
Forum: Extensions
Topic: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return
Replies: 20
Views: 3343

Re: Applications menu (Web; Games; Power): YouTube, Google; Games; Shutdown, Reboot, Return

Hi gbd13830,

You can put the ".fy" files wherever you want. For example I have a folder "Scripts" on my Desktop, where I have all the ".py" files that I want to run on the system. so basically you can put it in "/home/pi/Desktop/Scripts/hudiy_server.py".
Also you will have to put this path into ...