{"id":36870851,"url":"https://github.com/jun10000/onkyori_kiosk","last_synced_at":"2026-01-12T15:01:15.921Z","repository":{"id":208965194,"uuid":"132851704","full_name":"jun10000/onkyori_kiosk","owner":"jun10000","description":"onkyori_*** are modules what enable cooperation with the Onkyo RI system.","archived":false,"fork":false,"pushed_at":"2020-03-06T15:37:51.000Z","size":12623,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-05-02T05:11:43.406Z","etag":null,"topics":["onkyo-ri","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jun10000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"jun10000","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-05-10T05:15:35.000Z","updated_at":"2022-02-12T17:35:50.000Z","dependencies_parsed_at":"2023-11-24T09:38:40.147Z","dependency_job_id":null,"html_url":"https://github.com/jun10000/onkyori_kiosk","commit_stats":null,"previous_names":["jun10000/onkyori_kiosk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jun10000/onkyori_kiosk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jun10000%2Fonkyori_kiosk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jun10000%2Fonkyori_kiosk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jun10000%2Fonkyori_kiosk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jun10000%2Fonkyori_kiosk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jun10000","download_url":"https://codeload.github.com/jun10000/onkyori_kiosk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jun10000%2Fonkyori_kiosk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["onkyo-ri","raspberry-pi"],"created_at":"2026-01-12T15:01:11.591Z","updated_at":"2026-01-12T15:01:15.903Z","avatar_url":"https://github.com/jun10000.png","language":"JavaScript","funding_links":["https://github.com/sponsors/jun10000"],"categories":[],"sub_categories":[],"readme":"[onkyori_common]: https://github.com/jun10000/onkyori_common\n\n# onkyori_kiosk\nonkyori_*** are modules what enable cooperation with the Onkyo RI system.\n\n## Description\n![Description Video](.readme/synchronise.gif)\n\nThe onkyori_kiosk is the dashboard what shows the clock etc., and occurs something when Onkyo-RI signal has registered to database.  \nThis dashboard needs [onkyori_common] module (Ver. 0.4 or above) to operate.\n\n## Requirement\n- Requirements of [onkyori_common]\n- Raspberry Pi 3 Type B\n    - Physical parts:\n        - Raspberry Pi official 7\" touchscreen display\n        - 3.5mm audio cable\n    - Linux packages:\n        - Apache 2.4.25\n        - Chromium 65.0.3325.181\n\n## Usage\n- Synchronising with Onkyo RI equipment  \n    When Onkyo RI equipment powers on, Kiosk terminal also works on.  \n    (Please view the video in the 'Description' section.)\n- Manual operation  \n    When the kiosk screen is touched, the bottom control bar is shown/hidden.  \n    The control bar includes music play button, and brightness switch button.  \n\n## Install\n1. Place files into Raspberry Pi\n    1. Login to Raspberry Pi.\n    1. Create directory: '/var/www/html/onkyori_kiosk/'.\n    1. Place this repository files to '/var/www/html/onkyori_kiosk/'.\n    1. Add execute permission to 'cmd.py'.\n    1. Rewrite '.htaccess' to fit your environment.\n    1. Create directory: '/var/www/html/onkyori_kiosk/music/'.\n    1. Place your music file (Flac format) as '1.flac' into '/var/www/html/onkyori_kiosk/music/'.\n1. Set Apache settings\n    1. Rewrite '/etc/apache2/apache2.conf' to the following lines.\n        ```apacheconfig\n        \u003cDirectory /var/www/\u003e\n        Options +ExecCGI\n        AllowOverride All\n        Require all granted\n        \u003c/Directory\u003e\n        ```\n    1. Rewrite '/etc/apache2/mods-enabled/mime.conf' to the following lines.  \n        ```apacheconfig\n        #AddHandler cgi-script .cgi\n        AddHandler cgi-script .cgi .py\n        ```\n1. Set autostart file\n    1. Rewrite '~/.config/lxsession/LXDE-pi/autostart' to the following lines.  \n        ```\n        @lxpanel --profile LXDE-pi\n        @pcmanfm --desktop --profile LXDE-pi\n        #@xscreensaver -no-splash\n        @point-rpi\n        \n        # Disable Screensaver\n        @xset s off\n        \n        # Disable DPMS Features\n        @xset -dpms\n        \n        # Change Brightness Permission\n        @sudo chmod 666 /sys/class/backlight/rpi_backlight/brightness\n        \n        # Start Chromium in Kiosk Mode\n        @chromium-browser --noerrdialogs --kiosk --incognito http://127.0.0.1/onkyori_kiosk/\n        ```\n    1. Reboot your Raspberry Pi.\n\n## Licence\n[GNU General Public License v3.0](https://github.com/jun10000/onkyori_kiosk/blob/master/LICENSE)\n\n## Author\n[jun10000](https://github.com/jun10000)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjun10000%2Fonkyori_kiosk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjun10000%2Fonkyori_kiosk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjun10000%2Fonkyori_kiosk/lists"}