• 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 5.0k 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.
  • S Offline
    sdetweil @Guest
    last edited by Aug 21, 2020, 3:35 AM

    @Bugsounet remember there are multiple cores. all at 100% usage is maybe 200%

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • ? Offline
      A Former User
      last edited by A Former User Aug 21, 2020, 3:47 AM Aug 21, 2020, 3:40 AM

      so … RPI have 4 cores => can display 400% ?

      if it’s that … I have to determinate the number of core (the npm libray can do that)
      and divide the result by the number of cores

      something like that :
      avg = (averageValue * 100) / nbCore

      1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User
        last edited by Aug 21, 2020, 10:53 AM

        So:

        avg = (averageValue * 100) / nbCore —> don’t working

        I have coded my own method
        I take 10 last values to do an average
        now it’s works and fixed with v2.0.1 :)

        M 1 Reply Last reply Aug 22, 2020, 3:11 AM Reply Quote 0
        • R Offline
          robertybob
          last edited by Aug 21, 2020, 9:31 PM

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • R Offline
            robertybob
            last edited by Aug 22, 2020, 12:23 AM

            I’ve installed this and everything seems to be working fine :)

            1 Reply Last reply Reply Quote 0
            • M Offline
              MrDondoT @Guest
              last edited by Aug 22, 2020, 3:11 AM

              @Bugsounet :thumbs_up: installed and it works great!

              1 Reply Last reply Reply Quote 0
              • S Offline
                Sandy2503
                last edited by Aug 22, 2020, 7:40 PM

                @Bugsounet

                Today i updated the MMM-Tools from my old Version (Sean) to Your New Version 2.01.

                It Looks great, but i have a Problem.
                Your Module is in my mirror on Position Bottom Right - but the Information are standing the Center of the Module.
                Is it possible to move the Information to the right side ?

                Best Regards,
                Sandy2503

                Sorry, for my bad english

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User
                  last edited by Aug 23, 2020, 9:34 AM

                  @Sandy2503 :

                  • if you consider v1.1.x is sean version, so I did not have to make enough modification since v1.0.0 (like display OS, uptime, optimization) :(
                  • for your problem, i don’t know what do you really want… so try to adjust the css file
                    • you can try in real time modifing with dev console in Elements tab (npm start dev)
                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Sandy2503
                    last edited by Sandy2503 Aug 23, 2020, 10:16 AM Aug 23, 2020, 10:15 AM

                    yes, my english isn`t very well.

                    My be i can show you a picture.

                    rsz_20200821_1501531.jpg

                    I`d like to move the informations to the right border or expand to the whole module position.

                    i think it is possible with the correct css coding …

                    1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User
                      last edited by A Former User Aug 23, 2020, 11:58 AM Aug 23, 2020, 10:20 AM

                      ah …

                      Force contener size with feature:

                      containerSize feature : unit it’s pixel
                      sample:
                      containerSize: 300,
                      and it will make module wider

                      you can aslo to the same thing with itemSize (for the label section like, os, typ, … rekord)

                      itemSize: for the label section (like, os, typ, … rekord)
                      containerSize: for the result value

                      by default it and autocalc result

                      see the full configuration sample and tunning section for more info of each feature

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      3 / 3
                      • First post
                        25/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