You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openhamclock/config.example.json

43 lines
823 B

{
"_comment": "OpenHamClock User Configuration",
"_instructions": "Copy this file to config.json and customize for your station. Your config.json will NOT be overwritten by git updates.",
"callsign": "N0CALL",
"locator": "FN31",
"location": {
"lat": 40.0150,
"lon": -105.2705
},
"defaultDX": {
"lat": 35.6762,
"lon": 139.6503
},
"units": "imperial",
"timeFormat": "12",
"theme": "dark",
"layout": "modern",
"features": {
"showPOTA": true,
"showSatellites": true,
"showDXPaths": true,
"showContests": true,
"showDXpeditions": true
},
"dxCluster": {
"spotRetentionMinutes": 30,
"source": "auto"
},
"refreshIntervals": {
"spaceWeather": 300000,
"bandConditions": 300000,
"pota": 60000,
"dxCluster": 30000
}
}

Powered by TurnKey Linux.