Read the statement by Michael Teeuw here.
MMM-Openhab
-
I have started building my own MagicMirror and would like to use your module to display who’s home based on phones connected to the wifi. I already have OpenHab set up with a sitemap showing who is home. After following your readme file, I now get a white box with nothing in it and chromium opens when MagicMirror does.
I made a copy of the sitemap and called it MMMOpenhab.sitemap and added your extra code. The sitemap works and I can access it. I get no errors when running npm start dev so MagicMirror can see the MMM-OpenHab module. I’m just not sure whats going wrong.
-
@tmcgregor Just FYI, you could also have that solution with the module MMM-NetworkScanner.
-
@tbbear Hi, What is the command to type into the terminal to download this module? Thank you
-
@georgeashton02 where would you find this module?
-
@sdetweil I have found all of the information about it I just cannot find the information needed to install the module… Thanks
-
@georgeashton02 ok, how do you install modules in general?
-
-
Yeh you need to clone all the files of the module then mostly npm install that module but i need the address to clone for the files
-
@georgeashton02 said in MMM-Openhab:
but i need the address to clone for the files
i’m not sure I understand that… you mean github?
you know how to use search? google, or on github itself
-
@sdetweil Thanks i was being dumb, however i do have another problem any ideas why this is throwing errors at me?
sitemap MMM label="MMM-Openhab" { // Set for MMM-Openhab Webview url="/static/MMM-View.html" } Frame label="TV" { Switch item= BedroomTVPower Switch item= BedroomPauseTv } Frame label="Lights" { Colorpicker item= My_Room_Light_Colour Switch item= My_Room_Lights }
This was all working before i added the code that i was told to add by the MMM-openhab github page…