Hi pinsdorf, thanks for your prompt reply. I manage the clone and it works now. Thanks
Read the statement by Michael Teeuw here.
Posts
-
RE: Anyone face problem with MMM-EmbedYoutube module
-
Anyone face problem with MMM-EmbedYoutube module
I had followed the instruction and added the scripts as per follow:
I edited config.js and added the script:
modules: [ { module: "MMM-EmbedYoutube", // Path to youtube module from modules folder Exmaple: MagicMirror/modules/custom/MMM-EmbedYoutube/ so it's custom/MMM-EmbedYoutube position: "bottom_bar", // This can be any of the regions. config: { // See 'Configuration options' for more information. video_id: "w3jLJU7DT5E" } } ]
And created a directory as /MagicMirror/modules/custom/MMM-EmbedYoutube created the 3 files:
- MMM-EmbedYoutube.js
- license.txt (Although it is not necessary)
- README.md
But the script don’t work at all despite many attempts. I have also tried edited “video_id: “w3jLJU7DT5E”” for the source of the video.
Any thoughts?
-
RE: Google calendar refresh rate
Thank you @pinsdorf , I have got the fetchInterval value changed.
You are really a great help.
-
RE: Google calendar refresh rate
@pindorf, Thanks for the documentation.
According to the doc “To use this module, add it to the modules array in the config/config.js file”, may I know the module should be added under which section?
Appreciate your guidance.
-
Google calendar refresh rate
Hi guys, I had successfully loaded the main core MagicMirror(MM) by MichMich, and begin playing around with it.
I noticed when I input a new appointment in my Google Calendar via my Smart phone, the refresh on MM is slow and could hardly appear on the MM.
But if I input the appointment via my google web login, the update can be as fast as 1 min.
Question:
- Why does my smart phone took so long to update my Google calendar?
- Where can I change the refresh rate in MM?
Thanks
-
RE: Modifying Stylesheet (Weathermap, News feed & Temperature)
@doubleT Thank you. I manage to get the stylesheet.
-
Modifying Stylesheet (Weathermap, News feed & Temperature)
Hi all, I am new here and had benefited from the forum building my first magic mirror.
I had a default magic mirror built and would like to modify the style sheet, changing the font size and colour.
Can anyone share how to get it done?
Appreciate for your advice.