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

MMM-MarineWeather

Scheduled Pinned Locked Moved Utilities
25 Posts 9 Posters 7.4k Views 10 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.
  • G Offline
    grena Module Developer
    last edited by broberg Mar 28, 2020, 7:59 AM Sep 1, 2019, 4:29 PM

    Hello everyone,

    I just released a second Magic Mirror Module, MMM-MarineWeather, it displays the current marine weather :

    • Water and air temperatures
    • Wind conditions : speed, direction
    • Wave conditions : height, direction, period

    MMM-MarineWeather ScreenShots

    [card:grenagit/MMM-MarineWeather]

    I hope you like the module.
    Please inform me of any problems.

    Grena

    M 1 Reply Last reply Sep 1, 2019, 11:54 PM Reply Quote 1
    • M Offline
      Mykle1 Project Sponsor Module Developer @grena
      last edited by Sep 1, 2019, 11:54 PM

      @grena

      I like it! :thumbsup:

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • M Offline
        minomit
        last edited by Mar 24, 2020, 2:42 PM

        I don’t see … help me please

        G 1 Reply Last reply Mar 24, 2020, 3:34 PM Reply Quote 0
        • G Offline
          grena Module Developer @minomit
          last edited by Mar 24, 2020, 3:34 PM

          @minomit said in MMM-MarineWeather:

          I don’t see … help me please

          What is your problem? What do you want to do?

          M 1 Reply Last reply Mar 26, 2020, 7:19 PM Reply Quote 0
          • M Offline
            minomit @grena
            last edited by Mar 26, 2020, 7:19 PM

            @grena loading …

            G B 2 Replies Last reply Mar 27, 2020, 7:16 AM Reply Quote 0
            • G Offline
              grena Module Developer @minomit
              last edited by Mar 27, 2020, 7:16 AM

              @minomit said in MMM-MarineWeather:

              loading …

              Okay, on my side it works fine!

              Can you specify your MMM-MarineWeather configuration in the config/config.js file with a copy/paste into a code block (“</>” button) to try to find the problem?

              M 1 Reply Last reply Mar 28, 2020, 4:18 PM Reply Quote 0
              • M Offline
                minomit @grena
                last edited by Mar 28, 2020, 4:18 PM

                @grena

                config: {
                latitude: 40.10 , // Latitude
                longitude: 18.52, // Longitude
                appid: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” // StormGlass API key (docs.stormglass.io)
                }

                G 1 Reply Last reply Mar 29, 2020, 8:00 AM Reply Quote 0
                • G Offline
                  grena Module Developer @minomit
                  last edited by Mar 29, 2020, 8:00 AM

                  @minomit

                  With your MMM-MarineWeather configuration, it works fine !

                  {
                  	module: "MMM-MarineWeather",
                  	position: "top_right",
                  	config: {
                  		latitude: 40.10 , // Latitude
                  		longitude: 18.52, // Longitude
                  		appid: "414492aa-c717-11e9-a3da-0242ac130004-4144953e-c717-11e9-a3da-0242ac130004" // API Key for your tests
                  	}
                  },
                  

                  marineweather-minomit.jpg

                  Since I can’t reproduce your bug, you have to see if there are any error messages in the console! To start MagicMirror with DevTools open, run npm start dev from the MagicMirror folder like this in a terminal cd ~/MagicMirror/ && npm start dev.

                  M 1 Reply Last reply Mar 29, 2020, 11:14 AM Reply Quote 0
                  • M Offline
                    minomit @grena
                    last edited by sdetweil Apr 27, 2020, 9:12 PM Mar 29, 2020, 11:14 AM

                    @grena I0m copy/past some problem:

                    {
                                module: "MMM-MarineWeather",
                                "pages": {
                                                "tempo reale": "top_right"
                                },
                                //position: "top_right",
                                config: {
                                    latitude: 40.10 , // Latitude
                                    longitude: 18.52, // Longitude
                                    appid: "414492aa-c717-11e9-a3da-0242ac130004-4144953e-c717-11e9-a3da-0242ac130004" // API Key for your tests
                                }
                            },
                    

                    edited, PLEASE use the markup around code and config blocks (three backtics on a separate line before and after)

                    1 Reply Last reply Reply Quote 1
                    • G Offline
                      grena Module Developer
                      last edited by Mar 31, 2020, 8:32 PM

                      @minomit, do you use MMM-Page-Selector ?

                      I wanted to do a final test to reproduce your bug by installing MMM-Page-Selector, it works ! So, I added some error messages in the module to get more information but you will have to look at the console when starting MagicMirror with DevTools.

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