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.

    Showing temperature from php file

    Scheduled Pinned Locked Moved Requests
    6 Posts 3 Posters 3.9k 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.
    • 1 Offline
      12wsx
      last edited by

      May I please someone to write simple module to show temperature from this link
      http://solartemp.no-ip.org:3000/lcdfeed.php?key=AAaaAAaaAA&group=e28ca223
      it is simple text. or maybe ther is a module which can simply adapt. I tried use MMM-Rest module but it is not starting “module loading” I’m very newbie in magic mirror and not a programmer so i can’t do it by my self.
      Regards
      Daniel

      1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        https://forum.magicmirror.builders/topic/5743/mmm-solartemp

        like this? ;)

        Configuration like this:

        		{
        			module: "MMM-Solartemp",
        			position: "bottom_right",
        			header: "Solartemp",
        			config: {
        				baseURL: "http://solartemp.no-ip.org:3000/lcdfeed.php",
        				key: "AAaaAAaaAA",
        				group: "e28ca223"				
        			}
        		},
        

        Could you please explain a bit more which sensors this module is using? Maybe others could use it as well.

        1 Reply Last reply Reply Quote 2
        • 1 Offline
          12wsx
          last edited by

          @12wsx said in Showing temperature from php file:

          http://solartemp.no-ip.org:3000/lcdfeed.php?key=AAaaAAaaAA&group=e28ca223

          Thank You Very Very much! it works great!
          This project is Nettemp- smart home project from poland.
          A lots of stuff- ds18b20, bme280, Air quality PMSx003, DIY Meteo by@pimowo- lightning sensor AS3935. Power, water, electricity reading and many many others.

          I Have only one question- how to change font ?

          yawnsY 1 Reply Last reply Reply Quote 0
          • yawnsY Offline
            yawns Moderator @12wsx
            last edited by

            @12wsx
            Either you manipulate MMM-Solartemp.css in module folder ~/MagicMirror/modules/MMM-Solartemp or you modify custom.css in ~/MagicMirror/css

             .figures {
            	 font-family: "Times New Roman" !important;
            }
            

            If you use the second option you are not running into problems if there is an update to the module.

            1 Reply Last reply Reply Quote 1
            • O Offline
              onetwankyfive
              last edited by

              this looks pretty cool
              http://techfreak.pl/nettemp/

              1 Reply Last reply Reply Quote 0
              • 1 Offline
                12wsx
                last edited by 12wsx

                next question.
                is it Possible to use this module two times in one MM?
                I want to use it on left for home sensor and on right for own meteo station and air quality?

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 1 / 1
                • 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