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

mm-system-temperature

Scheduled Pinned Locked Moved Troubleshooting
13 Posts 5 Posters 7.0k Views 4 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.
  • P Offline
    PointPubMedia
    last edited by Aug 1, 2016, 9:22 PM

    @MichMich Would need some help about CSS with your module…

    I would like to use it at bottom_bar

    with
    div.mmm-systemtemperature div.module-content {
    text-align: right;
    }

    And also change the fontsize and dimmed to false… like I did with the MMM-ip module

    1 Reply Last reply Reply Quote 0
    • P Offline
      PointPubMedia
      last edited by Aug 1, 2016, 9:25 PM

      Can we change the prepend string without touching the code directly ?

      K 1 Reply Last reply Aug 1, 2016, 9:52 PM Reply Quote 0
      • K Offline
        kckndrgn @PointPubMedia
        last edited by Aug 1, 2016, 9:52 PM

        @PointPubMedia Yes, the prepend string is in the config

        modules: [
            {
                module: 'mmm-systemtemperature',
                position: 'top_center', // This can be any of the regions.
                classes: 'small dimmed', // Add your own styling. Optional.
                config: {
                   **prepend: 'your string'**
                }
            }
        ]
        ~~~
        1 Reply Last reply Reply Quote 0
        • P Offline
          PointPubMedia
          last edited by Aug 1, 2016, 11:46 PM

          prepend in the config is not working. That change nothing…

          K 1 Reply Last reply Aug 2, 2016, 12:58 AM Reply Quote 0
          • K Offline
            kckndrgn @PointPubMedia
            last edited by Aug 2, 2016, 12:58 AM

            @PointPubMedia
            Sorry,
            the correct syntax is prependString per the documentation:

            prependString: 'Pi 3 Temp: '
            

            worked on my system.

            1 Reply Last reply Reply Quote 0
            • P Offline
              Peter
              last edited by Dec 23, 2017, 12:25 PM

              Please, can somebody tell me where I can find this module?
              I have been searching …
              Peter

              M 1 Reply Last reply Dec 23, 2017, 1:42 PM Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @Peter
                last edited by Dec 23, 2017, 1:42 PM

                @Peter

                https://github.com/MichMich/mmm-systemtemperature

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 1
                • P Offline
                  Peter
                  last edited by Dec 23, 2017, 1:44 PM

                  Thanks!
                  Why could I not find it?
                  Peter

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