Read the statement by Michael Teeuw here.
MMM-OctoMonV2
-
HI I can not get this module to run.
I have another octopus module working which is MMM-IntelligentOctopus’. So I presume all my creds work. I actually have both modules running 1 works 1 does not.any ideas what I am missing?
thanks for any assistance
{
module: ‘MMM-OctoMonV2’,
position: ‘top_center’,
header: ‘Octopus Energy’,
config: {
elecApiUrl: ‘https://api.octopus.energy/v1/electricity-meter-points/1XXXXXXXXX/meters/22LXXXXXXX/consumption/?group_by=day’,
elecExpApiUrl: ‘https://api.octopus.energy/v1/electricity-meter-points/13xxxxxxx/meters/22xxxxxx/consumption/?group_by=day’,
gasApiUrl: ‘https://api.octopus.energy/v1/gas-meter-points/16xxxxxxxx/meters/E6xxxxxxxxxx/consumption/?group_by=day’,
api_key: ‘sk_live_xxxxxxxxxxxx’,
displayDays: 7,elecMedium: 16, elecHigh: 20, elecCostKWH: 0.07, elecCostSC: 0.6783, elecExpMedium: 5, elecExpHigh: 10, elecExpCostKWH: 0.15, elecExpCostSC: 0, gasMedium: 5, gasHigh: 10, gasCostKWH: 0.0492, gasCostSC: 0.2986, decimalPlaces: 2, showUpdateTime: true, updateInterval: 60000*60, retryDelay: 5000, animationSpeed: 2000, }
},
-
@bluearmy18 can you show the output from MagicMirror startup?
if using pm2 then
pm2 logs --lines=100
-
@bluearmy18 @sdetweil
hi thanks for the quick response… I ran the command but when I tried to post it I get the message… the log is to big… over 32787 characters… anything more specific I can get for you? -
@bluearmy18 you can copy/paste it into a code block
tripple backtic (left of 1 on US keyboard)
new line
paste
go to end
new line
tripple backticwarning the complete calendar url will be shown in the log
xx it out, before posting the log info -
i deleted your post as it had your calendar url exposed
im gonna reject the other for the same issue
sorry forgot to warn also
octomon is all in browser, so we need to look at the in browser log, need keyboard and mouse
ctrl-shift-i
select the console tab
and enter octo in the filter field
ctrl-shift-i to close dev window -
thanks appreciate the help. Ill have to connect the Keyboard tomorrow, so will reply again… thanks again