Read the statement by Michael Teeuw here.
Extension of MMM-Tools (Bugsounet)
-
Hi !
MMM-Tools fetch all info needed : (tested on my dev platform and not definitive)
[2020-08-13 17:55:13.191] [LOG] Send this Status: { OS: 'Debian 10 (buster)', SYS: 'Core™ i5-3350P', NETWORK: [ enp3s0: { ip: '192.168.0.17', type: 'wired', default: true }, wlx98ded00d0521: { ip: '192.168.0.193', type: 'wireless', default: false } ], MEMORY: [ total: '7934Mb', used: '2613Mb', percent: '40' ], STORAGE: [ '/': { size: '39.98Go', used: '10.33Go', use: 25.84 }, '/home': { size: '383.49Go', used: '53.64Go', use: 13.99 }, '/boot/efi': { size: '96.00Mo', used: '31.57Mo', use: 32.89 }, '/media/Data': { size: '540.76Go', used: '96.68Go', use: 17.88 } ], CPU: [ temp: '44.0', usage: '23' ], UPTIME: '1 jour 17 heures 25 minutes', RECORD: '27 jours 18 heures 49 minutes', SCREEN_STATUS: 'OFF' }
of course
SYS
info is the result of CPU type or RPI type
exemple for a RPI 4:SYS: 'Raspberry Pi 4 Model B Rev 1.1'
RPI 3:
SYS: 'Raspberry Pi 3 Model B Plus Rev 1.3'
Now, i will do a new visual for displaying all information received ;)
Note: If somebody need other information to display, just tell me :) -
This is current information and visual fetched in my dev branch
Raspberry:
My dev platform:
Of course, you can hide, if you want, not needed partitions info.
if you have multiple network, the default network is represented with a star- You can try the dev branch with this command:
(assumed that v1 is installed)
cd ~/MagicMirror/modules/MMM-Tools git checkout -f dev npm install
- to return to v1:
cd ~/MagicMirror/modules/MMM-Tools git checkout -f master npm install
do not hesitate to give me feedback.
if any other informations is missing, just tell me :) -
Looks good…
Here’s some issues:- Is there an example for the config.cfg?
- The alignment is now right again, in the old version I was able to adjust it to the left?
- How do I get the display wider, in the old version I could adjust it?
- How can I change the label, from UPTIME to Laufzeit or *LAN to eth0?
- And what are “Go” and “Mo” which should be about “GB” and “MB”?
Regards,
Michael
-
-
I force all value to display, I don’t really add some feature to personalize actually
you can’t actually config:
recordUptime: true,
to record and display : record uptime
partitionExclude : [],
fo exclude partition to display
sample:partitionExclude : [ "/boot" ],
if you don’t want display info about/boot
partition -
I have to ajust css code
-
not coded yet (personal feature will be coded in the end)
-
I’m trying to do a translation file (wait a while ;) )
just tell me what value to translate (and translation needed)
For Lan to eth0. I have fetch the name info by not displayed actually (because in my dev the WLAN interface have a very very long name)
so i have planned a feature for name choice displaying (native or WLAN/LAN) -
I will do dual code (actually it’s a test)
I will be back to you when i have done some totentials change
-
-
Yeah !
- I have just commit some change on dev branch
- I add the new configuration part in Readme
- I correct some css code
- I correct unit Go to Gb
- added translation file (
de
too)
actually supported :en
,fr
,de
(thx to @lxne),id
(80% done) andsv
(thx to @el97 from github),it
(thx to @MrDondoT from github)
I can add other language just help me to do the translate file - added telegramBot command
/status
MagicMirror:
TelegamBot:
-
new change:
useMagicMirror: true,
inUPTIME: {}
for choice of system uptime (since boot) or magic mirror uptime -
I’m liking these developments, I’m watching with great interest :)
-
I finalize ;) and go to master !
You can try it, if you want
cd ~/MagicMirror/modules git clone -b dev https://github.com/bugsounet/MMM-Tools cd MMM-Tools npm install
and read the dev readme for config
Edit for ALL!
- Dev is now freeze and waiting for YOUR debug, corrects or additions
- For me it’s ready for release :)
- Give me your Feedback !
- I can display all user connected but … really interesting, i don’t know ??
- Maybe i have forget something ?
I do this module for you !
actually for my usage, it’s ok
so tell me what do you want to display ;) -
-
MMM-Tools v2.0.0 is now Released !
Please Read wiki for new configuration