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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt3

      @bicolorbore586 there is a fix for this in the next release.

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @KristjanESPERANTO n also allows you to change version on the fly.

      One nvm ‘benefit’, it stores the node versions in the users home folder at .nvm

      So, on a multi-user system each user could have different node versions.

      As MagicMirror is deployed as only user, it’s functionally the same.

      One n benefit, it stores the version in the /usr/ local folder
      So it requires sudo to make the change, cannot be accidental

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell said in MMM-Remote-Control:

      npm ci

      be careful… the package.json was built and tested on a cloud based virtual machine.
      pi and other hardware types MAY need a different version of a dependency, i’ve only seen it myself twice in 6 years, but

      npm ci uses the exact package.json
      npm install will get the appropriate for this platform, even if the version changes.

      anyhow… I use npm install --omit=dev when I do the installs script or MMM-Config

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell I was just about to add that you needed to redo the npm install for the module after deleting the node_modules folder
      else you were trying to run the new dependencies with the old code

      but you fixed it…

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell if you pull the tags, you can use the tag name

      git checkout v3.3.2

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell can you tell me when old was? luckily this module uses tags for releases, so you could restore to one of the previous releases…

      in the module folder do

      git fetch --all --tags
      

      then when we figure out which release to try, we can

      git checkout <tag_name>
      

      Release 3.2.1 was about 5 months ago.

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell said in MMM-Remote-Control:

      would one of these versions be installed by your current upgrade-scrip

      today it will install node 22.18.0
      after Jan 1 (2 weeks away) it will install 22.21.1 (for the next release)

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell force was if you already had started installing MM and had the latest code… NOT if you have code changes

      the upgrade will report if files are changed and allow you to save them in git. but generally its intended to remind you where you made changes and do something about it…

      the node upgrade should not impact the running MM… (I say that with ’ quote marks, cause I am not sure…)

      WHY do you NEED the RemoteControl update?? if you don’t NEED it, then don’t take it…

      posted in Utilities
      S
      sdetweil
    • RE: MMM-CalendarExt3

      @bicolorbore586 the module code you have used the global variable document to examine the web page contents

      The syntax checker found the use, but didn’t know that this code (config.js is a JavaScript file) was loaded in a browser
      So it reported use of an undeclared variable

      The fix was to declare the variable as a global so the checker will be happy

      posted in Utilities
      S
      sdetweil
    • RE: MMM-Remote-Control

      @rkorell you can only upload pics here, you can paste some of the log into a message ( use the code block )

      posted in Utilities
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2072
    • 2073
    • 2 / 2073