A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Yahoo RSS feed appears to have been discontinued.

    Unsolved
    2
    0 Votes
    2 Posts
    773 Views
    W
    CBS news feed is working for me https://www.cbsnews.com/latest/rss/main
  • Problem with generating Google Assistant token

    Unsolved
    1
    0 Votes
    1 Posts
    239 Views
    K
    Hi, I installed and configured the MMM-GoogleAssistant from @bugsounet and entered the Name of the OAuth client (MMM-GoogleAssistant) and Authorized redirect URIs as https://googleassistant.bugsounet.fr and now I have a problem at the end when I generate the token. After npm run token I got the following error message from the google page You cannot log in because this app has sent an invalid request. Try again later or contact the developer. More information about this error If you are the developer of this app, you can find more information in the error details. Error 400: redirect_uri_mismatch When I checked my authorized domains in “OAuth consent screen” I have added the domain “bugsounet.fr”. But obviously something I made wrong. It would be nice, if someone could help me. Thank you in advance. Klinge
  • ADD GOOGLE ASSISSTANT

    Unsolved
    1
    0 Votes
    1 Posts
    140 Views
    T
    HI everyones. i can’t register device on google console for google assisstant. please help me
  • Newsfeed stopped getting Yahoo news

    Unsolved
    1
    0 Votes
    1 Posts
    369 Views
    W
    Update: I believe the problem is with Yahoo, not my Magic Mirror. Raspberry Pi Zero 2W, Buster, MM V2.24 Yahoo news feed stopped working a day or two ago. I’ve rebooted but no improvement. Other news feeds are still working. Error Message in PM2 logs: [ERROR] Newsfeed Error. Could not fetch newsfeed: https://www.yahoo.com/news/rss Error: Not Found on Accelerator Here is the link from the config file. https://www.yahoo.com/news/rss That link works in a browser on my PC
  • MM won't launch at startup, but will launch manually

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    S
    @majsoft cool. don’t know if we have that on other systems sometimes if you do sudo npm remove pm2 -g then reboot and run the fixuppm2 script in my scripts list
  • hourly forecast openweathermap doesn't show data, MagicMirror v2.28

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    S
    @sdetweil said in hourly forecast openweathermap doesn't show data: @stephanvdplas are you on MagicMirror version 2.29? if not, then add apiVersion:"3.0", Thank you! This did the trick! I am on 2.28 (and updating is not possible at the moment), but this extra line makes it work again!
  • ubuntu - run the script before sleeping and after waking up the PC

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @majsoft yeh, that one opened by me! fairly slow w fixes
  • Cant use showEnd icloud cal

    Solved
    30
    0 Votes
    30 Posts
    6k Views
    S
    @evroom I didn’t pick the property name… just got stuck with fixing its behavior!.. lol your enhancement… thats why we expose the work… have the discussions.
  • Magicmirror won’t update

    Unsolved
    3
    0 Votes
    3 Posts
    598 Views
    S
    @bworch also, if you had used my upgrade script it would have informed you about this file https://github.com/sdetweil/MagicMirror_scripts
  • Installing on Xubuntu 18.04.6 LTS

    Solved
    13
    2 Votes
    13 Posts
    3k Views
    S
    @pato yeh,. last time x86 nodejs was distributed was version 8, in 2019 node-v8.17.0-linux-x86.tar.gz 17-Dec-2019 06:30 18294008 node-v8.17.0-linux-x86.tar.xz
  • Issues showing dashboard on an Joan E-INK tablet

    Solved
    4
    0 Votes
    4 Posts
    469 Views
    S
    @miesjel12 many of the e-ink devices require some front end pre-processor service, as the e-ink doesn’t support everything (font shading… motion, …) read page in service, provide filtered page on different URL like this(know nothing about this, just results of google search) https://github.com/lapwat/papeer
  • Calendar recovery help? MM Cache?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @pcmofo they are not cached. we download them every time, and throw them away
  • Large google calendar not loading

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    S
    @mischag ALL config for ALL modules goes in config.js. all the stuff in a module config BEFORE the config:{} section is info for the MagicMirror runtime. everything inside the config:{} section belongs to the module so in the MMM-CalendarExt3 module config section maybe you want a transformer as you want to change it { module:'MMM-CalendarExt3', position: xxx , config:{ mode:'month', eventTransformer: (event) => { if(event.title.includes('Mary') event.color='red' // always return the event return event; }, } }
  • Bookworm: MM not starting

    Solved
    11
    0 Votes
    11 Posts
    1k 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
    0 Votes
    35 Posts
    12k Views
    S
    @natmash awesome. thanks for the testing and feedback
  • Node/npm not working?

    Solved
    4
    0 Votes
    4 Posts
    457 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
    4k 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
    0 Votes
    17 Posts
    4k 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
    1k 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
    374 Views
    S
    @angeliKITTYx a little more info please did you upgrade MagicMirror from a previous release? what apps are the trouble ones names please