A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-WeatherChart use of Chartjs

    7
    1
    0 Votes
    7 Posts
    1k Views
    S
    @ankonaskiff17 see https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1606945574374 the chartjs styles are not exposed as css elements They have attributes on the chart object to do the same
  • Fault on WeatherForcast default module.

    1
    1
    0 Votes
    1 Posts
    167 Views
    ankonaskiff17A
    I keep seeing this fault on the developer Tools console. I am using the Openweathermap free tier and it has a limit on the number of calls that can be made per day. I sent Openweathermaps a question regarding the fault and their reply was as follows. "I would recommend you to contact the software developer for details. If the software tries to use the Daily API endpoint, it will not get access, since it is not available for free users. Any ideas on how to clear this error? Or best to ignore until the new default weather module is ready for general usage. Here is screen capture of fault.[image: 1606826893126-error.jpg]
  • MMM-Remote Control and MMM Random You Tube Player

    1
    0 Votes
    1 Posts
    171 Views
    S
    I installed MMM Remote Control and have been able to access it with my mobile. Unfortunately it disrupts the Youtube playlist when I change the config file to address: 0.0.0.0. The Youtube Module cannot access the playlist. When I uncomment the address line: //0.0.0.0, the Youtube Module works again. Unfortunately the Remote Control Module then doesn’t work. There seems to be some sort of conflict between the two modules in this regard. I have tried different options for the address line: “::” “ip address” and so on. Nothing has worked just yet. Does anyone have any suggestions for a workaround?
  • How does the default MMM-Calendar authenticate Google?

    Unsolved calendar fullcalendar google calendar
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Edohvin if u open a browser on the mirror system. Can u put your ics url in the browser and download the ics file? There are public and secret urls that work
  • Unknown Error

    Moved
    3
    0 Votes
    3 Posts
    413 Views
    bheplerB
    There’s definitely something going on with your config.js file. Looking at the code, it’s not picking up the focus_on entry that you’ve supplied. Try to post the relevant section of your config.js again. Check the markdown options for how to post blocks of code. It’s probably something trivial, but without a good look into your config, I don’t think we can help you.
  • iFrame with username and password

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    M
    Chris check this https://support.actiontiles.com/en/communities/12/topics/2916-logging-into-actiontiles-in-iframe-with-no-keyboard its work for me
  • MMM-Google photo error when executing node generate_token.js

    1
    0 Votes
    1 Posts
    289 Views
    R
    I’ve installed the MMM-Google photo module on a windows pc with git bash I’ve created a client_secret_xxx.apps.googleusercontent.com.json file and renamed it to credentials.json and placed it into the MMM-Google photo module directory. The problem occurs when I execute node generate_token.js. See the error below. What is wrong and how do I fix it? $ node generate_token.js [GPHOTOS:CORE] Error: Missing Credentials. C:\Users\administrator\MagicMirror-master\modules\MMM-GooglePhotos\GPhotos.js:13 3 throw e ^ Error: Missing Credentials. at new Auth (C:\Users\administrator\MagicMirror-master\modules\MMM-GooglePho tos\GPhotos.js:31:11) at GPhotos.onAuthReady (C:\Users\administrator\MagicMirror-master\modules\MM M-GooglePhotos\GPhotos.js:130:14) at GPhotos.generateToken (C:\Users\administrator\MagicMirror-master\modules MMM-GooglePhotos\GPhotos.js:141:10) at Object. (C:\Users\administrator\MagicMirror-master\modules\MMM -GooglePhotos\generate_token.js:10:9) at Module._compile (internal/modules/cjs/loader.js:1138:30) at Object.Module._extensions…js (internal/modules/cjs/loader.js:1158:10) at Module.load (internal/modules/cjs/loader.js:986:32) at Function.Module._load (internal/modules/cjs/loader.js:879:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js :71:12) at internal/main/run_main_module.js:17:47
  • Default Calendar Stopped Showing Recurring Events

    21
    0 Votes
    21 Posts
    5k Views
    S
    @Alvinger yes, i like your solution there
  • MMM-PIR-Sensor Off on Music

    1
    0 Votes
    1 Posts
    153 Views
    M
    Hello everyone, I am using the MMM-PIR Sensor module (https://github.com/paviro/MMM-PIR-Sensor), so far everything works perfect, except that I also take advantage of the HDMI output of my Raspberry pi zero w to get audio, when it does not detect movement and the sensor turns off the HDMI output, the audio is also cut, is there any way to tell the module that if any sound is playing, you should ignore the HDMI shutdown by time? Thank you very much for your help.
  • Problem with MMM-MyGarbage module

    8
    0 Votes
    8 Posts
    1k Views
    R
    @rkvant maybe post the contents of the csv you’ve put together? Possibly if there’s just a typo like a comma out of place the module will fail to load it, might be helpful to see the data you’re feeding in : )
  • MagicMirror on Dual Screen

    6
    0 Votes
    6 Posts
    2k Views
    A
    @geek_kaushal did u test it?
  • snowboy: Device or resourse busy

    12
    0 Votes
    12 Posts
    3k Views
    ?
    @banbutcher don’t know really, in all case it will be restart I have coded this code ‘on error… Retry and make a loop (is needed)’ And I code ‘stop snowboy every 12h snowboy and restart it (and verify any error)’ So the code is normally controlled by the library
  • usb mic on raspi ,magicmirror not recording

    2
    0 Votes
    2 Posts
    355 Views
    S
    @videogame95 it would be a file in the users(pi) home folder, .asoundrc notice the dot at the font. mine looks like this pcm.!default { type hw card 0 } ctl.!default { type hw card 1 } but my mic (webcam) is actually on card 2 arecord -l **** List of CAPTURE Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: PCH [HDA Intel PCH], device 2: ALC892 Alt Analog [ALC892 Alt Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 2: CameraB409241 [USB Camera-B4.09.24.1], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0
  • Module calendar

    1
    0 Votes
    1 Posts
    151 Views
    J
    Bonjour comment avoir les jours fériés français ? merci
  • MMM-BMW-OW

    7
    0 Votes
    7 Posts
    2k Views
    Mykle1M
    @Ron-kamstra :thumbsup:
  • Weather location not updating

    1
    0 Votes
    1 Posts
    252 Views
    R
    Greetings, Newbie here. I have updated the locationID and got my own appid for the weatherforecast and currentweather modules. Still shows New York. Config check shows no errors. Thoughts anyone?
  • MMM-SleepWake integration with MMM-NewPIR

    2
    0 Votes
    2 Posts
    352 Views
    S
    @RomeWood it currently doesn’t work with NewPIR as u noted But i don’t thin u need sleepwake. Use ecoMode:true to blank the screen
  • MMM-Awesome-Alexa isn't working

    17
    0 Votes
    17 Posts
    3k Views
    S
    @LukeTheWalker far as I know, you cannot play music thru the awesome Alexa module.
  • MagicMirror

    7
    -1 Votes
    7 Posts
    2k Views
    P
    @pat59 j en profite pour vous remercier de votre aide précieuse et navigue sur ce site pour prendre quelque conseils cordialement
  • Custom Commands in @MMM-Remote-Control

    5
    0 Votes
    5 Posts
    2k Views
    E
    Hello! Ezequiel here. customCommands should be inside the config of the Remote Control. You can raise a question in the issue page for further instructions. Cheers :D