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

bdream

@bdream

6
Reputation
1.1k
Profile views
207
Posts
0
Followers
1
Following
Joined Aug 24, 2018, 1:25 PM
Last Online Jan 17, 2024, 9:53 AM

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
    Oct 16, 2019, 8:16 PM
  • 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
    Dec 29, 2021, 6:47 PM
  • 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
    Oct 24, 2019, 1:59 PM
  • 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 :smiling_face_with_sunglasses:

    posted in Troubleshooting
    B
    bdream
    Oct 16, 2019, 8:23 PM
  • RE: new update/upgrade script, ready for testing

    @sdetweil Sam! You are in hospital :face_with_head-bandage:
    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
    Jul 3, 2020, 2:10 PM
  • 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
    Oct 23, 2019, 8:37 PM
  • 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
    Oct 26, 2019, 5:59 PM
  • 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
    Jul 22, 2020, 1:54 PM

Latest posts made by bdream

  • RE: Displaying two calendars in the standard calendar in one list

    @Klinge I have a configuration as you but the fetchInterval:
    May it help butting this up to the config-part as:

    config: {
            fetchInterval: 7 * 24 * 60 * 60 * 1000,
    
    posted in Troubleshooting
    B
    bdream
    Jan 17, 2024, 9:53 AM
  • RE: MM stoped working after update MMM-CalDAV

    @MMRIZE you gave me the hint.
    I have deleted the config-part of MMM-CalDAV and made the update again and it works fine.

    So it seems the config was wrong. Now I have to understand your module and how it works.
    Will play with env and learn about the play with calendar module.
    Lets see if I get it :baby:

    posted in Troubleshooting
    B
    bdream
    Nov 3, 2023, 10:33 AM
  • MM stoped working after update MMM-CalDAV

    After update of MMM-CalDAV module MM is not more starting

    posted in Troubleshooting
    B
    bdream
    Nov 2, 2023, 2:23 PM
  • RE: Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

    @mumblebaj you are right. My bad!

    Now it runs without failure but also without displaying the calendar.
    I deleted already position: "bottom_left",

    What module do I need to activate for display and how do I get the CalDAV module linked?

    posted in Troubleshooting
    B
    bdream
    Oct 19, 2023, 3:54 PM
  • RE: Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

    @MMRIZE

    position: how do the MM know where to display?
    serverUrl: seriously. Thansk!

    .ics: you are right. That was a try after I got the error using credentials.
    I wantet so see if this module is working.

    Error shown by: npm run config:check

    Your configuration file contains syntax errors :(
    

    but I use

                    {
                            module: "MMM-CalDAV",
                            position: "bottom_left",
                            config: {
                                name: "Test",
                                  serverUrl: "https://DOMAIN.TDL/NEXTCLOUD/remote.php/dav/calendars/USER/pers%c3%b6nlich/"
                                  credentials: {
                                    username: "USER",
                                    password: "GEHEIM",
                                  },
                                vcalendarHeader: true
                            }
                    },
    
    
    posted in Troubleshooting
    B
    bdream
    Oct 19, 2023, 3:23 PM
  • RE: Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

    @MMRIZE I tried it out but what I see is:
    Bildschirmfoto vom 2023-10-19 15-30-04.png

    my config her should should show some entries for recycling stuff.
    I didn’t use the credential stuff at this point.

                    {
                            module: "MMM-CalDAV",
                            position: "bottom_left",
                            config: {
                                name: "Abfallkalender",
                                serverurl: "https://www.fes-frankfurt.de/abfallkalender/QWx0ZSBGYWhydHwxMXw2MDQzNw%3D%3D.ics",
                            vcalendarHeader: false
                            }
                    },
    
    posted in Troubleshooting
    B
    bdream
    Oct 19, 2023, 1:35 PM
  • Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

    Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?

    Since the release in which the digest fetch was removed I cant get my personal calendars visible where I need the authentication.

    I did it within the URL in plain text. Hope there is a more secret way available now :winking_face:

    url: "https://USERNAME:SECRET@DOMAIN.TLD/NextCloud/remote.php/dav/calendars/USERNAME/pers%c3%b6nlich?export"
    
    posted in Troubleshooting
    B
    bdream
    Oct 13, 2023, 12:46 PM
  • RE: install upgrade scripts changed for version 2.25 and node 20

    @sdetweil thanks!!!
    Will see how to solve the calendar issue.

    posted in Troubleshooting
    B
    bdream
    Oct 12, 2023, 2:14 PM
  • RE: install upgrade scripts changed for version 2.25 and node 20

    @sdetweil yeah, now it works again :grinning_face:

    What does it “note that we removed digest fetch in this release.” mean?
    Is it I cant get calendar from nextcloud via webdav?

    posted in Troubleshooting
    B
    bdream
    Oct 12, 2023, 2:01 PM
  • RE: install upgrade scripts changed for version 2.25 and node 20

    @sdetweil as I made

    pm2 stop all
    cd ~/MagicMirror
    npm start >./somefile.txt 2>&1
    

    it worked fine until CTRL + C

    Yes the problem with the calendar is next I need help to fix. For now I wonder how to get MM starting after reboot again?

    posted in Troubleshooting
    B
    bdream
    Oct 12, 2023, 1:11 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy