wgbecks
Active Member
Yes, you can add or modify keywords as may be necessary. The keywords, or parts of them, are compared against the alpha tagsSo I just edited the names in my TGID file to say PD instead of what I want as a key work "wps" and now the TG's shows up in blue. So it seems like the names in the default keyword can only be used. Was I supposed to be able to make my own keywords?
you created (assigned) to the groups in your TGID file. See my example below on adding and modifying keywords.
Code:
"terminal": {
"module": "terminal.py",
"#terminal_type": "curses",
"terminal_type": "http:0.0.0.0:8080",
"terminal_timeout": 5.0,
"default_channel": "MPSCS",
"curses_plot_interval": 0.2,
"http_plot_interval": 1.0,
"http_plot_directory": "../www/images",
"tuning_step_large": 1200,
"tuning_step_small": 100,
"smart_colors": [
{ "keywords": [ "fd", "fire" ], "color":"#ff5c5c" },
{ "keywords": [ "law", "lein", "pd", "police", "sheriff", "so" ], "color": "#66aaff" },
{ "keywords": [ "ambulance", "ems", "med" ], "color": "#ffb84d" },
{ "keywords": [ "rap" ], "color": "#37eb34" },
{ "keywords": [ "ecom" ], "color": "#ffff00" }
Here's a great HTMP Color Picker that you may find useful.
Last edited: