• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MagicMirror² v2.15.0 is available don't work.

Scheduled Pinned Locked Moved Troubleshooting
44 Posts 9 Posters 11.0k Views 10 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    unfriendlydevice @sdetweil
    last edited by unfriendlydevice Apr 7, 2021, 4:59 PM Apr 7, 2021, 4:57 PM

    @sdetweil to run the electron-rebuild as you advised (sorry I think I replied to the main thread instead of your earlier reply)

    S 1 Reply Last reply Apr 7, 2021, 5:01 PM Reply Quote 0
    • S Offline
      sdetweil @unfriendlydevice
      last edited by Apr 7, 2021, 5:01 PM

      @unfriendlydevice

      cd ~/MagicMirror
      npm install electron-rebuild
      

      now change to your module folder where u need the electron rebuild
      then

      ~/MagicMirror/node_modules/.bin/electron-rebuild
      

      (note the dot . in front of bin)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      U 1 Reply Last reply Apr 7, 2021, 5:01 PM Reply Quote 1
      • U Offline
        unfriendlydevice @sdetweil
        last edited by Apr 7, 2021, 5:01 PM

        @sdetweil That’s great thanks

        1 Reply Last reply Reply Quote 0
        • C Offline
          ChrizZz @ChrizZz
          last edited by Apr 7, 2021, 7:01 PM

          @chrizzz said in MagicMirror² v2.15.0 is available don't work.:

          I do have some strange things after the update.

          At first, the new weather module is just “loading” without displaying content. Even after 30+ minutes. Is there something wrong with the config? I saw that there is a minor issue with the data request which will cause it to load for ~10min (or to reduce the update interval).

          {
          			module: "weather",
          			position: "top_right",
          			classes: "always",
          			config: {
          				// See 'Configuration options' for more information.
          				type: "current",
          				locationID: "YYY",
          				appid: "XXX"
          			}
          		},
          

          I checked this again with switching back to the old module and the old module works. The forcasting takes 10min (as expected) but the module itself works. I thought this might be something with the connection to the API. Any ideas?

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 3
          • 4
          • 5
          • 5 / 5
          5 / 5
          • First post
            44/44
            Last post
          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