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
Read the statement by Michael Teeuw here.
Latest posts made by raymonvdm
-
RE: No helper found for module:
-
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
-
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)
-
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.shStarting 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 \lRASPBIAN STRETCH WITH DESKTOP
Image with desktop based on Debian Stretch
Version:March 2018
Release date:2018-03-13
Kernel version:4.9 -
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