• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Extension of MMM-Tools (Bugsounet)

Scheduled Pinned Locked Moved Development
30 Posts 6 Posters 4.9k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    A Former User
    last edited by Aug 18, 2020, 1:48 PM

    This is current information and visual fetched in my dev branch

    Raspberry:

    Screenshot_20200818_153056.png

    My dev platform:

    Screenshot_20200818.png

    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 :)

    M 1 Reply Last reply Aug 18, 2020, 6:01 PM Reply Quote 1
    • M Offline
      MiPraSo @Guest
      last edited by Aug 18, 2020, 6:01 PM

      @Bugsounet

      Looks good…
      Here’s some issues:

      1. Is there an example for the config.cfg?
      2. The alignment is now right again, in the old version I was able to adjust it to the left?
      3. How do I get the display wider, in the old version I could adjust it?
      4. How can I change the label, from UPTIME to Laufzeit or *LAN to eth0?
      5. And what are “Go” and “Mo” which should be about “GB” and “MB”?

      Regards,

      Michael

      MMM-ToolsV2.PNG

      1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User
        last edited by Aug 18, 2020, 10:00 PM

        1. 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

        2. I have to ajust css code

        3. not coded yet (personal feature will be coded in the end)

        4. 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)

        5. I will do dual code (actually it’s a test)

        I will be back to you when i have done some totentials change

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User
          last edited by A Former User Aug 19, 2020, 11:20 PM Aug 19, 2020, 5:44 PM

          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) and sv (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:

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by Aug 19, 2020, 7:50 PM

            new change:
            useMagicMirror: true, in UPTIME: {}
            for choice of system uptime (since boot) or magic mirror uptime

            1 Reply Last reply Reply Quote 0
            • R Offline
              robertybob
              last edited by Aug 19, 2020, 11:16 PM

              I’m liking these developments, I’m watching with great interest :)

              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User
                last edited by A Former User Aug 19, 2020, 11:56 PM Aug 19, 2020, 11:21 PM

                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 ;)

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User
                  last edited by Aug 20, 2020, 4:07 PM

                  So ?

                  Added : MMM-TelegramBot warning (wanted by @lxne)
                  Modified translation: it (thx @Cr4z33) , de (thx @lxne)

                  Can I Release it ? nothing else to add ?

                  R 1 Reply Last reply Aug 21, 2020, 12:33 AM Reply Quote 0
                  • ? Offline
                    A Former User
                    last edited by Aug 20, 2020, 9:28 PM

                    MMM-Tools v2.0.0 is now Released !

                    Please Read wiki for new configuration

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      robertybob @Guest
                      last edited by Aug 21, 2020, 12:33 AM

                      @Bugsounet I will download it this week and report back ! :D

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        11/30
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy