@mongo116
Hello
Cloned MMM-Hive to cd MagicMirror/modules.
It’s there.
Then went to get it’s dependencies in a new window
cd MagicMirror/modules/MMM-Hive
$ npm install
Npm Warn enoent Enoent: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’
Can someone tell me what has went wrong? Or is it simply that none are required?
As the outside temp shows ok as 3C, but inside temp says Null C?
My config.js contains the following
{
module: "MMM-Hive",
header: "Hive",
position: "top_left",
config: {
temperatureSuffix: "°C",
username: "MY USERNAME",
password: "MY PASSWORD",
postcode: 'MY POSTCODE',
showNext: true,
insideText: 'Inside:',
outsideText: 'Outside:',
targetTempText: '25:',
insideIconSet: 'fa fa-home',
showNext: true,
highestTemp: '30',
highTemp: '25',
lowTemp: '20',
lowestTemp: '15',
animatedLoading: true,
nodeName: 'Receiver 1',
outsideUrl: 'http://weather-prod.bgchprod.info/weather?postcode=',
insideUrl: 'https://api-prod.bgchprod.info:443/omnia',
debug: false,
}
},
I changed the outside url from https to http, as I sesrched for help before posting here, and saw that a poster found this worked to show the outside temp… without removing the ‘s’ it produced “Error Loading”
I then tried that with the inside temp url, but that had the opposite effect and created “Error Loading” until I put the ‘s’ back on.
The outside temp now is a steady 3C although my car temp shows higher, and my inside temp is not showing - just saying Null C.
My thermostat is named Receiver 1 as I have put into the config too, I then tried again by changing it to ‘Livingroom’ on both config, and in the Hive app… but still cant get the inside temp to show!
Do I need an Omnia-Access-Token? There is no mention of this in the read-me, or a place to put one? Looked online for one but no results
Thanks