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

    raymonvdm

    @raymonvdm

    0
    Reputation
    403
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    raymonvdm Unfollow Follow

    Latest posts made by raymonvdm

    • RE: First MM project - family dashboard

      @cpcode How did you modify the MMM-page-indicator It has been al long time since i tried MagicMirror and i`m no software expert either

      I would like to change pages with some physical buttons since i don`t have a touch monitor yet

      posted in Show your Mirror
      R
      raymonvdm
    • RE: No helper found for module:

      I already followed https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror but still not working. I will try a reinstall to see if it fixes anyting

      posted in Troubleshooting
      R
      raymonvdm
    • RE: OwnCloud integration

      I`m using NextCloud and i figured it out using the following config

                 {
                          module: "calendar",
                          header: "username",
                          position: "top_left",
                          config: {
                              calendars: [
                                 {
                                   symbol: "calendar-check-o ",
                                   url: "https://username:app_password@nexctcloud.domain.nl/remote.php/dav/calendars/username/8a757113-03ae-4d7a-a6a1-8db4350eee54_shared_by_username?export"
                                  }
                               ]
      		}
      	},
      

      I got the calander name from the webinterface by clicking on the dots right behind the specific calender.

      Note: I am using a dedicated user to login to nextcloud. This user is recieving the “shared” calanders from the actual users. In this way i don`t need to login with my own nextcloud credentials

      posted in General Discussion
      R
      raymonvdm
    • RE: No helper found for module:

      I reinstalled using the installer and now it is working

      bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”

      Although autostart is not working (yet)

      posted in Troubleshooting
      R
      raymonvdm
    • RE: No helper found for module:

      I just copied config/config.js.sample to config/config.js and got the same messages about

      “No helper found for module:”

      pi@raspberrypi:/opt/MagicMirror $ npm start

      magicmirror@2.2.2 start /opt/MagicMirror
      sh run-start.sh

      Starting MagicMirror: v2.2.2
      Loading config …
      Loading module helpers …
      No helper found for module: alert.
      Initializing new module helper …
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper …
      Module helper loaded: calendar
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper …
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 …
      Server started …
      Connecting socket for: updatenotification
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started …
      Launching application.

      The display turns black as it should be and there is no text output from the different modules.

      pi@raspberrypi:/opt/MagicMirror $ cat /etc/issue
      Raspbian GNU/Linux 9 \n \l

      RASPBIAN STRETCH WITH DESKTOP
      Image with desktop based on Debian Stretch
      Version:March 2018
      Release date:2018-03-13
      Kernel version:4.9

      posted in Troubleshooting
      R
      raymonvdm
    • No helper found for module:

      I tried to setup a RaspberryPi3 with MagicMirror but when i start MagicMirror i only get blankscreens.

      No helper found for module: helloworld

      This is the only module enabled in the config to rule out any specific module issue

      posted in Troubleshooting
      R
      raymonvdm