https://github.com/andreaspeters/enyojs-hamdashboard
HAM Radio Dashboard for WebOS
https://github.com/andreaspeters/enyojs-hamdashboard
Last synced: 5 months ago
JSON representation
HAM Radio Dashboard for WebOS
- Host: GitHub
- URL: https://github.com/andreaspeters/enyojs-hamdashboard
- Owner: andreaspeters
- License: eupl-1.2
- Created: 2026-01-20T14:49:01.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-20T22:08:15.000Z (5 months ago)
- Last Synced: 2026-01-21T00:37:12.445Z (5 months ago)
- Language: JavaScript
- Size: 5.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HAMRadio Dashboard
I've developed a hamradio dashboard for my deprecated HP WebOS tablet (the
TouchPad). It displays solar weather, band conditions, and the 11 closest
ham‑radio satellites.
It also works in any Chrome‑based browser, but you must disable web‑security
so the page can fetch TLE data and solar‑weather information from external sites.
Example:
```bash
chromium --allow-file-access-from-files --test-type --disable-web-security
--user-data-dir="/tmp/chromium1"
```
Important: Never use this configuration for general web browsing. It is
extremely insecure. Use it only for the dashboard and be sure to re‑enable
security afterwards.
## TLE Update
I'm using TLE files from [Celestrak](https://celestrak.org/NORAD/elements/amateur.txt).
The dashboard will update it once per day. As fallback, it's using an old file
under `source/data`. For WebOS; I think I will change it to the internal user
storage.
## Credits
- Free vector world map data @ naturalearthdata.com.
- Solarweather data @ hamqsl.com
- TLE data @ celestrak.org
- Aurora data @ noaa.gov
- Satellite JS lib @ github.com/shashwatak under MIT License
## Screenshot


