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.

    tide module for France

    Scheduled Pinned Locked Moved Troubleshooting
    10 Posts 2 Posters 1.2k Views 2 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.
    • R Offline
      RIKKO14
      last edited by

      @chassain-0 thank you !

      I was able to configure it according to my wishes but it lacks an important information in my opinion the time of low tide and high tide, is it possible to have this info with this module or another module?2020-10-15-191853_1080x1920_scrot.png

      C 1 Reply Last reply Reply Quote 0
      • C Offline
        chassain 0 @RIKKO14
        last edited by

        @RIKKO14

        peut être par une astuce simple…si le module n’existe pas.

        use MMM-Widget2 et add a html code in adding your web on the site “iframe generator”
        you can write me directly if you want help

        1 Reply Last reply Reply Quote 0
        • R Offline
          RIKKO14
          last edited by

          @chassain-0 said in tide module for France:

          add a html code in adding your web on the site “iframe generator”
          you can write me directly if you want help

          oulala, I am a noob.
          I don’t know how to add a html code in adding my web on the site “iframe generator”
          And how can I write you directly?

          first to install i have to :
          cd~ /MagicMirror/modules, then git clone https://github.com/eouia/MMM-Widget2
          and after that put in my config.js :

          {
            module: "MMM-Widget2",
            position: "top_left",
            config: {
            	refreshInterval: 1000*60*60,
            	file: "test.html",
            	iframeStyle: {
            		width: "800px",
            		height: "400px"
            	}
            }
          },
          

          but after that, what should I do ?
          i dont’ know to use Iframe…

          1 Reply Last reply Reply Quote 0
          • C Offline
            chassain 0
            last edited by

            an example :

            		{
              			module: "MMM-Widget2",  //
            			disabled: false,
            			position: "left",
              			config: {
            				refreshInterval: 1000*60*5,
            				code: `<iframe src="http://maree.info/26" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="800px" allowfullscreen></iframe>`,
             				iframeStyle: {
            				width: "800px",
                    				height: "400px",
              				},
              				}
            		},
            
            1 Reply Last reply Reply Quote 0
            • C Offline
              chassain 0
              last edited by

              private message sent to adjust

              1 Reply Last reply Reply Quote 0
              • R Offline
                RIKKO14
                last edited by

                i’s works but the presentation is not good…
                and I can’t preview if I change W & H, when I clic to preview a white web open

                2020-10-15-210429_1080x1920_scrot.png

                1 Reply Last reply Reply Quote 0
                • R Offline
                  RIKKO14
                  last edited by

                  my custom.css :

                  .MMM-Widget2
                  .MMM-Widget2 {
                  magin-left: -400px
                  }
                  2020-10-15-213059_1080x1920_scrot.png

                  C 1 Reply Last reply Reply Quote 0
                  • C Offline
                    chassain 0 @RIKKO14
                    last edited by

                    @RIKKO14 put off the first line

                    1 Reply Last reply Reply Quote 0
                    • 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