The worlds #1 unfinished contest logger *According to my daughter Corinna.
Not1MM's interface is a blatant ripoff of N1MM. It is NOT N1MM and any problem you have with this software should in no way reflect on their software.
If you use Windows(tm), you should run away from Not1MM and use someother program.
I personally don't use Windows(tm). While it may be possible to get N1MM working under Wine, I haven't checked. I'd rather not have to jump thru the hoops.
Currently this exists for my own personal amusement. Something to do in my free time. While I'm not watching TV, Right vs Left political 'News' programs, mind numbing 'Reality' shows etc...
The current state is BETA
. I've used it for a few contests, and was able to work contacts and submit a cabrillo at the end. I'm not a Contester
. So I'll add contests as/if I work them. I'm only one guy, so if you see a bug let me know. I don't do much of any Data or RTTY operating. This is why you don't see RTTY in the list of working contests. The Lord helps those who burn people at the... I mean who help themselves. Feel free to fill in that hole with a pull request.
I've been posting updates just about everyday. Sometimes multiple times a day. It's early days, so there is much to do. You can check for and install updates with pip install -U not1mm
or if installed with pipx pipx upgrade not1mm
.
The audio library used, uses pipewire/portaudio. You may need to install portaudio. Ubuntu: sudo apt install libportaudio2
I believe I figured out dark mode in Ubuntu and have it working on my shack PC that runs Ubuntu 22.04. The secret sauce seems to be installing adwaita-qt with apt, and setting an environment variable QT_STYLE_OVERRIDE
to Adwaita-Dark
. I set the environment variable in the start of the program if running on a Gnome platform. So you don't need to do that part.
One side effect of Wayland is that we are not able to request for a window to regain or retain focus. So if you were to click on a spot in the bandmap window to tune to that spot, you would have to then click on the main window to continue entering contest data. I'm aware of this, but I can not change it.
If your system has an XDG_DATA_HOME
environment variable set, the database and CW macro files can be found there. Otherwise they will be found at yourhome/.local/share/not1mm
Configuration file(s) can be found at the location defined by XDG_CONFIG_HOME
. Otherwise they will be found at yourhome/.config/not1mm
The database holds... wait for it... data... I know shocker right. A database can hold one or many contest logs. It also holds the station information, everything shown in the Station Settings dialog. You can have one database for the rest of your life. Filled with hundreds of contests you've logged. Or, you can create a new database to hold just one contest. You do You Boo.
On the initial running, a database is created for you called ham.db
. This, and all future databases, are located in the data directory mentioned above.
You can create a new database by selecting File
> New Database
from the main window, and give it a snazzy name. Why limit yourself. Hell, create one every day for all I care. You can manage your own digital disaster.
You can select a previously created databases for use by selecting File
> Open Database
.
After initial run of the program or creating a new database you will need to fill out the Station Settings dialog that will pop up.
Station information can be changed any time by going to File
> Station Settings
and editing the information.
Select File
> New Contest
Select File
> Open Contest
You can edit the parameters of a previously defined contest by selecting it as the current contest. Then select File
> Edit Current Contest
. Click OK
to save the new values and reload the contest. Cancel
to keep the existing parameters.
To setup your CAT control, CW keyer, Callsign lookups, select File
> Configuration Settings
The tabs for groups and n1mm are disabled and are for future expansion.
<For callsign lookup, Two services are supported. QRZ and HamQTH. They require a username and password, Enter it here.
Choose the sound output device for the voice keyer.
Under the CAT
TAB, you can choose either rigctld
normally with an IP of 127.0.0.1
and a port of 4532
. Or flrig
, IP normally of 127.0.0.1
and a port of 12345
. None
is always an option, but is it really? There's an onscreen icon for CAT status. Green good, Red bad, Grey neither.
Under the CW
TAB, There are three options. cwdaemon
, which normally uses IP 127.0.0.1
and port 6789
. pywinkeyer
which normally uses IP 127.0.0.1
and port 8000
. Or None
, if you want to Morse it like it's 1899.
Under the Cluster
TAB you can change the default AR Cluster server, port and filter settings used for the bandmap window.
Work has started on N1MM udp packets. So far just RadioInfo, contactinfo, contactreplace and contactdelete.
When entering IP and Ports, enter them with a colon ':' between them. You can enter multiple pairs on the same line if separated by a space ' '.
You can define which bands appear in the main window. Those with checkmarks will appear. Those without will not.
Other than sending CW by hand, you can also send predefined CW text messages by pressing F1 - F12. See next section on Editing macro keys. If you need to send something freeform, you can press CTRL-SHIFT-K, this will expose an entry field at the bottom of the window which you can type directly into. When you're done you can either press CTRL-SHIFT-K again, or press the Enter Key to close the field.
To edit the macros, choose File
> Edit Macros
. This will open your systems registered text editor with current macros loaded. When your done just save the file and close the editor. The file loaded to edit, CW or SSB, will be determined by your current operating mode.
After editing and saving the macro file. You can force the logger to reload the macro file by toggeling between Run
and S&P
states.
You can include a limited set of substitution instructions.
Macro | Substitution |
---|---|
{MYCALL} | Sends the station call. |
{HISCALL} | Send what's in the callsign field. |
{SNT} | Sends 5nn (cw) or 599 (ssb) |
{SENTNR} | Sends whats in the SentNR field. |
{EXCH} | Sends what's in the Sent Exchange field when contest is defined. |
'#' | Sends serial number. |
The macros when used with voice, will also accept filenames of WAV files to play, excluding the file extension. The filename must be enclosed by brackets. For example [CQ]
will play cq.wav
, [again]
will play again.wav
. The wav files are stored in the operators personal data directory. The filenames must be in lowercase. See Various data file locations above for the location of your data files. For me, the macro [cq]
will play /home/mbridak/.local/share/not1mm/K6GTE/cq.wav
The current wav files in place are not the ones you will want to use. They sound like an idiot. You can use something like Audacity to record new wav files in your own voice.
Aside from the [filename]
wav files, there are also NATO phonetic wav files for each letter and number. So if your macro key holds {HISCALL} {SNT} {SENTNR}
and you have entered K5TUX in callsign field during CQ WW SSB while in CQ Zone 3. You'll here Kilo 5 Tango Uniform X-ray, 5 9 9, 3. Hopefully not in an idiots voice.
When a callsign is entered, a look up is first done in a cty.dat file to determin the country of origin, geographic center, cq zone and ITU region. Great circle calculations are done to determin the heading and distance from your gridsquare to the grographic center. This information then displayed at the bottom left.
After this, a request is made to QRZ for the gridsquare of the callsign. If there is a response the information is recalculated and displayed. You'll know is this has happened, since the gridsquare will replace the word Regional
.
You must press the SPACE bar after entering any of the above.
Key | Result |
---|---|
[Esc] | Clears the input fields of any text. |
[CTRL-Esc] | Stops cwdaemon from sending Morse. |
[PgUp] | Increases the cw sending speed. |
[PgDown] | Decreases the cw sending speed. |
[Arrow-Up] | Jump to the next spot above the current VFO cursor in the bandmap window (CAT Required). |
[Arrow-Down] | Jump to the next spot below the current VFO cursor in the bandmap window (CAT Required). |
[TAB] | Move cursor to the right one field. |
[Shift-Tab] | Move cursor left One field. |
[SPACE] | When in the callsign field, will move the input to the first field needed for the exchange. |
[Enter] | Submits the fields to the log. |
[F1-F12] | Send (CW or Voice) macros. |
[CTRL-S] | Spot Callsign to the cluster. |
[CTRL-M] | Mark Callsign to the bandmap window to work later. |
[CTRL-G] | Tune to a spot matching partial text in the callsign entry field (CAT Required). |
[CTRL-SHIFT-K] | Open CW text input field. |
Window
>Log Window
The Log display gets updated automatically when a contact is entered. The top half is a list of all contacts.
The bottom half of the log displays contacts sorted by what's currently in the call entry field. The columns displayed in the log window are dependant on what contests is currently active.
You can double click a cell in the log window and edit its contents.
You can also Right-Click on a cell to bring up the edit dialog.
You can not directly edit the multiplier status of a contact. Instead see the next section on recalculating mults. If you change the callsign make sure the WPX
field is still valid.
After editing a contact and before generating a Cabrillo file. There is a Misc menu option that will recalculate the multipliers incase an edit had caused a change.
Window
>Bandmap
Put your callsign in the top and press the connect button.
The bandmap window is, as with everything, a work in progress. The bandmap now follows the VFO.
VFO indicator now displays as small triangle in the frequency tickmarks. A small blue rectangle shows the receivers bandwidth if one is reported.
Clicked on spots now tune the radio and set the callsign field. Previously worked calls are displayed in red.
Window
>Check Window
As you enter a callsign, the Check Window will show probable matches to calls either in the MASTER.SCP file, your local log or the recent telnet spots. The MASTER.SCP column will show results for strings of 3 or more matching characters from the start of the call string. The local log and telnet columns will show matches of any length appearing anywhere in the string.
You can control the VFO on a remote rig by following the directions listed in the link below. It's a small hardware project with a BOM of under $20, and consisting of two parts.
Window
>VFO
Click on File
> Generate Cabrillo
The file will be placed in your home directory. The name will be in the format of:
StationCall
_ContestName
_CurrentDate
_CurrentTime
.log
So for me it would look like:
K6GTE_CANADA-DAY_2023-09-04_07-47-05.log
Look, a log eh?
This outlines some differences between ARRL Field Day and Canada Day.
File
> Generate ADIF
Boom... ADIF
StationCall
_ContestName
_Date
_Time
.adi
Added dupe checking. Big Red 'Dupe' will appear if it's a dupe...
I found it might be beneficial to have a section devoted to wierd quirky things about operating a specific contests.
This was a pain in the tukus. There are so many elements to the exchange, and one input field aside from the callsign field. So I had to write sort of a 'parser'. The parser moves over your input string following some basic rules and is re-evaluated with each keypress and the parsed result will be displayed in the label over the field. The exchange looks like 124 A K6GTE 17 ORG
, a Serial number, Precidence, Callsign, Year Licenced and Section. even though the callsign is given as part of the exchange, the callsign does not have to be entered and is pulled from the callsign field. If the exchange was entered as 124 A 17 ORG
you would see:
You can enter the serial number and precidence, or the year and section as pairs. For instance 124A 17ORG
. This would ensure the values get parsed correctly.
You do not have to go back to correct typing. You can just tack the correct items to the end of the field and the older values will get overwritten. So if you entered 124A 17ORG Q
, the precidence will change from A to Q. If you need to change the serial number you must append the precidence to it, 125A
.
If the callsign was entered wrong in the callsign field, you can put the correct callsign some where in the exchange. As long as it shows up in the parsed label above correctly your good.
The best thing you can do is play around with it to see how it behaves.
In the Sent Exchange
field of the New Contest dialog put in the Precidence, Call, Check and Section. Example: A K6GTE 17 ORG
.
For the Run Exchange macro I'd put {HISCALL} # A K6GTE 17 ORG
.