A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Bookworm: MM not starting

    Solved
    11
    0 Votes
    11 Posts
    827 Views
    S
    @calimero said in Bookworm: MM not starting: backup MM folder use your install-script removed module and config-content from backup to new folder also, I have backup/restore scripts that will do that AND allow you to keep different versions, AND save on github NOT on local machine where it might be lost only saves the config, custom.css and a LIST of the modules (where from) on restore, reinstalls all the modules (in case node.js changed during the time between backup and restore) see https://github.com/sdetweil/MagicMirror-backup-restore
  • Calendar shows late day events on next day but at correct time

    Unsolved
    35
    2
    0 Votes
    35 Posts
    10k Views
    S
    @natmash awesome. thanks for the testing and feedback
  • Node/npm not working?

    Solved
    4
    0 Votes
    4 Posts
    278 Views
    S
    @greaser01 not new pi, just software I gave you the instructions (there is no ‘list’ of steps, other than these I am giving) use my script to save your MM config … copy the folder off the pi, or save on github (part of backup) go to the raspi OS page and flash a new SD card with new OS boot that sd card run my MM install script, gave link to page to copy/paste the command when MM is running, stop it copy the backup back to the pi, or use from github (part of the restore script) run the restore script to reinstall all the modules and config and custom.css restart MM should be as you had it before don’t continue on if a step doesn’t work… come back here
  • PIR wake up automatically!

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    S
    @Sceetch said in PIR wake up automatically!: [MMM-Pir] [LIB] [PIR] Mode 0 Selected (onoff library) I have seen troubles reported with mode zero. i dont use this myself
  • calendar - wrong repeating count when using sliceMultiDayEvents

    Solved
    17
    1
    0 Votes
    17 Posts
    2k Views
    S
    @MarcLandis I pushed a new branch here is an UPDATED test version of the fixes for all kinds of calendar date problems. NOTE: the changed branch name NOTE: this used the node-cal@0.19.0 library UNCHANGED best to make a new folder and git clone there git clone https://github.com/sdetweil/MagicMirror cd MagicMirror git checkout fixcaldates2 // <------ note this is a changed branch name npm run install-mm copy your config.js and custom.css from the prior folder and the non-default modules you have installed… this ONLY changes the default calendar but DOES ship an updated node-ical library too if you need to fall back, just rename the folders around again so that your original is called MagicMirror all the testcases for node-ical and MagicMirror execute successfully. the ‘BIG’ change here is to get the local NON-TZ dates for the rrule.between() all the checking and conversion code is commented out or not used the node-ical fixes are for excluded dates (exdate) values being adjusted for DST/STD time… waiting to submit that PR one fix in calendar.js for checking if a past date was too far back, but it never checked to see IF the event date was in the past… (before today) so it chopped off too many and one change in calendarfetcher.js to put out a better diagnostic message of the parsed data… (exdate was excluded cause JSON stringify couldn’t convert the complex structure) I added the tests you all have documented please re-pull and checkout the new branch (I deleted the old branch) and npm run install-mm again
  • Installation Problems

    Solved
    8
    0 Votes
    8 Posts
    907 Views
    S
    @davidgagne understood… its tough for sure on the older hardware
  • None of my additional modules are working

    Solved
    2
    0 Votes
    2 Posts
    297 Views
    S
    @angeliKITTYx a little more info please did you upgrade MagicMirror from a previous release? what apps are the trouble ones names please
  • Modules are loading with new docker image

    Solved
    15
    0 Votes
    15 Posts
    4k Views
    C
    @sdetweil @HeikoGr That was it, changing the parameter for the weather Plugin + updating the api Key to a payment method. Now weather and MMM-WeatherChart are running again. MMM-SoccerLiveScore not, as they seem to search for a new API.
  • CSS module MMM-homeassistant-sensors

    Unsolved
    2
    1
    0 Votes
    2 Posts
    234 Views
    S
    @ELMAGO i do not know, but you can use the developers window elements tab to explore and test css changes see the second link in my signature below
  • middle_left, middle_center, middle_right

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    S
    @greedyvegan cool but this was an error {;z that leading ;
  • Unable to install MagicMirror

    Solved
    10
    0 Votes
    10 Posts
    899 Views
    K
    @sdetweil I have installed a completely new system. The current raspbian OS and of course the MM. The MM itself is running. At the moment I’m fighting with a news module and with the GoogleAssistant from @bugsounet. I am optimistic that I will win the battle. Otherwise, I’m looking for advice from this great community ;-) But first I’m going on holiday with my family tomorrow :-) Many thanks for your help
  • set up on raspbery pi 3 b+

    Unsolved
    3
    0 Votes
    3 Posts
    216 Views
    S
    @ASUSenthusiast did you get this resolved?
  • Unraid-Docker Based MM Container

    Unsolved
    3
    0 Votes
    3 Posts
    751 Views
    S
    @Linoge did you get this resolved?
  • Module Error

    Unsolved
    6
    0 Votes
    6 Posts
    968 Views
    S
    @Lockslay the new apikey was the one with the credit card, right? that is v3
  • MMM-Remote-Control Not working well after upgrade to 2.29

    Solved
    19
    0 Votes
    19 Posts
    2k Views
    K
    @karsten13 said in MMM-Remote-Control Not working well after upgrade to 2.29: @sdetweil I submitted a PR Thank you very much
  • Mirror not starting after update

    Solved
    33
    0 Votes
    33 Posts
    6k Views
    X
    @sdetweil So it’s up and running with MM 2.29. I think I will never touch it again, only make OS updates/upgrades and nothing else.
  • 0 Votes
    9 Posts
    899 Views
    butchkemperB
    @sdetweil I ran the fixuppm2 script and now MM starts when the System starts and pm2 now works. I just need to figure out why the MM Calendar is not starting. Thank you for your help. Butch bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"
  • 0 Votes
    14 Posts
    2k Views
    M
    @MMRIZE said in Receive a HTTP request and subsequently wake up display and display alert/notification: @MilkShake said in Receive a HTTP request and subsequently wake up display and display alert/notification: I cannot get http://192.168.1.100:8090/webhook?action=notification=SOMEONE_AT_THE_DOOR to work. It returns a 200:OK but nothing is displayed. http://MMIP:8090/webhook?notification=SOMEONE_AT_THE_DOOR read carefully. You are absolutely correct. Thanks for pointing it out.
  • After update 2.29.0 PM2 does not work

    Solved
    20
    1 Votes
    20 Posts
    5k Views
    S
    @htilburgs I have added the mm.sh to fixuppm2.sh
  • update-script.sh hangs after "saving custom.css"

    Solved
    14
    1 Votes
    14 Posts
    2k Views
    S
    bug in my script, fixed.