After several trials I think it’s o.k.
Thanks for the support.
Chris

Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
The adjustment of the width was the key factor… thx…

But I do not found out how to adjust the font size or position of the long forecast text… Do I have to do this in the custom.css?
This is my try in the custom.css - but seem not to work as expected…
}
.MMM-DarkSkyForecast .module-content {
width: 400px;
}.MMM-DarkSkyForecast .wrapper.tiled .forecast-container .forecast-item .wind-container,
.MMM-DarkSkyForecast .wrapper.table .forecast-container .forecast-item .precipitation-container,
.MMM-DarkSkyForecast .wrapper.table .forecast-container .forecast-item .wind-container {
display: none;
}
}
.MMM-DarkSkyForecast .wrapper.table .forecast-container .forecast-item > span,
.MMM-DarkSkyForecast .wrapper.table .forecast-container .header-row > span {
font-size: 4px;
}
}.MMM-DarkSkyForecast .attribution {
font-size: 10px;
line-height: 5px;
color: #333;
text-align: left;
} -
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
thanks- I tried to reduce the size of the long forecast text - do you know how to adjust? I think I have to do this in the DarkSky.css…
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
sorry - I copied the config of an older status…
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Yes, have “tiled” in the config - but the size is not like in the pic…the module is shown over the entire right screen size… pls. refer to the upper picture…
-
Noob needs advice - DarkSkyForecast
Noob need some advise with size of the “tiled” view. Would like to have it in a compact way “top right”. I do not find any possibility to adjust the size.
In the moment it looks like this:

I would like to have smaller to get my worldclock below…
like this:

Any ideas?
Thanks, Chris -
RE: Noob need support for MM2 Update to 2.2.2
How can I mark to solved? Sorry…?
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
So, I have added the nice module. I have to adjust the size - who can give some tips/ advice to bring the module in shape?

I would like to have it in this shape:

-
RE: Noob need support for MM2 Update to 2.2.2
thanks - done and updated to MM ver 2.6.0
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Noob need some advice: Wunderground was running properly untill my API key expired. Now I try to install DarkSKy. I have updated MM to 2.6.0 and installed MMM-DarkSkyForecast and got a newe folder home/pi/MagicMirror/MMM-DarkSkyForecast.
How can I implement the module that its’s running? What do I have to change:
config.js:
{
module: “MMM-DarkSkyForecast”,
header: “Weather”,
position: “top_right”,
classes: “default everyone”,
disabled: false,
config: {
apikey: “xxxxxxxxxxxxxxxxxxxxxxx”,
latitude: “51.4185682”,
longitude: “6.8845226”,
iconset: “4c”,
concise: false,
forecastLayout: “table”
}
},