MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bdream
    3. Posts
    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

    Posts

    Recent Best Controversial
    • RE: new update/upgrade script, ready for testing

      @sdetweil Hi Sam, after weeks being off I saw availability of v2.10.0 :slightly_smiling_face:
      I run your script ```
      bash -c “$(curl -sL https://www.dropbox.com/s/lxzwyzohg61sppu/upgrade-script.sh?dl=0)” apply

      Do I need to stop MM first or 'only' run the script in MagicMirror folder?
      posted in General Discussion
      B
      bdream
    • font awesome

      Hi.
      I played a bit with font awesome getting nicer pics into my calendar.

      Now I have questions I can’t find answeres to…

      1. Is there a need to have different versions installed? (3, 4 and 5 maybe)?

      2. Is installation like copy to a new folder under vendor/node_modules and add aine into vendor. js as

      "font-awesome.css":"node_modules/font-awesome_5/css/all.css",
      

      Or do I need to delete old entry?

      1. Is there option to restore back to latest official MM-provided font-awesome?

      Many thanks :winking_face:

      posted in Troubleshooting
      B
      bdream
    • RE: How do you ensure jumper cables don't fall off bread board?

      @Newbie007 you can use hot glue but be sure jumper cables and bread board is designed for experimental not for production :nerd_face:

      posted in Troubleshooting
      B
      bdream
    • RE: updated installer script available for testing

      that is, why I wnated to update to 2.9

      posted in Troubleshooting
      B
      bdream
    • RE: updated installer script available for testing

      then I will start thinking update to Windows10, latest in case I get trouble with MM 2.6.0

      posted in Troubleshooting
      B
      bdream
    • RE: updated installer script available for testing

      @sdetweil it don’t work

      $ curl -sL https://deb.nodesource.com/setup_10.x | bash -
      
      ## Installing the NodeSource Node.js 10.x repo...
      
      
      ## Populating apt-get cache...
      
      + apt-get update
      bash: apt-get: command not found
      Error executing command, exiting
      
      
      posted in Troubleshooting
      B
      bdream
    • RE: my first module "helloworld"

      @sdetweil feels like you are my personal trainer :rolling_on_the_floor_laughing:

      Thansk for this link!

      posted in Development
      B
      bdream
    • RE: updated installer script available for testing

      @sdetweil yeah, that is I don’t know what and how to do. And it sounds like a big lack of knowledge on my side…

      posted in Troubleshooting
      B
      bdream
    • my first module "helloworld"

      Just made my first module helloworld as in simplest modules: helloworld:

      just to understand how to get it work in my MM, I copied the /helloworld into ~/MagicMirror/modules and addet it into the config.js

      		{
      			module: "helloworld",
      			position: "top_center"
      		},
      so easy :grinning_face_with_smiling_eyes: 
      

      My question now is, what for do I need the npm install command for all the modules I clone from git – or – what do I need to do also working with npm install?

      May anyone direct me to a noob tutorial :hugging_face:

      posted in Development
      B
      bdream
    • RE: updated installer script available for testing

      @sdetweil looks like a new workingplace :dizzy_face:
      I will hang it on for the next time and mark your comment for further usage.
      1st try to follow the manual installation instruction failed and need more investigatin and understanding on my side

      bdream@win7 MINGW64 ~ (master)
      $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
      bash: sudo: command not found
      
      
      posted in Troubleshooting
      B
      bdream
    • RE: updated installer script available for testing

      @sdetweil umpf, yes I started the script but it doesn’t work. So it was a plan not a run :rolling_on_the_floor_laughing:

      bdream@win7 MINGW64 ~/MagicMirror (master)
      $ bash -c "$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)"
      
      $$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
      $$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
      $$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
      $$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
      $$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
      $$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
      $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
      \__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                             $$\   $$ |
                             \$$$$$$  |
                              \______/
      
      install log being saved to /c/Users/HikischB/install.log
      this appears not to be a Raspberry Pi 2 or 3, do you want to continue installation (y/N)?y
      Updating packages ...
      bash: line 93: sudo: command not found
      Update failed, carrying on installation ...
      Installing helper tools ...
      bash: line 99: sudo: command not found
      
      
      

      Seems there is an failure with sudo on my windows machine.

      Do I need to run as admin for update GIT Bash as admin?

      posted in Troubleshooting
      B
      bdream
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      F11 seems to be a got hint, even it comes from @Mykle1 or @sdetweil.

      Will try it this evening - thanks!

      posted in Troubleshooting
      B
      bdream
    • RE: updated installer script available for testing

      Just got Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10 run under Windows 7.

      This version of MM is version 2.6.0. I planned to run updatescript from @sdetweil but failed. Have you any idea?

      posted in Troubleshooting
      B
      bdream
    • how to make the password secure

      I’m thinking about a solution for secure passwords in modules.

      Expl. default calendar module and 100 others also need password and I have to write it in plain text in config.js

      Is there a way to get this in a secure way?

      posted in General Discussion
      B
      bdream
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      @Mykle1 Many thanks for this description!

      Just got it run under Windows 7. That will help to play and learn how to get own modules :nerd_face:

      Two questions I have.
      My MM is version 2.6.0. I planned to run updatescript from @sdetweil but failed. Yahe you any idea?

      Is there an option to run MM in a window being able to shrink and move over the desktop?

      posted in Troubleshooting
      B
      bdream
    • RE: Colors changed

      @edlug said in Colors changed:

      Hi, I have changed the custom.css as follow:

      Hey that is great. Just copied your colorsettings for testing…

      …and I will stay with it :thumbs_up_light_skin_tone:

      posted in Showcase
      B
      bdream
    • RE: Problems with calender and Nextcloud

      @kruf said in Problems with calender and Nextcloud:

      @bdream has CALENDERNAME to be changed? Or is the phrase after that important?

      All UPPERCASE need to change as your calendar.
      Exml for the birthdays from my personal calendar:

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

      You have to change
      NAME -> name you access your calendar
      PASSWORD -> your Password
      DOMAIN.TLD -> the url where ever you have your domain with nextcloud installed
      !!! If you don’t use default installation of nextcloud you might change Nextcloud also!!!
      CALENDARNAME -> How you named the calendar (expl.: myname, yourname, yourwivesname, yoursonsname…)

      I have different calendars for all people in my family so I have for each calendar diffent NAME, PASSWORD, CALENDARNAME

      posted in Troubleshooting
      B
      bdream
    • RE: First build

      @binaryhellstorm what a awesome work you made!
      I see, you have a great workingplace and tools :thumbs_up_light_skin_tone:

      posted in Show your Mirror
      B
      bdream
    • RE: First build

      @binaryhellstorm Great job! :clapping_hands:
      Would you share how you build this frame please?

      posted in Show your Mirror
      B
      bdream
    • WARNings while installing barnabycolby/MMM-Carousel

      All,
      I get warnings while installing the MMM-Carousel by barnabycolby.

      npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
      npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
      npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
      npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm notice created a lockfile as package-lock.json. You should commit this file.
      added 420 packages from 310 contributors and audited 1130 packages in 1381.521s
      found 59 vulnerabilities (21 low, 11 moderate, 26 high, 1 critical)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      

      My question here, is it best to run npm audit fix or hold this any dangers in it?

      Many thanks :smiling_face:

      posted in Troubleshooting
      B
      bdream
    • 1 / 1