the modul MMM-Navigate disappears by design. If it is faded out and you use rotary or button it comes back on (fades in).
Yes MMM-Dreambox can be controlled bei MMM-Navigate, see https://github.com/Ax-LED/MMM-Dreambox#further-options
AxLED
the modul MMM-Navigate disappears by design. If it is faded out and you use rotary or button it comes back on (fades in).
Yes MMM-Dreambox can be controlled bei MMM-Navigate, see https://github.com/Ax-LED/MMM-Dreambox#further-options
AxLED
great to hear it works, i will update the readme at github.
The line in config.txt only tells the pi at boottime, that GPIO16 is set to input and the internal resistor is set to pullup. So there is nothing else to know unless you change your GPIO Pins for something else.
@Eisblume maybe this is a solution for your issue.
AxLED
thanks for your patience.
to first:
it seems to be something with the pullup / pulldown resistors, see also https://github.com/fivdi/onoff#configuring-pullup-and-pulldown-resistors
See also the new “gpio” config command (https://www.raspberrypi.org/forums/viewtopic.php?f=117&t=208748)
So here is another idea, can you try (based on informations mentione above):
Maybe this way MMM-Navigate works without the python script.
To SW.watch you mentioned, this is ok, as i dont need to know the initial state of SW.
to third:
Regards
AxLED
informations to your second issue:
Your request is not provided by MMM-Navigate, maybe it is possible with one of the following modules (untested):
AxLED
thanks for feedback.
first:
Idea A:
Idea B:
second:
third:
I tried to reproduce on my pi 3 and get no error, so i checked the code.
You can add following line as new line 19 in node_helper.js
var lastdir = '';
AxLED
to your first issue:
To your second issue.
Regards
AxLED
Dear MagicMirror user,
today i released version 1.3 of MMM-Navigate
1.3 Changelog:
added some functions to no longer have a dependency to MMM-Remote-Control
SHELLCOMMAND
Executes code in a terminal of you pi, so you can do almost everything you want. Example you want to shutdown your pi; Config: {notification: ‘SHELLCOMMAND’, payload:‘sudo shutdown -h now’}
module is now listening to yourmmip:8080/MMM-Navigate/remote?
Download: MMM-Navigate
[card: Ax-LED/MMM-Navigate]
Regards
AxLED
@Mrtrol2013
i never tried what you are expecting to do. For me a navigation (f.e. on a website) doesnt change either. You can give it a try with duplicates.
AxLED
Dear MagicMirror user,
today i released version 1.4 of MMM-Navigate
1.4 Changelog:
Download: MMM-Navigate
[card: Ax-LED/MMM-Navigate]
Regards
AxLED
Hi,
testing completed, today i uploaded new release to github.
MMM-Navigate - V1.3 released
Regards
AxLED
Dear MagicMirror user,
today i released version 1.3 of MMM-Navigate
1.3 Changelog:
added some functions to no longer have a dependency to MMM-Remote-Control
SHELLCOMMAND
Executes code in a terminal of you pi, so you can do almost everything you want. Example you want to shutdown your pi; Config: {notification: ‘SHELLCOMMAND’, payload:‘sudo shutdown -h now’}
module is now listening to yourmmip:8080/MMM-Navigate/remote?
Download: MMM-Navigate
[card: Ax-LED/MMM-Navigate]
Regards
AxLED
@TheDuDiop
see english text below
Ich verstehe deine Frage nicht, das Modul “weatherforecast” wird angezeigt, wenn die die entsprechende Seite anwählst, in deinem Fall die erste Seite von “MMM-pages”.
I don’t understand your question, the module “weatherforecast” is displayed when you select the corresponding page, in your case the first page of “MMM-pages”.
AxLED
i had the same issue with a clean install of MM on raspian buster.
For manually setting the MM bootscreen this worked for me:
cd /usr/share/plymouth/themes/
sudo mkdir MagicMirror
sudo cp ~/MagicMirror/splashscreen/splash.png /usr/share/plymouth/themes/MagicMirror/splash.png
sudo cp ~/MagicMirror/splashscreen/MagicMirror.plymouth /usr/share/plymouth/themes/MagicMirror/MagicMirror.plymouth
sudo cp ~/MagicMirror/splashscreen/MagicMirror.script /usr/share/plymouth/themes/MagicMirror/MagicMirror.script
sudo plymouth-set-default-theme -R MagicMirror
AxLED
@sdetweil
@Sean
Thanks for your quick response, you are faster than my programming timeslots in my “mancave” are. Today i had some time and got it working.
I will test my module changes (for MMM-Navigate) on my mirror for some days, maybe i find some errors and can fix them before i upload it to quick to github in a poor “quality”.
My intension was to get rid of MMM-Remote-Control in my installation, as i found errors (while a new install of my MM) and as it seems that MMM-Remote-Control is not maintainanced anymore.
I added following features to MMM-Navigate:
stay healthy
Regards
AxLED
@sdetweil
Thanks for the response, it think now i have enough to read and i will try to get in up and running.
I will give feedback within the next day.
AxLED
@sdetweil
No i didnt set any path so far, but express path seems to be the right search word and helps.
If i understood the documentation right, express path has to be located in node_helper.js.
But i still dont know how to move forward with this information.
Are there some modules which are using express path, where i can try to figure out how it works?
Greetings
AxLED
I
@sdetweil
User is presenting / entering datas by URL in his browser and module should be able to handle the datas.
AxLED
Dear Developers,
i want to redesign one of my modules. Therefore i need a hint how i can make the following possible.
I want to pass a query / parameters from a module URL, f.e.
http://IPofMM:8080/MMM-Navigate/index?value1=xxx&value2=yy
to my module.
What do i need?
Maybe somebody can give me a tip how to do that or in which module it was already realized (except MMM-Remote-Control).
Regards
AxLED
@tommy1974
If you develop a timer module which can handle notifications, you can use my module MMM-Navigate out of the box.
AxLED