Hello everybody, this is my 1st post with an interesting question!
- How can I install Hyperion.ng?
- Can I also install Hyperion.ng via the GitHub, if so how?
[https://github.com/hyperion-project/hyperion.ng/blob/master/CompileHowto.md]
- Are there differences in the versions differences between Odroid N2 and Rsapberry?
- Is there any HowTo?
- Can I install them via console (putty)?
There is a Hyperion.ng Addon in the CoreELEC repo. Just install it. Configure it via web-interface.
Port is 8090:
YOUR-IP:8090
Thanks @andy5macht,
-
Can you answer the above points?
-
The Hyperion.ng in the repo is, is great.
The dependencies are automatically downloaded with the install. So it would be common practice.
-
What about hyperion.service?
Need it as a service with automatic start
for OSMC and Raspberry, the service looks like this.
sudo nano /lib/systemd/system/hyperion.service
… and insert the following content in it.
[Unit]
Description=Hyperion ambient light systemd service
After=network.target
[Service]
ExecStart=/usr/local/bin/hyperiond
WorkingDirectory=/usr/local/share/hyperion/bin
User=osmc
TimeoutStopSec=5
KillMode=mixed
Restart=on-failure
RestartSec=2
[Install]
WantedBy=multi-user.target
Finally, restart the systemd service and activate / start the Hyperion.NG service.
Code:
sudo systemctl daemon-reload
sudo systemctl enable hyperion.service
sudo systemctl start hyperion.service
That’s It
Toyman
4
Just think. If it is permanetly installed as an addin and you can access the web interface anytime, is it installed as a service? The answer is yes.
So that means it also starts automatically when I start up CoreElec.
HyperionControl also works?
Sorry for my stupid questions.
I get an Odroid N2 for Christmas and get off Raspberry. 