A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to fix npm install errors on Gateway?

    Unsolved gateway npm error
    2
    0 Votes
    2 Posts
    974 Views
    AssassinsA
    @Untitled Is not the right Forum. Ask here : https://forum.bugsounet.fr
  • Struggling with Weather... module

    Solved
    34
    3
    0 Votes
    34 Posts
    13k Views
    S
    @D3dl3g glad u got it working. we are all noobs at some of this stuff…
  • Git with MM

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @MagicBeginner when you git clone you copy the repository too your module should NOT be added to the MM git repo (unless u are creating a new default module which would be shipped as part of MM) and you don’t NEED ANY of MM to create and use a git repo for your module
  • Building mirror without programing

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @plainbroke no, sorry. neither support bash scripting in Chromebook, if u install a real os, like gallium, then the script works., but not on chromeos… windows 10/11, manual install works, with extra steps…
  • Newfeed & Bring not updating

    Unsolved
    4
    0 Votes
    4 Posts
    677 Views
    M
    @sdetweil Many thanks!. That seemed to work so far :) !
  • help with Google Calendar, No upcoming events

    Unsolved
    3
    0 Votes
    3 Posts
    664 Views
    ankonaskiff17A
    @sdetweil Sounds a lot like same problem I had with Google calendar that was some odd date and time format that Google was using. Did that exact thing. No upcoming events. I punted on Google in end and am sending Outlook calendar to MM
  • MagicMirror Raspberry 3B

    Unsolved
    2
    0 Votes
    2 Posts
    528 Views
    S
    @beliar Googlemapstraffic has not been updated in a while. I found and fixed a bug like this, so try my copy https://github.com/sdetweil/MMM-GoogleMapsTraffic the other issues sound like a networking problem on restart…
  • Best bet for those not technically inclined?

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    FoziF
    @sdetweil Yeah, I totally agree with that. But it really depends on the modules. Thus, some sort of endurance test might be useful before shipping the mirror.
  • Weather module

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    bheplerB
    @yagger - Starting up a VPN is a bit outside the scope of this forum, but I can give general advice. Assuming that you have never set up your own VPN server, you will want to rely upon a commercial VPN service (1). There are a couple dozen out there to choose from. Examples are: ExpressVPN, NordVPN, Private Internet Access, TunnelBear. Whichever one you use, they usually fall into 2 categories: They will either provide you with a program that you run in the background that will establish the connection, or they will provide you with a configuration file for OpenVPN which will establish the connection. Instructions for either method will be on the website of the VPN provider. Regardless of your provider, be sure to specify that you’re using a Unix-based operating system, specifically Debian. That should get you the correct instructions to install. 1 - There are free VPN services out there. I do not trust them. If you can’t see how each company makes their money, then you are the product.
  • default calendar - individual icon colors?

    5
    -1 Votes
    5 Posts
    4k Views
    pugslyP
    @pugsly Figured it out… .fas.fa-fw.fa-calendar { color: #ffffff; /* white / } .fas.fa-fw.fa-birthday-cake { color: #00ffff; / cyan / } .fas.fa-fw.fa-gift { color: #ffff00; / Yellow / } .fas.fa-fw.fa-institution { color: #ff0000; / Red / } .fas.fa-fw.fa.fa-building-o { color: #00ff00; / Lime */
  • troubleshooting pm2 logs

    Solved
    3
    0 Votes
    3 Posts
    600 Views
    N6NGN
    @sdetweil Thanks again Sam
  • Google Tasks - Time

    Unsolved
    1
    0 Votes
    1 Posts
    287 Views
    P
    I have MMM Google Tasks, installed and working but the default only shows the date, not time of the task. I tried change the moment.js from the default ‘MMMM Do’ to the second one they have on https://momentjs.com/ but the time is frozen on 12:00 despite the time being different on the tasks app. Any solutions? Sorry if dumb question.
  • How to set up a cron job for rebooting the server?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    JerryPJ
    Magic Mirror Auto Start: nano mm.sh “Paste The Following Code And Save” #!/bin/bash sleep 20 cd /home/pi/MagicMirror/ npm run start To Make The Scripts Executable: chmod +x mm.sh Enter The Crontab File: crontab -e Now Add The Following Commands To The Bottom And Save: @reboot /home/pi/mm.sh &
  • Need to npm install valid-url everytime I deploy MM

    Solved
    3
    0 Votes
    3 Posts
    528 Views
    G
    @sdetweil calendar hasn’t used valid-url for almost a year.(2.16). That would make sense as I had this problem for quite a while everytime I was moving docker volumes between devices but I decided to ask for help just today. I removed /modules/default added dns entry to docker-compose as my calendar module could’t reach google and it is working now. Thank you
  • Calendar shows events that are in 2 days, but shows them as today.

    Unsolved
    2
    0 Votes
    2 Posts
    503 Views
    S
    @natebrown what timezone is your calendar set for? and what timezone is your system set for? can u show an entry from the ics? curl -sL url-of-cal >somefile.txt then edit somefile.txt and find the event entry begin vevent … end vevent the ics file is text
  • 0 Votes
    4 Posts
    4k Views
    W
    @sdetweil You brilliant person! Solved and many thanks. Made a total rooky mistake to not allow outside comm through the config.js file.
  • pm2 Lost My MagicMirror

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @N6NG and u can use the number as well… fom pm2 status 0 MagicMirror ..... so, pm2 stop 0, or pm2 stop MagicMirror or pm2 stop all pm2 --help shows u all the things it can do
  • Wallberry not showing

    Unsolved
    1
    0 Votes
    1 Posts
    451 Views
    G
    Created a new mirror. Done this a couple of times over the years. I always used Wallberry as a theme. Git cloned the wallberry folder in the modules folder. Added the basic config in the config file but for some reason not happens. The default non-wallberry theme shows up. All other changes like calendar etc get shown perfectly… Something I am missing? Logs shows nothing
  • MMM-Google Photos: Unable to Generate Token

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @millis see my post in the other topic.
  • 0 Votes
    3 Posts
    3k Views
    F
    @sdetweil Hi there, yes I did, and I ran it again, and then it worked. But thanks for the hint!