A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Errors with newest update

    Solved
    3
    0 Votes
    3 Posts
    909 Views
    N
    @sdetweil Thank you Sam
  • Default weather module not showing after MM update

    Solved
    25
    0 Votes
    25 Posts
    11k Views
    T
    @01ZerosOnes01 said in Default weather module not showing after MM update: @mumblebaj Okay this is what I get when I run shift + ctrl + i Load script: modules/default/weather/weather.js :8080/modules/default/weather/weather.js:159 Uncaught SyntaxError: Unexpected token . I’m running into the exact same issue as explained above since I updated my MM. However, I only get this error message in chromium on the rasperry pi itself when I call the URL of the MM. All other devices in my network can display the Weather Module cleanly when I access the page via LAN IP. Both chromium and firefox on my notebook and my smartphone are displaying the default weather module cleanly.
  • Config modules from external file (JSON)

    config modules json file
    14
    0 Votes
    14 Posts
    7k Views
    T
    @sdetweil thanks for the tip. Unfortunately, I couldn’t find a good js/python script example for that. For a while, I ended up creating a simple batch script to append multiple json config files for each module in between the config header and footer. In case you remember a place were I can find a thread for that discussion, please let me know.
  • Unable to start MM after updates

    Unsolved
    2
    0 Votes
    2 Posts
    778 Views
    S
    @Richard238 pm2 status will show u the defined apps to monitor if you used my script to install the name is MagicMirror. u can also use the row number pm2 start 0 or if more than one app is define, pm2 start all your status from above says 0 | MagicMirror | fork | 1 | stopped | 0%
  • How to fix npm install errors on Gateway?

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

    Solved
    34
    0 Votes
    34 Posts
    17k 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
    773 Views
    M
    @sdetweil Many thanks!. That seemed to work so far :) !
  • help with Google Calendar, No upcoming events

    Unsolved
    3
    0 Votes
    3 Posts
    733 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
    584 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
    B
    @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
    P
    @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
    690 Views
    N6NGN
    @sdetweil Thanks again Sam
  • Google Tasks - Time

    Unsolved
    1
    0 Votes
    1 Posts
    310 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
    603 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
    533 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.