86bd4869a2
personalisation; small changes to show connected Reflector
...
I may add, you may need to setup a symlink from your webroot
"Links.log" to the actual logfile somewhere at /var/log/mmdvm/Links.log
2024-07-07 17:19:30 +02:00
Kim - DG9VH
c042b3a1ce
Changed from Twitter to Fediverse
2022-11-05 17:09:07 +01:00
Kim Huebel
9f63c75118
Added automatically reloading of DMR_ID-list after (configured) time.
...
Configure your time in logtailer.ini as DMR_ID_Reload_Time
Also removed sleep in service-files and modified TG-List.csv
2022-01-28 19:14:33 +00:00
Kim Huebel
62c615904b
Inserted two custom text sections for showing own text
...
- one in header
- one between header and table-tab-section
You can customize the text with your own html.
2021-05-01 12:17:02 +01:00
Kim Huebel
7f2953de4e
Fixing problem with transmissions ending without beginning :-)
2021-05-01 10:51:24 +01:00
Kim Huebel
6113d838ad
finally fixed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/26
2021-04-30 19:52:34 +01:00
Kim Huebel
6dd7057254
Switching debug off
2021-04-30 11:28:13 +01:00
Kim Huebel
7d940ac5f4
Now fixed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/26 also for P25 transmissions
2021-04-30 11:27:21 +01:00
Kim Huebel
21bad01db9
solved https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/26 copletely
2021-04-28 19:11:06 +01:00
Kim Huebel
2a24eaf807
Trying to fix https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/26
2021-04-28 18:39:52 +01:00
Kim Huebel
9325017ff9
Modified CPU-temperature detection for better working on systems with...
...
... external Temp-sensors...
2021-04-26 21:09:52 +01:00
Kim Huebel
204c2ab507
Removed double "at" at target.
2021-04-26 15:10:01 +01:00
Kim Huebel
90200a2718
Added origin of YSF-transmission to Target (if possible).
2021-04-26 14:58:26 +01:00
Kim Huebel
82d07b4b52
Fixed bug with normalized callsigns
2021-04-25 18:56:19 +01:00
Kim Huebel
b3981aac22
Normalize callsigns for qrz.com-Links
2021-04-25 18:46:55 +01:00
Kim Huebel
5f5e3589ba
Fixed Local Heard problem with Network-Watchdogs since last transmission lost fix
2021-04-25 18:14:30 +01:00
Kim Huebel
66b5916a2c
Colorizing Local Heard BER like Last-Heard and All Heard
2021-04-25 16:58:11 +01:00
Kim Huebel
bbfc1ed3da
second attempt to fix transmission lost (local RF)
2021-04-25 16:46:31 +01:00
Kim Huebel
2744fe951b
Edited Readme.md
2021-04-25 11:15:42 +01:00
Kim Huebel
a6038f15f3
further color corrections on BER at dark-theme
2021-04-25 11:08:48 +01:00
Kim Huebel
565abb713a
fixed voice transmission lost
2021-04-25 11:01:42 +01:00
Kim Huebel
237a73977c
correct timezone CEST instead of EET
2021-04-23 22:25:46 +01:00
Kim Huebel
bf7e60a284
Make theme switchable in footer and store choice in cookie for 30 days
2021-04-22 19:08:37 +01:00
Kim Huebel
dd8bd05aa0
Set default-color to none on LOSS and BER instead of black
2021-04-22 07:57:14 +01:00
Kim Huebel
579c32050a
Added choseable style-themes (dark and bright), defaults to dark
...
configure in config.js with useDarkTheme = 1 for dark, 0 for bright
2021-04-21 21:23:20 +01:00
Kim Huebel
07a824d3c2
Added Service-Monitoring
...
New Tab with service-monitoring added
2021-04-14 22:04:34 +01:00
Kim Huebel
fd56a1ea87
Modified Readme.md
2021-04-10 19:54:10 +01:00
Kim Huebel
171cffbc2a
Merge branch 'main' of https://github.com/dg9vh/MMDVMHost-Websocketboard into main
2021-04-10 19:51:31 +01:00
Kim Huebel
dab6896877
Added individual links to Target-Entries in TG_List.csv
...
Added as new column like:
YSF,0,40,DL Multimode 263,https://c4fm.ysfreflector.de/Germany/
2021-04-10 19:49:14 +01:00
Kim Huebel
231f829cb8
Addiing .gitignore to .gitignore
2021-04-06 16:21:54 +01:00
dl8tu
33f1dcc812
Create bootstrap.min.css.map
...
added missing file ...
2021-04-02 15:44:37 +02:00
Kim Huebel
ef044f3f3b
Modified gitignore
2021-03-30 20:46:59 +01:00
Kim Huebel
6557ba2ca7
Added .gitignore
2021-03-30 20:45:58 +01:00
Kim Huebel
bd6cf9dd7f
Remove QSO-column and Copy-button in lh-tab if qso-tab is disabled
2021-03-24 17:56:17 +00:00
Kim Huebel
f3232845e1
Added JS/CSS Libraries locally
...
closed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/16
2021-03-14 10:53:56 +00:00
Kim Huebel
3aec69e3e6
Correct URL for TG_List.csv
...
The request was build on a crazy way not sure why working :-)
2021-03-13 20:02:19 +00:00
Kim Huebel
99656a2bc3
Removing trailing / on paths...
...
On some passages I used a trailing / producing problems, if you put the html-parts on a webserve within a subdirectory or something like that...
2021-03-13 19:26:41 +00:00
Kim Huebel
49cbd82657
Added a modal poping up if config.js structure is not actual
...
please initially compare your config.js in the html/js folder with the one in
the repository and add finally following line at top of the file:
var config_struc_ver = 20210312.1;
2021-03-12 14:49:51 +00:00
Kim Huebel
8b352fc7ec
fixing problem with orange BER-lines if BER not existing (---)
2021-02-22 22:05:12 +00:00
Kim Huebel
5fe2757078
Resolving problem with Wires-X activation on DG-ID 127
2021-02-22 21:34:44 +00:00
Kim Huebel
90d403ae02
Showing bubbles with origin on target-column
2021-02-21 15:28:59 +00:00
Kim Huebel
dc8d5dec7d
switching of debug
2021-02-19 16:17:25 +00:00
Kim Huebel
cd8e96a11f
Fixing problem with network-watchdog lines
2021-02-19 16:16:09 +00:00
Kim Huebel
7d61d1a3fb
attempt to fix orange line on watchdog-lines...
2021-02-19 14:19:31 +00:00
Kim Huebel
8ddf5e30ef
Adding some more logging output in logtailer
2021-02-18 21:56:28 +00:00
Kim Huebel
226a87a55e
Added P25 to TG-Lookup
...
Configuration same like YSF...
2021-02-18 17:16:02 +00:00
Kim Huebel
e6f2368322
Putting YSF also to resolving of Talkgroups...
...
Working on DG-IDs, add lines like:
YSF,0,40,DL Multimode 263
So only makes sense, if you are using DGIdGateway or (modified) versions of
YSFGateway (for using YCS).
2021-02-17 20:58:46 +00:00
Kim Huebel
37580baaae
Some other behavior if modem-reply is not usable
2021-02-16 20:44:20 +00:00
Kim Huebel
a8b721b9d0
Getting Modem-Version from different sources...
...
Staging through logfile, directly from modem, caching-file
2021-02-16 20:36:01 +00:00
Kim Huebel
6013e4e7d9
Problem solved with TG-Lookup
...
closed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/20
2021-02-14 17:19:23 +00:00