Read the statement by Michael Teeuw here.
MMM-MarineWeather
-
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
[card:grenagit/MMM-MarineWeather]
I hope you like the module.
Please inform me of any problems.Grena
-
I like it! :thumbsup:
-
I don’t see … help me please
-
@minomit said in MMM-MarineWeather:
I don’t see … help me please
What is your problem? What do you want to do?
-
@grena loading …
-
@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? -
config: {
latitude: 40.10 , // Latitude
longitude: 18.52, // Longitude
appid: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” // StormGlass API key (docs.stormglass.io)
} -
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 } },
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 terminalcd ~/MagicMirror/ && npm start dev
. -
@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)
-
@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.