A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • git issues after automatic install

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @benjay Unfortunately the GIT status is still reporting issues (same as before) those aren’t issues the package-lock.json is generated by the npm install, so its new and changed. the 0 is a bug from the installer once and the core is some dump from npm/node crashing at some time. all is good… (git status in the MagicMirror folder should show the same output after reboot)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Calendar Doesn't Honor custom.css for Background

    16
    0 Votes
    16 Posts
    4k Views
    E
    @sdetweil said in Calendar Doesn't Honor custom.css for Background: @ember1205 said in Calendar Doesn't Honor custom.css for Background: the Developer options with a real browser electron is a real browser, so you can do this ON the mirror, or from your desktop if the config parms allow remote system access. I always forget that I can use local browser to view developer window Now that you mention it, I have used the developer options directly on the appliance and should have remembered that. Thanks for the reminder!
  • Can't disable seconds on digital clock

    5
    0 Votes
    5 Posts
    1k Views
    E
    @sdetweil Sigh. Thanks. :)
  • problem with the node_helper

    2
    0 Votes
    2 Posts
    479 Views
    S
    @Artech do this cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js
  • Failed at the magicmirror@2.8.0 start script

    3
    0 Votes
    3 Posts
    1k Views
    F
    My mistake was that I had chossen to auto-start Desktop but not Autologin, after I changed to Autologin with Desktop everything was fine again.
  • Filter events on the Calendar module

    calendar filter
    2
    0 Votes
    2 Posts
    1k Views
    A
    @pedromrsantos A workaround could be to use separat calendar for meetings and presentations only. AxLED
  • How do i fix this error??

    2
    0 Votes
    2 Posts
    959 Views
    ?
    @KWuni You need to do electron-rebuild. Read the instruction carefully.
  • Node Install Issues

    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @sdetweil :thumbsup:
  • Calendar issue with 2.7.1

    12
    0 Votes
    12 Posts
    4k Views
    S
    @drfukc I ssh to my mirrors… one autostarts, one does not…
  • Weather forecast modul, shows the past 3-4 days forecast

    1
    0 Votes
    1 Posts
    672 Views
    S
    Hi All. After updating to 2.7.0 the Weather Forecast module is still showing the last 3-4 days (Wednesday) and today its Sunday. All other module and time is working fine. How can I fix that issue ?
  • Trouble Starting

    2
    0 Votes
    2 Posts
    937 Views
    bheplerB
    At first glance, I think you forgot to run the npm install in the proper directory during the upgrade. Try this: cd /home/pi/MagicMirror pm2 stop all git pull npm install The npm install command will take a while to run, so be patient. Let us know how it goes.
  • Magicmirror Hanged

    5
    0 Votes
    5 Posts
    2k Views
    ejay-ibmE
    Sorry it’s in french but that can help you to test your sensor out of the magicmirror app directly in python https://raspberry-pi.developpez.com/cours-tutoriels/capteur/mag-pi-utiliser-port-gpio/partie-1-detection-mouvement/ Ejay
  • Some Calendar Icons Missing

    calendar icons
    8
    0 Votes
    8 Posts
    4k Views
    B
    I’m on the latest Magic Mirror version but icons like dumpster, drumstick-bite, trash, trash-alt are not working for me. calendar and birthday-cake are just fine.
  • Spotify Play?

    19
    2
    0 Votes
    19 Posts
    15k Views
    M
    @ejay-ibm Hey Ejay, many thanks for testing and bug fixing. Regarding your findings: The original RegEx still works on my installation, but based on your experience it seams like the RegEx is more stable by just looking for the URL itself. I can´t see any downside of this approach. In my test it turn out that “-” and “_” need to be added to the character set, due to they are used e.g. in usernames (spotify_germany) which are part of playlist path. Also the escaping is now much more proper (interesting that the raw version had worked…) Important finding from ejay if raspotify just jump back to track start instead of changing the song, an update of raspotify is needed. I had exactly the same behavior on my installation.
  • pm2 erorr log full of errors

    3
    0 Votes
    3 Posts
    2k Views
    N
    I recently seen that on my improvement machine. LE rectified: just the pm2 logs order will skip appearing/time on application invigorate.
  • Script error

    11
    0 Votes
    11 Posts
    3k Views
    S
    @ernst-jan https://jshint.com/ Has helped me.
  • compliments doesnt work

    Unsolved
    3
    0 Votes
    3 Posts
    896 Views
    bheplerB
    Glad to hear it. Remember to mark the forum topic as solved!
  • New weather module (develop branch) not updating

    1
    0 Votes
    1 Posts
    686 Views
    R
    I’ve noticed recently that the new weather module in the develop branch stops updating. I got this error in the developer console: 2cors-anywhere.herokuapp.com/https://api.darksky.net/forecast/mykey/mylatlong?units=us&lang=en Failed to load resource: the server responded with a status of 503 (Service Unavailable) 0.0.0.0/:1 Failed to load https://cors-anywhere.herokuapp.com/https://api.darksky.net/forecast/mykey/mylatlong?units=us&lang=en: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://0.0.0.0:8080' is therefore not allowed access. The response had HTTP status code 503. If the service is unavailable shouldn’t the weather module update once it is available? If I restart MM, the module will update properly and work for about a day.
  • Can't change default port

    1
    0 Votes
    1 Posts
    660 Views
    G
    Hi there, mi problem is that i changed the default port to 8089, but using the remote module, the displayed port is 8080, but in any way i can’t connect to the magic mirror on the 8089 port, neither on the 8080 port…so, what’s wrong? Thank for any response.