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

    Posts

    Recent Best Controversial
    • RE: Mirror showing not all modules on all devices

      @KristjanESPERANTO as far as i remember i installed some kind of raspbian light version because i dont need much on the device. just wanted to show the internal webpage of the docker.
      as it got deprecated i couldnt update to a higher version. need to set up a complete fresh OS :D

      posted in Troubleshooting
      S
      sangroma
    • RE: Mirror showing not all modules on all devices

      @sdetweil Oh wow. Many thanks!!
      Will do this.

      Topic can be closed

      posted in Troubleshooting
      S
      sangroma
    • RE: Mirror showing not all modules on all devices

      @sdetweil
      magicmirror:v2.21.0
      i dont know why, but in your file it is line 165
      Bildschirmfoto 2023-03-21 um 20.04.20.png

      posted in Troubleshooting
      S
      sangroma
    • RE: Mirror showing not all modules on all devices

      @sdetweil

      weather.js:159
      

      device where the magic mirror docker container is running on

      Linux nas 6.0.0-0.deb11.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.12-1~bpo11+1 (2022-12-19) x86_64 GNU/Linux
      

      device on which i am trying to call the mirror via chromium

      Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
      
      posted in Troubleshooting
      S
      sangroma
    • RE: Mirror showing not all modules on all devices

      @sdetweil
      currently running v16.19.0 of node
      browser is chromium latest version 72.0.3626.121
      Just installed latest version of firefox. Same issue

      posted in Troubleshooting
      S
      sangroma
    • RE: Mirror showing not all modules on all devices

      @sdetweil thank you!
      Hmmm… on load up after the weather.js the foowing error occure only on the raspi. On all other clients i can call the script without errors

      Load script: modules/default/weather/weatger.js
      
      Uncaught SyntaxError: Unexpected token .
      
      posted in Troubleshooting
      S
      sangroma
    • RE: Mirror showing not all modules on all devices

      @sdetweil thank you!

      very strange.
      after

      Load script: modules/default/weather/weather.js
      

      i get the following error

      Uncaught SyntaxError: Unexpected token .
      
      posted in Troubleshooting
      S
      sangroma
    • Mirror showing not all modules on all devices

      hello!
      i am running magic mirror in a docker container (karsten13/magicmirror:v2.21.0) on my nas.
      i am opening the site in my local network from different devices (mobile, notebook, pi with mirror os)

      the strange thing: when opening the site on my pi the default weather modules are not shown. on all other devices these two modules are shown as intended.
      so, no error logs etc. because the modules are working.

      i´ve already tested, that the correct version gets called and nothing gets cached, by adding some other modules for testing purpose to see, if they show up - yes, other modules show up.

      does someone has the same issue or any idea how to solve it?

      {
      	module: "weather",
      	position: "top_right",
      	disabled: false,
      	config: {
      		type: "current",
      		location: "XXX",
      		locationID: "XXX",
      		apiKey: "XXX"
      	}
      },
      {
      	module: "weather",
      	position: "top_right",
      	disabled: false,
      	header: "Weather Forecast",
      	config: {
      		type: "forecast",
      		location: "XXX",
      		locationID: "XXX", 
      		apiKey: "XXX"
      	}
      },
      
      posted in Troubleshooting
      S
      sangroma
    • 1 / 1