MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. fox
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 20
    • Posts 187
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Withings

      @aluini said in Withings:

      I corrected some things on the module :

      • correction of the @ih800a bug (I had the same)
      • add external CSS
      • add the loader
      • add translation

      I’ll review the design of the module

      [card:aluini/MM_Withings]

      Nice. I want to test it.
      My data from my withings steel also showable?

      posted in Requests
      foxF
      fox
    • iFrame module not showing content

      @desertblade I’ve created on my second raspi an container called iframe.html (He takes temperature data from pool with 1-wire sensors)
      alt text

      and indexsmall.html is:
      http://pastebin.com/KjhxUpYZ

      But it does not work.
      Only a white line:
      alt text

      Code in MM is:

      modules: [
                      {
                              module: "MMM-iFrameReload",
                              position: "top_right",
                              header: "",
                              config: {
                                      url: "http://192.168.188.30/iframe.html",
                                      width: "100%",
                                      height: "200px"
                              }
                      },
      
      

      Who can help me?

      posted in Troubleshooting
      foxF
      fox
    • RE: Does anyone know how to make the iFrame module refresh periodically?

      created new thread because this one is solved with the original issue

      posted in Troubleshooting
      foxF
      fox
    • RE: [MMM-PIR-Sensor] Install failing

      @Jopyth said in [MMM-PIR-Sensor] Install failing:

      @fox This PR should have fixed the issue (it is merged into the master).

      Are you running MagicMirror 2.1.0? And is your PIR-Module up-to-date? Try updating both (see this and do it in both directories) to the newest version.

      I deleted PIR Sensor completely. And made a new installation of this module and it installed without Problems. looks good from now

      posted in Troubleshooting
      foxF
      fox
    • RE: [MMM-PIR-Sensor] Install failing

      did you install the fix? or is this now obsolet?

      posted in Troubleshooting
      foxF
      fox
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Great app !

      What could be improved: the changelog would be interesting if i choose and perform an update.

      posted in System
      foxF
      fox
    • RE: Does anyone know how to make the iFrame module refresh periodically?

      @kevsfastz
      Above is a sample of the code(the weird forum framework removed the headd of the html )
      Yes it is working very fine in the web browser

      Does this help you?

      Thank you in advance !

      posted in Troubleshooting
      foxF
      fox
    • RE: Does anyone know how to make the iFrame module refresh periodically?

      @kevsfastz said in Does anyone know how to make the iFrame module refresh periodically?:

      @fox

      This depends on the output of your other Pi. If you already have this output displayed in say HTML format ( I assume that’s what you mean when you say simple homepage?) you can easily place this in iFrame via local URL. The best way would be to create its own page so you can control the output, then you can use CSS styles to adjust colors, size, placement etc.

      Thank you for your answer. I tried of course, but I got only a white line on the screen.

      posted in Troubleshooting
      foxF
      fox
    • RE: Does anyone know how to make the iFrame module refresh periodically?

      @kevsfastz said in Does anyone know how to make the iFrame module refresh periodically?:

      @fox
      The simple answer is yes it is possible. What is your goal specifically?

      I have another raspberry who gets temperatures with one-wire-sensors.
      This i provide in a simple homepage:

          <div>
            <div>
          <h2>...</h2>
      	<p><b>Temperaturen:</b></p>
          <p>Luft:............ -3.5°</p>
      	<p>Dach:........... -2.5°</p>
      	<p>Pool: ............3.5°</p>
      	<p><b>Status: </b></p>
      	<p>Pumpe:........... <b>Aus</b></p>
          <p>Solarheizung:...<b>Aus</b></p>
          <br />
      	<p><b>Meta: </b></p>
          <p>System:...........Linux 4.1.19+ armv6l</p>
      	<p>CPU Temp:....14.260°</p>
      	<p>Sensors...........3 x DS18B20 @ 5V </p>
          <p>Last Update:......Mon 13-02-2017, 19:40:05 Uhr</p>
      	</div>
      	<p>....</p>
           
          </div>
      
        
      
      

      how to show this, or parts of it?

      edit:(the html header will not be shown in this forum framework :walking:

      posted in Troubleshooting
      foxF
      fox
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 18
    • 19
    • 13 / 19