Read the statement by Michael Teeuw here.
MMM-MarineWeather
-
@grena I also have the same behavior. Here is my config :
{ module: "MMM-MarineWeather", header: "Marine Weather", position: "top_right", config: { latitude: 46.829853, // Latitude longitude: -71.254028, // Longitude appid: "414492aa-c717-11e9-a3da-0242ac130004-4144953e-c717-11e9-a3da-0242ac130004", dataSource: "sg", params: "airTemperature,windSpeed,windDirection" } },
And result is :
-
I’m having the same issue where it just displays “Loading”…….
{
module: “MMM-MarineWeather”,
position: “top_right”,
config: {
latitude: 32.7157,
longitude: 117.16,
appid: “XXXXXXXX-9a15-11ea-b3e2-0242ac130002-9be8a7f6-9a15-11ea-b3e2-0242ac130002” //StormGlass API Key (docs.stormglass.io)
}
}, -
@ryanbeljan : Thank you for your positive feedback. I will work on a new version of the module to use the new information of API v2 (currently the module uses API v1) ;)
@boivinmi : Currently, it’s not possible to choose the information displayed with
params
. By removing this line from your configuration, it works fine!@Deckard99 : Indeed, there is a problem with
waveHeight
at your location (probably because it is a lake and not the sea). In the next version, I will integrate a better detection of this type of error to avoid the total blocking of the module! -
@grena : Sorry no luck, I removed every config except latitude, longitude et appid and it still shows Loading…
-
@boivinmi
With your MMM-MarineWeather configuration, it works fine! Did you restart the magic mirror?{ module: "MMM-MarineWeather", header: "Marine Weather", position: "top_right", config: { latitude: 46.829853, // Latitude longitude: -71.254028, // Longitude appid: "414492aa-c717-11e9-a3da-0242ac130004-4144953e-c717-11e9-a3da-0242ac130004" } },
Since I can’t reproduce your bug, you have to see if there are any error messages in the console!
-
@grena I am by the Pacific Ocean…not a lake…not that I don’t like lakes :)
-
@Deckard99 said in MMM-MarineWeather:
latitude: 32.7157,
longitude: 117.16,For me, the place associated with this coordinates is located near a lake in China! You may be able to verify that the coordinates are correct: www.latlong.net
-
Google says this is San Diego…where I live…
v2 is up an working, great job!
-
@Deckard99 said in MMM-MarineWeather:
Google says this is San Diego…where I live…
I think you forgot the - for the longitude (to the west of Greenwich) !
With these coordinates, you’re in San Diego!
latitude: 32.7157, longitude: -117.16,
-
Hello everyone,
MMM-MarineWeather 0.2.0 has just been released, you can now:
- Display additional information (pressure, cloud cover, visibility, sea level) with API v2.
- Customize displayed information (except water temperature and air temperature).
To update:
cd ~/MagicMirror/modules/MMM-MarineWeather git pull
I hope you like this new version.
Please inform me of any problems.Grena