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

    Posts

    Recent Best Controversial
    • RE: Update got me cannot lock ref

      @sdetweil ok, thanks for your help!

      posted in Troubleshooting
      sweupS
      sweup
    • RE: Update got me cannot lock ref

      @sdetweil

      Thanks! I had to make a git stash but then it worked out.

      Unrelated - is it “safe” to update Node.js and do a sudo apt update and sudo apt upgrade of the Rpi, or could I expect issues? Sorry for noob Qs

      npm WARN npm npm does not support Node.js v10.23.1
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      
      
      posted in Troubleshooting
      sweupS
      sweup
    • RE: Update got me cannot lock ref

      @sdetweil said in Update got me cannot lock ref:

      git remote prune origin

      thx, I tried this

      pi@raspberrypi:~/MagicMirror $ git remote prune origin
      pi@raspberrypi:~/MagicMirror $ git pull && npm install
      error: cannot lock ref 'refs/tags/v2.13.0': unable to resolve reference 'refs/tags/v2.13.0': reference broken
      From https://github.com/MichMich/MagicMirror
       ! [new tag]           v2.13.0    -> v2.13.0  (unable to update local ref)
      error: cannot lock ref 'refs/tags/v2.14.0': unable to resolve reference 'refs/tags/v2.14.0': reference broken
       ! [new tag]           v2.14.0    -> v2.14.0  (unable to update local ref)
      
      posted in Troubleshooting
      sweupS
      sweup
    • Update got me cannot lock ref

      Got this error message when trying to update, I tried some Google suggestions but none worked. Any suggestions?

      pi@raspberrypi:~/MagicMirror $ git pull && npm install
      error: cannot lock ref 'refs/tags/v2.13.0': unable to resolve reference 'refs/tags/v2.13.0': reference broken
      From https://github.com/MichMich/MagicMirror
       ! [new tag]           v2.13.0    -> v2.13.0  (unable to update local ref)
      error: cannot lock ref 'refs/tags/v2.14.0': unable to resolve reference 'refs/tags/v2.14.0': reference broken
       ! [new tag]           v2.14.0    -> v2.14.0  (unable to update local ref)
      
      posted in Troubleshooting
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger - thx for you work in this module!
      Sidenote, after updated my Rpi (3B) my wifi reception is far worst, never had problem with it before but now it’s loosing connection after a couple of minutes - but I was fast and manage to update to latest ResRobot :) working nicely

      posted in Transport
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil @Alvinger - thx guys, after

      $ git config --global user.email "you@example.com" 
      $ git config --global user.name "Your Name"
      

      I could solve it with git stash

      posted in Transport
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil - sry I’m a bit lost, do I do “git diff” after?

      cd ~/MagicMirror/modules/MMM-ResRobot
      git stash
      git pull
      npm install
      
      posted in Transport
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger - hmm something email adress. Any advice?

      pi@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-ResRobot
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ git stash
      
      *** Please tell me who you are.
      
      Run
      
        git config --global user.email "you@example.com"
        git config --global user.name "Your Name"
      
      to set your account's default identity.
      Omit --global to set the identity only in this repository.
      
      fatal: unable to auto-detect email address (got 'pi@raspberrypi.(none)')
      Cannot save the current index state
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ git pull
      Updating 1618fcc..695f70d
      error: Your local changes to the following files would be overwritten by merge:
      	package.json
      Please commit your changes or stash them before you merge.
      Aborting
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ npm install
      npm WARN npm npm does not support Node.js v10.21.0
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      up to date in 1.02s
      
      
      posted in Transport
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger said in MMM-ResRobot - Public transport information for Sweden:

      git stash

      Like this?

      cd ~/MagicMirror/modules/MMM-ResRobot
      git stash
      npm install
      

      Edit:misspell

      posted in Transport
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      @sdetweil - I only got this

      pi@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-ResRobot
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ git pull
      Updating 1618fcc..695f70d
      error: Your local changes to the following files would be overwritten by merge:
      	package.json
      Please commit your changes or stash them before you merge.
      Aborting
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ npm install
      npm WARN npm npm does not support Node.js v10.21.0
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      up to date in 1.083s
      pi@raspberrypi:~/MagicMirror/modules/MMM-ResRobot $ 
      
      

      @Alvinger - I did a sudo reboot

      posted in Transport
      sweupS
      sweup
    • RE: MMM-ResRobot - Public transport information for Sweden

      Hi, how do i update?, i tried
      cd ~/MagicMirror/modules/MMM-ResRobot
      git pull
      npm install

      But frontend still says a newer update is found…

      posted in Transport
      sweupS
      sweup
    • RE: MMM-GoogleAssistant dummy tutorial

      @thestigh thx, yeah, i tried it but I got black screen using it with MMM-Hotword, hours trying to get it to work, with no luck, drove me to try something else :)

      posted in Troubleshooting
      sweupS
      sweup
    • MMM-GoogleAssistant dummy tutorial

      Have anyone fund a deeper step by step tutorial for MMM-GoogleAssistant? An example for assistant.py would be great, finding it hard to see what I need to change. Also where to put oath-file… Thx

      posted in Troubleshooting
      sweupS
      sweup
    • RE: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song

      Thanks for module, working great!
      Anyway to get cover art in black and white?

      posted in Entertainment
      sweupS
      sweup
    • MMM-AssistantMk2 how to enable voice activated

      Sorry for noob Q… I have installed MMM-AssistantMk2 but I don´t understand what it takes to make it voice activated.

      The module works fine if I click on the speaker icon but if I try to wake it up with “Ok, Google”, nothing happens. I tested the mic separately and it seams to work fine. My preferred setting would be that it always listen for “Ok, Google”.

      Is MMM-hotword required for this? Appreciate some guideness, thanks.

      Side Q - is it possible to tell MMM-AssistantMk2 to play Spotiy, and also to play it on a group of speakers?

      posted in Troubleshooting
      sweupS
      sweup
    • RE: Old fashion mirror

      @bhepler said in Old fashion mirror:

      I have to say, that frame is great. Good choice.

      Thanks :)

      posted in Show your Mirror
      sweupS
      sweup
    • Old fashion mirror

      My first mirror. Using regular glass with film, will probably shift to real spy glass due to glue rests. Regular modules + buss rides Trafiklab module. Old panel that gives pretty low brightness and screen is pretty revealed.

      Edit: thanks for providing code and continous development of it.

      1
      2

      posted in Show your Mirror
      sweupS
      sweup
    • RE: Current weather doesn't work

      I replaced “currentweather.js” from github and now it’s working. Thanks for your help!

      posted in Troubleshooting
      sweupS
      sweup
    • RE: Current weather doesn't work

      Thx for reply

      {
      module: ‘currentweather’,
      position: ‘top_right’,
      header: ‘Värt just nu’,
      config: {
      location: ‘Goeteborg, Sweden’,
      locationID: ‘2711537’, //ID from http://www.openweathermap.org
      appid: ‘12345’
      }
      },
      {
      module: ‘weatherforecast’,
      position: ‘top_right’,
      header: ‘Värt’,
      config: {
      location: ‘Goeteborg, Sweden’,
      locationID: ‘2711537’, //ID from http://www.openweathermap.org
      appid: ‘12345’
      }
      },

      posted in Troubleshooting
      sweupS
      sweup
    • Current weather doesn't work

      My setup is almost done but my current weather module doesn’t work, the Weather Forecast module is working without problem. The settings are the same for the two modules, i tried a separate api-key for current weather module but that didn’t help. The header for the module is working but the data is no go.

      Any suggestions on how to solve this?
      alt text

      posted in Troubleshooting
      sweupS
      sweup
    • 1 / 1