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.

    Calendar module is not loaded

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 1 Posters 728 Views 1 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.
    • Z Offline
      zaphbbrox
      last edited by zaphbbrox

      My Setup:
      Raspberry Pi 2
      Raspbian: 9.4
      node: 10.9.0
      npm: 6.2.0
      MagicMirror: 2.4.1

      Since I didn’t get electron to work, I’m using MM in the serveronly mode. After my RPi boots and the graphical env is loaded, the following commands are executed from ~/.config/lxsession/LXDE/autostart:

      sh /home/pi/mm.sh
      

      The mm.sh file contains:

      exec > /var/log/mm.log
      exec 2>&1
      cd /opt/MagicMirror
      node serveronly &
      sleep 180
      epiphany --profile /home/pi/.config -a http://localhost:8080 &
      sleep 60
      DISPLAY=:0 xte 'key F11'
      

      When i access MM from my laptop everything is fine, but from the RPi the calendar module seems not to be loaded.
      In the logfile /var/log/mm.log I see the following messages:

      ** Message: console message: [native code] @0: Starting module: alert
      
      ** Message: console message: [native code] @0: Start updatenotification
      
      ** Message: console message: [native code] @0: Starting module: clock
      
      ** Message: console message: [native code] @0: Starting module: currentweather
      
      ** Message: console message: [native code] @0: Starting module: weatherforecast
      
      ** Message: console message: [native code] @0: Starting module: newsfeed
      
      ** Message: console message: [native code] @0: All modules started!
      
      

      Does anyone has a clue why the calendar module is not loading?

      EDIT: I changed the script so that it contains all the commands.

      1 Reply Last reply Reply Quote 0
      • Z Offline
        zaphbbrox
        last edited by

        I narrowed it down. The problem seems to be the epiphany-browser. I switched to chromium and now all modules are being loaded.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • First post
          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