MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 108
    • Topics 92
    • Posts 21,151
    • Groups 1

    Topics

    • S

      new raspi OS version release Jan 28

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      1k Views
      BKeyportB
      @sdetweil I can’t find it (I’ve reverted to previous anyway), but bullseye actually runs OMX with a couple of library fixes, if I recall right, just takes a symlink or two to match up the shared libraries.
    • S

      pi0w status Jan 2022

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      1 Votes
      1 Posts
      401 Views
      S
      pi0w does NOT work on new bullseye image, due to lack of working browser no electron for armv6l both Chrome and Firefox crash with segment fault (compiled for armv7l), pi0w DOES work on legacy (buster) image use my install script to get all the parts working node and npm have to be upgraded from the experimental release channel downlevel chromium-browser installed start mm in server mode, with chromium as ui I will keep this updated as we learn more
    • S

      Alexa implementations now more difficult, and some features will stop working

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      9
      1 Votes
      9 Posts
      4k Views
      S
      @abuislam also, please don’t copy the prior post in your replies
    • S

      Raspi Legacy Chromium browser broken on pi0w (armv6l), unable to install MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      4k Views
      S
      MagicMirror install on pi0w broken with legacy OS… chromium startup yields illegal instruction uninstall/reinstall doesn’t fix… I think it installed the armv7l version incorrectly.
    • S

      new raspi os released oct 30

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      750 Views
      S
      https://www.tomshardware.com/amp/news/raspberry-pi-releases-legacy-os seems problems caused reissue of updated buster
    • S

      module not found error loading module in MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      41
      4 Votes
      41 Posts
      44k Views
      S
      @captsi there is no ‘no work’ solution. built in fetch replaces request I don’t know on the others.
    • S

      posts with inappropriate language or apparent attacks on other users are unacceptable

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      1 Votes
      6 Posts
      2k Views
      R
      @sdetweil I’m glad to see that this site response to bullying. Bullying is unacceptable and they need to be accountable for it
    • S

      spammers, note no tolerance

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      1
      4 Votes
      1 Posts
      990 Views
      S
      just a note for spammers, there is no tolerance. if it does not apply to MagicMirror, then your posts will be removed, and you will be banned. Period, no second chances.
    • S

      Are you tired of editing config.js, or have trouble doing it, see my new module

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      293
      6
      17 Votes
      293 Posts
      412k Views
      S
      @DarkV ok, my script is the only one I know about and it uses git lets do this to get a new copy and use your config/modules… copy paste this section to a terminal window cd ~ # save MM folder mv MagicMirror MagicMirror.org # install new MM (reply N to screen saver/pm2 bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" once MM is installed again lets make THIS new version look like the old copy/paste this # copy files cd ~ cp MagicMirror.org/config/config.js MagicMirror/config cp MagicMirror.org/css/custom.css MagicMirror/css cd MagicMirror/modules # save the new default module folder mv default .. cd .. # copy all the org modules cp -r -p ~/MagicMirror.org/modules . cd modules # remove the old default modules folder rm -rf default # move back the new default mv ../default . cd ~/MagicMirror now npm start should work
    • S

      2.14 electron not working/supported on raspian Jessie

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      S
      we have seen and verified that electron 8.5 and above are not working on raspian Jessie but Jessie is pretty old… u will see an error on npm start (after a version upgrade) /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libdbus-1.so.3: no version information available (required by /home/pi/MagicMirror__RL1/node_modules/electron/dist/electron) strongly recommended to rebuild a new sd card with raspian Buster
    • S

      testing new fixes, or solving current problems with next release code

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      3 Votes
      1 Posts
      5k Views
      S
      fixes are published in the next release via the develop branch to get there if you did manual install cd ~/MagicMirror git checkout develop git pull npm install restart MagicMirror as normal if you used my install script cd ~/MagicMirror git fetch origin develop:develop git checkout develop npm install if u are already ON the develop branch, and want to update to the latest, git pull npm install restart MagicMirror as normal
    • S

      Heads up. New Raspberry PI OS changes sound approach

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      185 Views
      S
      See https://www.raspberrypi.org/blog/new-raspberry-pi-os-release-december-2020/
    • S

      heads up.. develop branch has a big jump to electron 8.5

      Watching Ignoring Scheduled Pinned Locked Moved MagicMirror
      1
      0 Votes
      1 Posts
      436 Views
      S
      the next release will upgrade electron and a bunch of other components, and the staging is starting now. so, any pulls of the develop branch will get the next electron update…
    • S

      did we lose a troubleshooting topic capability? to be able to mark resolved?, never mind!

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      544 Views
      M
      @sdetweil can you give me a screenshot where I find the solved-button? Edit: Sorry, first I had to mark the question as question. Than there was the solved button. Well, this is kind of hidden :-)
    • S

      any mac(osX catalina) MagicMirror users (with a windows machine nearby)

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      281 Views
      S
      I use a samba share from a linux box to all my devices and systems… window, pi, mac. i have access to the share on my mac… BUT not if pm2 starts MM… I get access denied… if I stop the pm2 instance and then start MM with npm start it works fine… this is the MMM-ImagesPhotos module, with a soft link (ln -s) to the share from the module folder.
    • S

      warning, warning, 2.13 advisory, calendar module changes

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      185 Views
      S
      in 2.13 we changed over to the node-ical calendar parser to fix a bunch of problems, and add support for microsoft timezone names… we didn’t know if this would impact other calendar modules, as we left in the ical (ical.js) calendar parser. we intend to remove the ical parser on the next release…(Jan 1 approx)
    • S

      Version 2.13 calendar parser info, HELP!!!!

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      249 Views
      S
      in 2.13 we are fixing the calendar handling for multiple timezones and non IANA timezone names. but to do this we are switching the library we use from ical.js to node-ical. currently in the develop branch the ical.js library is removed… any non-default calendar modules using the ical library will fail… are there any? CalendarExt2 uses its own copy of ical.js MMM-MyCalendar uses vendor/ical (which is broken already in 2.12) 2.13 is coming next week… help
    • S

      calendar parser test fix

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      763 Views
      S
      see https://forum.magicmirror.builders/topic/13669/new-test-calendar-ics-parser-available
    • S

      2.12 repeating all day calendar events not shown for today, or weather only showing 2 days and missing analog clock numbers

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      19
      2 Votes
      19 Posts
      6k Views
      J
      So I have Calendar to show two upcoming birthdays. It is showing them one day too early. Is it the same problem as mentioned earlier? And will the same fix fix them for me?
    • S

      2.12 npm check:config temp fix

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      1 Votes
      6 Posts
      684 Views
      S
      @videogame95 open another topic. this one is about the config checker. and provide some info
    • 1 / 1