Hi Sam,
Weather module works. It is an issue with MMM-EnvCanada. I opened the issue on github, hoping to get a response from the author of the module. I don’t know how else to get in touch with the author. Thanks.
Hi Sam,
Weather module works. It is an issue with MMM-EnvCanada. I opened the issue on github, hoping to get a response from the author of the module. I don’t know how else to get in touch with the author. Thanks.
Hello,
Since yesterday MMM-EnvCanada stopped loading, stays on starting …
I have not made any changes in MM. Does anybody else have this problem? Any pointers? Thanks.
Thanks Sam.
I had it as schedules but it has to be notification_schedule. This works now.
Thanks. I changed the payload to as follows:
payload: “chromecast”
Still the source in Wallpaper does not change?
Anything else I should I look for?
Hi,
I am trying to use MMM-ModuleScheduler to send notification to MMM-Wallpaper for changing the source in config. However, it does not seem to change. Is there something wrong with the Scheduler as set up below:
{
module: ‘MMM-ModuleScheduler’,
config: {
schedules: [
{
schedule: “0 17 * * *”,
notification: “UPDATE_WALLPAPER_CONFIG”,
payload: {
module: “MMM-Wallpaper”,
config: {
source: “chromecast”,
}
}
},
]
}
},
No errors in running and the wallpaper module works fine but the source does not change as per the scheduler? Any help will be appreciated. Thanks.
Thanks for the replies. I did make a spelling error in config.js;, MMM-WallPaper where it should have been MMM-Wallpaper. Thanks.
Hi,
I git clones in modules director and np install in MMM-Wallpaper director. When I run MM, it seems to look into a wrong path to give this error:
[WARN] No /home/sankum/MagicMirror/modules/MMM-WallPaper/MMM-WallPaper.js found for module: MMM-WallPaper.
The path should be modules/MMM-WallPaper and not modules/MMM-WallPaper/MMM-WallPaper.
What is the issue here and how to fix this? Tried uninstalling and installing again, but same result. Thanks.
Sam, thanks for your help.
Thanks Sam. Is it possible to scale the heights of cells in a month view? This way all months will be scaled based on the maximum of 6 rows. If so, how? Thanks.
Thanks Sam. Sorry for being confusing and not using the right technical words. Basically I am having issues with the layout on different pages, I will give an example using CalendarExt3 (month view):
Month of May has 5 rows, fits nicely on the page it is on. Month of August has 6 rows and when I put that month on a different page, it does not fit the same way as the total width of the calendar is now higher.
So how can I specify a absolute fixed width for the calendar so that it automatically adjusts to that for every month, regardless of number of rows in that month?
As for other headers, they are indeed FIFO, so that is fine. Thanks.