MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. bdream
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
    B
    • Profile
    • Following 1
    • Followers 0
    • Topics 17
    • Posts 189
    • Best 7
    • Controversial 1
    • Groups 0

    bdream

    @bdream

    6
    Reputation
    1050
    Profile views
    189
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    bdream Unfollow Follow

    Best posts made by bdream

    • RE: Update to v2.9.0 fail

      @sdetweil said in Update to v2.9.0 fail:

      if you have edited the package-lock.json file

      reedited and run script

      pi@MagicMirror:~/MagicMirror $  bash -c -i  "$(curl -sL https://www.dropbox.com/s/lxzwyzohg61sppu/upgrade-script.sh?dl=0)" force
      doing test run = false
      update log will be in /home/pi/MagicMirror/installers/upgrade.log
      
      saving custom.css
      upgrading from version 2.9.0 to 2.9.0
      fetching latest revisions
      there are 2 local files that are different than the master repo
      
         package-lock.json
         vendor/package-lock.json
      
      any *-lock.json files do not need to be saved
      do you want to save these files for later   (Y/n)?n
      updating MagicMirror runtime, please wait
      
      > magicmirror@2.9.0 install /home/pi/MagicMirror
      > cd vendor && npm install
      
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      
      audited 220 packages in 13.98s
      found 5 vulnerabilities (4 low, 1 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      > magicmirror@2.9.0 postinstall /home/pi/MagicMirror
      > sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts
      
      MagicMirror installation successful!
      
      > magicmirror@2.9.0 install-fonts /home/pi/MagicMirror
      > cd fonts && npm install
      
      audited 1 package in 1.385s
      found 0 vulnerabilities
      
      npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
      npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
      
      updated 1 package and audited 3475 packages in 106.649s
      found 28 vulnerabilities (1 low, 1 moderate, 26 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      processing dependency changes for active modules with package.json files
      
      processing for module MMM-Carousel please wait
      ----------------------------------
      audited 859 packages in 13.644s
      found 2 high severity vulnerabilities
        run `npm audit fix` to fix them, or `npm audit` for details
      processing complete for module MMM-Carousel
      
      processing for module MMM-PublicTransportHafas please wait
      ----------------------------------
      audited 41 packages in 3.408s
      found 0 vulnerabilities
      
      processing complete for module MMM-PublicTransportHafas
      
      processing for module MMM-PublicTransportHafas please wait
      ----------------------------------
      audited 41 packages in 2.67s
      found 0 vulnerabilities
      
      processing complete for module MMM-PublicTransportHafas
      
      processing for module MMM-PublicTransportHafas please wait
      ----------------------------------
      audited 41 packages in 3.904s
      found 0 vulnerabilities
      
      processing complete for module MMM-PublicTransportHafas
      
      restoring custom.css
      

      upgrade.log

      
      Upgrade started - Mi Okt 16 22:11:36 CEST 2019
      user requested to force apply changes
      doing test run = false
      
      saving custom.css
      not english or locale not set, set git alias
      remote name = origin
      upgrading from version 2.9.0 to 2.9.0
      fetching latest revisions
      current branch = master
      Auf Branch master
      Ihr Branch ist auf demselben Stand wie 'origin/master'.
      
      Zum Commit vorgemerkte Änderungen:
        (benutzen Sie "git reset HEAD <Datei>..." zum Entfernen aus der Staging-Area)
      
      	gelöscht:       css/custom.css
      
      Änderungen, die nicht zum Commit vorgemerkt sind:
        (benutzen Sie "git add <Datei>...", um die Änderungen zum Commit vorzumerken)
        (benutzen Sie "git checkout -- <Datei>...", um die Änderungen im Arbeitsverzeichnis zu verwerfen)
      
      	geändert:       package-lock.json
      	geändert:       vendor/package-lock.json
      
      Unversionierte Dateien:
        (benutzen Sie "git add <Datei>...", um die Änderungen zum Commit vorzumerken)
      
      	$
      	%logfile
      	core
      	css/save_custom.css
      	installers/dumpactivemodules.js
      	installers/pm2_MagicMirror_new.json
      	installers/stashed_files
      	installers/upgrade.log.bak2
      	mm.sh
      	nohup.out
      
      there are 2 local files that are different than the master repo
      
         package-lock.json
         vendor/package-lock.json
      
      save/restore files selection = n
      restoring package-lock.json from repo
      restoring vendor/package-lock.json from repo
      test merge result rc='' , if empty, no conflicts
      executing merge, apply specified
      merge result rc= 0
       Already up to date.
      processor architecture is armv7l
      updating MagicMirror runtime, please wait
      
      > magicmirror@2.9.0 install /home/pi/MagicMirror
      > cd vendor && npm install
      
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
      
      audited 220 packages in 13.98s
      found 5 vulnerabilities (4 low, 1 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      > magicmirror@2.9.0 postinstall /home/pi/MagicMirror
      > sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts
      
      MagicMirror installation successful!
      
      > magicmirror@2.9.0 install-fonts /home/pi/MagicMirror
      > cd fonts && npm install
      
      audited 1 package in 1.385s
      found 0 vulnerabilities
      
      npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
      npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
      
      updated 1 package and audited 3475 packages in 106.649s
      found 28 vulnerabilities (1 low, 1 moderate, 26 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      processing dependency changes for active modules with package.json files
      processing for module MMM-Carousel please wait
      ----------------------------------
      audited 859 packages in 13.644s
      found 2 high severity vulnerabilities
        run `npm audit fix` to fix them, or `npm audit` for details
      processing complete for module MMM-Carousel
      processing for module MMM-PublicTransportHafas please wait
      ----------------------------------
      audited 41 packages in 3.408s
      found 0 vulnerabilities
      
      processing complete for module MMM-PublicTransportHafas
      processing for module MMM-PublicTransportHafas please wait
      ----------------------------------
      audited 41 packages in 2.67s
      found 0 vulnerabilities
      
      processing complete for module MMM-PublicTransportHafas
      processing for module MMM-PublicTransportHafas please wait
      ----------------------------------
      audited 41 packages in 3.904s
      found 0 vulnerabilities
      
      processing complete for module MMM-PublicTransportHafas
      restoring custom.css
      removing git alias
      Upgrade ended - Mi Okt 16 22:14:11 CEST 2019
      

      do I need to akt in any way here or other point?

      npm WARN acorn-jsx@5.0.2 requires a peer of acorn@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
      npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself.
      
      
      posted in Troubleshooting
      B
      bdream
    • RE: MMM-PublicTransportHafas: problem displaying delays

      That is great. I run the same problem and I’m quite happy it’s solved with the new update.

      thanks all for the whole work on this great project and all the modules I never would be able to do by my own.

      posted in Troubleshooting
      B
      bdream
    • RE: YAPi0 Installer Stretch Lite

      that is good.
      I will run your script and will have tomorrow a Pi0 also running again

      And it’s great working on old Pi also, even it’s so slow starting.
      But if it’s running, it’s fine.

      posted in General Discussion
      B
      bdream
    • RE: Update to v2.9.0 fail

      so we are done and I set post to solved.

      Many thanks for your great help and patience with this newbe-stuff 😎

      posted in Troubleshooting
      B
      bdream
    • RE: new update/upgrade script, ready for testing

      @sdetweil Sam! You are in hospital 🤕
      So you have to focus on yourself!
      Wish you all the best and fast recovery!
      Hope you are back soon!

      posted in General Discussion
      B
      bdream
    • RE: Question about two standard modules

      @Kollen
      You have to use the brackets. Each opened must be closed {}, []. Don’t mix it up!
      Each part, need an , or ; at the end.

      I have not the newsfeed running but currentweather.

      Use this, it shoult fix your problem 😉

      {
          module: "currentweather",
          position: "top_right",
          config: {
              location: "Guetersloh",
              locationID: "3221127",  //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find you$
              appid: "3221127"
          }
      },
      
      {
          module: "newsfeed",
          position: "bottom_bar",
          config: {
              feeds: [
                  {
                  title: "Tagesschau",
                  url: "http://www.tagesschau.de/xml/rss2"
                  }
              ],
          }
      },
      
      posted in Troubleshooting
      B
      bdream
    • RE: Problems with calender and Nextcloud

      @kruf
      I use Nextcloud and have URL like this working.

      url: "https://NAME:PASSWORD@DOMAIN.TLD/Nextcloud/remote.php/dav/calendars/CALENDARNAME/contact_birthdays?export"
      
      url: "https://NAME:PASSWORT@DOMAIN.TLD/Nextcloud/remote.php/dav/calendars/CALENDARNAME/pers%c3%b6nlich?export"
      

      May this help you

      posted in Troubleshooting
      B
      bdream
    • RE: MMM-Todoist

      should “hit keyboard keys, ctrl, shift and letter i” be possible while my MM is running?
      Doesn’t work…

      posted in Troubleshooting
      B
      bdream

    Latest posts made by bdream

    • RE: update the raspberry os needed?

      @BKeyport and @sdetweil
      Many thanks for your replies!
      I go and let it as it is 😁

      Have a great day!

      posted in General Discussion
      B
      bdream
    • update the raspberry os needed?

      Hi, maybe it’s a stupid question but I have to ask …

      I run MM for a long time now and from time to time I run updates to MM (using Sam’s Script 😁 ). mostly all went fine.

      My question is, if there is a need to update raspberry os also? Maybe for security reason?

      posted in General Discussion
      B
      bdream
    • RE: Nextcloud Calendar and MM

      @scoot76 what exactly you want to do?
      Do you want to have your NC calendar shown in your MM?

      Then please configure calendar module and include your details.

      I use default calendar module an this configuration:
      Pls note: url was given by NC in calendar
      and need to get updated to your needs

      config: {
      	colored: false,
      	coloredSymbolOnly: false,
      	calendars: [
      		{
      		url: "https://<NAME>:<PASSW>@nextcloud.td/remote.php/dav/calendars/<NAME>/pers%c3%b6nlich?export"
      			},
      		]
      	},
      
      
      posted in Troubleshooting
      B
      bdream
    • RE: automatic update module by notification

      @bugsounet sounds good!

      What is the midules name please?

      posted in Requests
      B
      bdream
    • RE: automatic update module by notification

      @MMRIZE @sdetweil @bhepler @karsten13
      many thanks for your comments, I really appreciate it!

      At first I will disable notification at my mothers MM. Hope there will not be a secure issue I oversee than. But it will anyway be an small one in my mothers environment.

      For me I will play with “play” with the other options you mentioned and will see if this works for a longer time in a good way 😉

      posted in Requests
      B
      bdream
    • RE: automatic update module by notification

      @sdetweil disabling will not solve issues coming while not updating and module will not more work correct.

      I would prefer having an automatic to update in case it’s notified.

      posted in Requests
      B
      bdream
    • automatic update module by notification

      Hi guys!
      Has anyone made already or have an idea about to automatically update these modules notified by notifier module.

      Reason I’m asking is, that I made a gift to my mother with a MagicMirror. And now it’s every time a notification pops up, my mother is afraid about what happen here and I have to go onsite to fix it by updating the modules.
      My mother is not able to do it by herself.

      Update of MagicMirror would be nice to get an backup prior to the update.

      Many thanks and have a merry Christmas and a happy new Year!

      regards bdream

      posted in Requests
      B
      bdream
    • RE: issues after installing MMM-Face-Reco-DNN?

      That is good. Thanks for Replay 🙂

      posted in Troubleshooting
      B
      bdream
    • issues after installing MMM-Face-Reco-DNN?

      I have installed MMM-Face-Reco-DNN and get this information:

      pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN $   npm install
      
      up to date, audited 202 packages in 7s
      
      22 packages are looking for funding
        run `npm fund` for details
      
      7 vulnerabilities (3 moderate, 3 high, 1 critical)
      
      To address all issues, run:
        npm audit fix
      
      Run `npm audit` for details.
      

      Do I need to do any?

      posted in Troubleshooting
      B
      bdream
    • RE: Live-sync mm calendar <- nextcloud calendar

      What is, if you take the link given by NC adding ?export at the end and USER:PASSWORD as shown and put it into your web browser.
      Make sure to change USER and PASSWORD with your credentials.

      This should open/download the ics-file

      posted in Troubleshooting
      B
      bdream