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