Read the statement by Michael Teeuw here.
MMM-DarkSkyForecast - Yet ANOTHER weather module
-
Post your config entry for that module using a code block so others can have a look at it for you
-
Hello,
it is pssible to add the sunrise and sunset in the DarkSky-Modul.
I need a huge of help, becuase i have no idea to insert the sunrise and sunset.
Any ideas or a little tutorial for me?
Thanks @all.
-
@hansolo MMM-forecast-io has sunset and sunrise time integrated and both take data from the same source.
So yes, it’s possible. The data is there. But I’m out. I’m unfortunately currently sitting on other projects.
-
@lavolp3
this little peace of code where be very nice ;-) -
This post is deleted! -
This post is deleted! -
@mykle1 ,What happen after install DarkSkyForecast (as config below)
only “Loading…” displayMy config
{
module: “MMM-DarkSkyForecast”,
header: “Weather”,
position: “middle_center”,
classes: “default everyone”,
disabled: false,
config: {
apikey: “xxxxxxxxxxxxxxxxxxxx”,
latitude: “13.756331”,
longitude: “100.501762”,
iconset: “4c”,
concise: false,
forecastLayout: “table”
}
},Thanks for your help
-
This post is deleted! -
This post is deleted! -
@nobita said in MMM-DarkSkyForecast - Yet ANOTHER weather module:
@mykle1 ,What happen after install DarkSkyForecast (as config below)
only “Loading…” displayMy config
{
module: “MMM-DarkSkyForecast”,
header: “Weather”,
position: “middle_center”,
classes: “default everyone”,
disabled: false,
config: {
apikey: “xxxxxxxxxxxxxxxxxxxx”,
latitude: “13.756331”,
longitude: “100.501762”,
iconset: “4c”,
concise: false,
forecastLayout: “table”
}
},Thanks for your help
I just tested with your config, and it works for me. All I did was changed the curly quotes to straight quotes and put in my api key, but otherwise i left everything else the same. Do you see anything errors in the either Electron’s console or MagicMirror’s server-side error log?