You had the plugin before?
Have you done this after switching to my fork? It should install chart.js as a dependency.
npm install
I hope this solves your problem. Let me know.
You had the plugin before?
Have you done this after switching to my fork? It should install chart.js as a dependency.
npm install
I hope this solves your problem. Let me know.
I forked the MMM-forecast-io module and did some changes. You can find my fork here. I need still to clean up a bit and expose some options to the modules config section.
If you try it, please do let me know what you would like to have changed.
Hi,
thanks for pointing me to that module. I liked the modern view of the bars for min/max temperature.
I was missing the rain probability and the hourly graph I wanted to be more modern.
This is what I came up with
I hope you like it.
Ralf
Hi guys,
I like the concept of the bars for the min/max temperature very much. I wanted the look of the hourly temperature graph a bit more more modern and slick.
I sat down today and did some code magic. I am surprised how it went. The magicmirror is the first javescript project. So bear with me.
This is how it looks now.
I created a fork which I will clean up a bit in the next weeks. Today I am glad it works at all ,-)?
Enjoy.
Ralf
Hello,
I saw this weather plugin in the excellent post of user iamtyce
I would like to know which modul this is? Or is this done via custom.css? I am interested in the “bars” fro min/max temperature.![alt text](image url)
Hi guys,
I added a feature to show devices in different color. I created a pull request with all relevant changes.
Enjoy.
Thanks for this cool plugin.
Ralf
What modules did you use for weather and commute. You mentioned you list them, but I am missing the list.
Hey guys,
I wanted to have the top colums split 40/40/20 and the bottom 50/50 (no center).
I am new to CSS, so please be patient.
I tried in custom.css the following (without success). The bottom works out fine, but the upper part the left and middle column are overlapping.
Any help is much appreciated. Thanks.
body {
margin: 30px; /* Less margin */
height: calc(100% - 60px);
width: calc(100% - 60px);
}
header {
text-transform: none; /* No Capitals in the Header */
}
.region.top.left {
width: 37%;
}
.region.top.center {
width: 37%;
left: 0%;
-moz-transform: translateX(0%);
-o-transform: translateX(0%);
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.region.top.right {
width: 13%;
}
.region.bottom.left {
width: 47%;
}
.region.bottom.right {
width: 47%;
}
I like your setup. Thanks for sharing.
Those two monitors are driven by one Pi? Or one each?
Hello,
love the MM. Thanks for making it so easy to install.
I have trouble with the calendar module. I am using an iCal Weblink. Loads as a charm. But when MM keeps on running it seems the calendar entries seem not to be updated. The time behind one entry is updated, but when the topmost entry e.g. is approaching it does not drop out. It is still in the list and the time shows “how long it was from the past” (abs(dateOfEntry - now)).
Restarting the MM helps, but doing this once a day seems not the intended way to solve this problem ,-).
Any hints?
Kind regards.
Ralf Klüber