nice thx!
.calendar .time {
padding-left: 30px;
text-align: right;
vertical-align: top;
}
.calendar {
width: 375px;
font-size: 200px;
line-height: 40px;
}
i also drop my cofig.js here… maybe thats my fault:
language: "de",
timeFormat: 24,
units: "metric",
modules: [
{
module: "alert",
},
{
module: "updatenotification",
position: "top_bar"
},
{
module: "clock",
position: "top_left"
},
{
module: "calendar",
header: "Icloud Calender",
position: "top_center",
config: {
calendars: [
{
symbol: "calendar-check-o ",
url:"webcal://pxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
}
]
}
},
{
module: 'MMM-NFL',
position: 'left',
config: {
colored: true
}
},
{
module: 'MMM-NFL',
position: 'right',
config: {
colored: true,
focus_on: "NE"
}
},
{
module: "MMM-rain-forecast",
position: "top_right", // see mirror setting for options
header: "Gibt es Regen",
config: {
lat: xxxx,
lon: xxxxx,
pleaseWait: "Bitte warten",
noRainText: "Bis %s kein Regen",
fillColour: '#0074d9' // This is a blue color you can also use blue, cyan etc
}
},
{
module: 'mmm-moon-phases',
header: 'Aktuelle Mondphase', // optionally you can add a header to this block
position: 'bottom_right', // this can be any of the regions
config: {
}
},
{
module: "weatherforecast",