@Ore77 and the path is
/home/pi/MagicMirror/modules/MMM-DarkSkyForecast
right? u need to be in /home/pi/MagicMirror/modules before you do the git clone
@Ore77 and the path is
/home/pi/MagicMirror/modules/MMM-DarkSkyForecast
right? u need to be in /home/pi/MagicMirror/modules before you do the git clone
@Ore77 is it spelled exactly like that… can u edit that file (nano MMM-DarkSkyForecast.js , ctrl-x to exit editor)
go to the MM/modules folder and do
ls MMM-Dark*
then
cd MMM-DarkSkyForecast
then
ls
the error says that MMM-DarkSkyForecast.js is not present in the MMM-DarkSkyForecast folder (error 404)
ah, ok… i see you followed the manual instructions back a few posts…
i have a modified raspberry.sh I have for testing, that takes user into account
https://www.dropbox.com/s/izj6dz2z9557oga/raspberry.sh?dl=0
to use it like normal
bash -c “$(curl -sL https://www.dropbox.com/s/izj6dz2z9557oga/raspberry.sh?dl=0)”
which installer are you using? I don’t see the filename pm2_MagicMirrorPi0.json
or “script” : “/MagicMirror/PiZero/startMagicMirror.sh”,
in the raspberry.sh script…
@Lowis no idea… open the developers window. ctrl-shift-i,
then select the console tab
and scroll up for any errors…
this is from the doc,
showModuleApiMenu: true, // Optional, Enable the Module Controls menu
but seems to match yours.
@Lowis i know nothing about the module, just looking at its readme and what you showed…
so, in the mm/config folder there is a file called ‘custom_menu.json’, right?
along with config.js and config.js.sample
@Lowis and it must be stored in the Mirror’s config/ directory (same place as your config.js file).
your config says it needs to —> customMenu: ‘custom_menu.json’,
maybe u need to copy the example over to the custom_menu.json file
instructions
Custom Menu Items
You can create your own customized menu items by providing creating a JSON file for the menu and providing a customMenu: "custom_menu.json" directive in your config. The file may be called whatever you want, but the name must be provided in the config section, and it must be stored in the Mirror's config/ directory (same place as your config.js file).
An example menu is provided in this module's folder, titled custom_menu.example.json. You can copy this to the /config folder and modify as you need.
and it must be stored in the Mirror’s config/ directory (same place as your config.js file).